@aws-sdk/client-appstream 3.931.0 → 3.933.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/README.md +45 -13
- package/dist-cjs/index.js +312 -42
- package/dist-es/AppStream.js +8 -0
- package/dist-es/commands/CreateExportImageTaskCommand.js +16 -0
- package/dist-es/commands/CreateImportedImageCommand.js +16 -0
- package/dist-es/commands/GetExportImageTaskCommand.js +16 -0
- package/dist-es/commands/ListExportImageTasksCommand.js +16 -0
- package/dist-es/commands/index.js +4 -0
- package/dist-es/models/models_0.js +60 -27
- package/dist-es/schemas/schemas_0.js +194 -16
- package/dist-types/AppStream.d.ts +36 -6
- package/dist-types/AppStreamClient.d.ts +12 -8
- package/dist-types/commands/CreateAppBlockBuilderCommand.d.ts +2 -2
- package/dist-types/commands/CreateAppBlockCommand.d.ts +1 -1
- package/dist-types/commands/CreateApplicationCommand.d.ts +1 -1
- package/dist-types/commands/CreateDirectoryConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateEntitlementCommand.d.ts +1 -1
- package/dist-types/commands/CreateExportImageTaskCommand.d.ts +118 -0
- package/dist-types/commands/CreateFleetCommand.d.ts +8 -2
- package/dist-types/commands/CreateImageBuilderCommand.d.ts +9 -3
- package/dist-types/commands/CreateImportedImageCommand.d.ts +186 -0
- package/dist-types/commands/CreateStreamingURLCommand.d.ts +1 -1
- package/dist-types/commands/CreateUpdatedImageCommand.d.ts +6 -5
- package/dist-types/commands/DeleteDirectoryConfigCommand.d.ts +1 -1
- package/dist-types/commands/DeleteImageBuilderCommand.d.ts +5 -2
- package/dist-types/commands/DeleteImageCommand.d.ts +4 -3
- package/dist-types/commands/DescribeAppBlockBuildersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDirectoryConfigsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFleetsCommand.d.ts +4 -1
- package/dist-types/commands/DescribeImageBuildersCommand.d.ts +5 -2
- package/dist-types/commands/DescribeImagesCommand.d.ts +4 -3
- package/dist-types/commands/DisableUserCommand.d.ts +1 -1
- package/dist-types/commands/EnableUserCommand.d.ts +1 -1
- package/dist-types/commands/GetExportImageTaskCommand.d.ts +97 -0
- package/dist-types/commands/ListExportImageTasksCommand.d.ts +106 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/dist-types/commands/StartAppBlockBuilderCommand.d.ts +2 -2
- package/dist-types/commands/StartFleetCommand.d.ts +1 -1
- package/dist-types/commands/StartImageBuilderCommand.d.ts +5 -2
- package/dist-types/commands/StopAppBlockBuilderCommand.d.ts +1 -1
- package/dist-types/commands/StopImageBuilderCommand.d.ts +5 -2
- package/dist-types/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateAppBlockBuilderCommand.d.ts +2 -2
- package/dist-types/commands/UpdateDirectoryConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFleetCommand.d.ts +9 -3
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/index.d.ts +6 -6
- package/dist-types/models/models_0.d.ts +822 -503
- package/dist-types/schemas/schemas_0.d.ts +24 -0
- package/dist-types/ts3.4/AppStream.d.ts +70 -0
- package/dist-types/ts3.4/AppStreamClient.d.ts +24 -0
- package/dist-types/ts3.4/commands/CreateExportImageTaskCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateImportedImageCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetExportImageTaskCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListExportImageTasksCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +176 -68
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +24 -0
- package/package.json +6 -6
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { StaticErrorSchema, StaticListSchema, StaticOperationSchema, StaticSimpleSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
2
|
export declare var AccountName: StaticSimpleSchema;
|
|
3
3
|
export declare var AccountPassword: StaticSimpleSchema;
|
|
4
|
+
export declare var FilePath: StaticSimpleSchema;
|
|
5
|
+
export declare var LaunchParameters: StaticSimpleSchema;
|
|
4
6
|
export declare var UserAttributeValue: StaticSimpleSchema;
|
|
5
7
|
export declare var Username: StaticSimpleSchema;
|
|
6
8
|
export declare var AccessEndpoint: StaticStructureSchema;
|
|
@@ -10,6 +12,7 @@ export declare var AppBlockBuilder: StaticStructureSchema;
|
|
|
10
12
|
export declare var AppBlockBuilderAppBlockAssociation: StaticStructureSchema;
|
|
11
13
|
export declare var AppBlockBuilderStateChangeReason: StaticStructureSchema;
|
|
12
14
|
export declare var Application: StaticStructureSchema;
|
|
15
|
+
export declare var ApplicationConfig: StaticStructureSchema;
|
|
13
16
|
export declare var ApplicationFleetAssociation: StaticStructureSchema;
|
|
14
17
|
export declare var ApplicationSettings: StaticStructureSchema;
|
|
15
18
|
export declare var ApplicationSettingsResponse: StaticStructureSchema;
|
|
@@ -45,12 +48,16 @@ export declare var CreateDirectoryConfigRequest: StaticStructureSchema;
|
|
|
45
48
|
export declare var CreateDirectoryConfigResult: StaticStructureSchema;
|
|
46
49
|
export declare var CreateEntitlementRequest: StaticStructureSchema;
|
|
47
50
|
export declare var CreateEntitlementResult: StaticStructureSchema;
|
|
51
|
+
export declare var CreateExportImageTaskRequest: StaticStructureSchema;
|
|
52
|
+
export declare var CreateExportImageTaskResult: StaticStructureSchema;
|
|
48
53
|
export declare var CreateFleetRequest: StaticStructureSchema;
|
|
49
54
|
export declare var CreateFleetResult: StaticStructureSchema;
|
|
50
55
|
export declare var CreateImageBuilderRequest: StaticStructureSchema;
|
|
51
56
|
export declare var CreateImageBuilderResult: StaticStructureSchema;
|
|
52
57
|
export declare var CreateImageBuilderStreamingURLRequest: StaticStructureSchema;
|
|
53
58
|
export declare var CreateImageBuilderStreamingURLResult: StaticStructureSchema;
|
|
59
|
+
export declare var CreateImportedImageRequest: StaticStructureSchema;
|
|
60
|
+
export declare var CreateImportedImageResult: StaticStructureSchema;
|
|
54
61
|
export declare var CreateStackRequest: StaticStructureSchema;
|
|
55
62
|
export declare var CreateStackResult: StaticStructureSchema;
|
|
56
63
|
export declare var CreateStreamingURLRequest: StaticStructureSchema;
|
|
@@ -141,6 +148,7 @@ export declare var DisassociateFleetResult: StaticStructureSchema;
|
|
|
141
148
|
export declare var DisassociateSoftwareFromImageBuilderRequest: StaticStructureSchema;
|
|
142
149
|
export declare var DisassociateSoftwareFromImageBuilderResult: StaticStructureSchema;
|
|
143
150
|
export declare var DomainJoinInfo: StaticStructureSchema;
|
|
151
|
+
export declare var DryRunOperationException: StaticErrorSchema;
|
|
144
152
|
export declare var EnableUserRequest: StaticStructureSchema;
|
|
145
153
|
export declare var EnableUserResult: StaticStructureSchema;
|
|
146
154
|
export declare var EntitledApplication: StaticStructureSchema;
|
|
@@ -151,8 +159,12 @@ export declare var EntitlementNotFoundException: StaticErrorSchema;
|
|
|
151
159
|
export declare var ErrorDetails: StaticStructureSchema;
|
|
152
160
|
export declare var ExpireSessionRequest: StaticStructureSchema;
|
|
153
161
|
export declare var ExpireSessionResult: StaticStructureSchema;
|
|
162
|
+
export declare var ExportImageTask: StaticStructureSchema;
|
|
163
|
+
export declare var Filter: StaticStructureSchema;
|
|
154
164
|
export declare var Fleet: StaticStructureSchema;
|
|
155
165
|
export declare var FleetError: StaticStructureSchema;
|
|
166
|
+
export declare var GetExportImageTaskRequest: StaticStructureSchema;
|
|
167
|
+
export declare var GetExportImageTaskResult: StaticStructureSchema;
|
|
156
168
|
export declare var Image: StaticStructureSchema;
|
|
157
169
|
export declare var ImageBuilder: StaticStructureSchema;
|
|
158
170
|
export declare var ImageBuilderStateChangeReason: StaticStructureSchema;
|
|
@@ -170,6 +182,8 @@ export declare var ListAssociatedStacksRequest: StaticStructureSchema;
|
|
|
170
182
|
export declare var ListAssociatedStacksResult: StaticStructureSchema;
|
|
171
183
|
export declare var ListEntitledApplicationsRequest: StaticStructureSchema;
|
|
172
184
|
export declare var ListEntitledApplicationsResult: StaticStructureSchema;
|
|
185
|
+
export declare var ListExportImageTasksRequest: StaticStructureSchema;
|
|
186
|
+
export declare var ListExportImageTasksResult: StaticStructureSchema;
|
|
173
187
|
export declare var ListTagsForResourceRequest: StaticStructureSchema;
|
|
174
188
|
export declare var ListTagsForResourceResponse: StaticStructureSchema;
|
|
175
189
|
export declare var NetworkAccessConfiguration: StaticStructureSchema;
|
|
@@ -180,6 +194,7 @@ export declare var ResourceError: StaticStructureSchema;
|
|
|
180
194
|
export declare var ResourceInUseException: StaticErrorSchema;
|
|
181
195
|
export declare var ResourceNotAvailableException: StaticErrorSchema;
|
|
182
196
|
export declare var ResourceNotFoundException: StaticErrorSchema;
|
|
197
|
+
export declare var RuntimeValidationConfig: StaticStructureSchema;
|
|
183
198
|
export declare var S3Location: StaticStructureSchema;
|
|
184
199
|
export declare var ScriptDetails: StaticStructureSchema;
|
|
185
200
|
export declare var ServiceAccountCredentials: StaticStructureSchema;
|
|
@@ -231,6 +246,7 @@ export declare var User: StaticStructureSchema;
|
|
|
231
246
|
export declare var UserSetting: StaticStructureSchema;
|
|
232
247
|
export declare var UserStackAssociation: StaticStructureSchema;
|
|
233
248
|
export declare var UserStackAssociationError: StaticStructureSchema;
|
|
249
|
+
export declare var VolumeConfig: StaticStructureSchema;
|
|
234
250
|
export declare var VpcConfig: StaticStructureSchema;
|
|
235
251
|
export declare var __Unit: "unit";
|
|
236
252
|
export declare var AppStreamServiceException: StaticErrorSchema;
|
|
@@ -240,6 +256,7 @@ export declare var AppBlockBuilderAppBlockAssociationsList: StaticListSchema;
|
|
|
240
256
|
export declare var AppBlockBuilderAttributes: number;
|
|
241
257
|
export declare var AppBlockBuilderList: StaticListSchema;
|
|
242
258
|
export declare var AppBlocks: StaticListSchema;
|
|
259
|
+
export declare var AppCatalogConfig: StaticListSchema;
|
|
243
260
|
export declare var ApplicationAttributes: number;
|
|
244
261
|
export declare var ApplicationFleetAssociationList: StaticListSchema;
|
|
245
262
|
export declare var Applications: StaticListSchema;
|
|
@@ -253,6 +270,9 @@ export declare var EntitledApplicationList: StaticListSchema;
|
|
|
253
270
|
export declare var EntitlementAttributeList: StaticListSchema;
|
|
254
271
|
export declare var EntitlementList: StaticListSchema;
|
|
255
272
|
export declare var ErrorDetailsList: StaticListSchema;
|
|
273
|
+
export declare var ExportImageTasks: StaticListSchema;
|
|
274
|
+
export declare var Filters: StaticListSchema;
|
|
275
|
+
export declare var FilterValues: number;
|
|
256
276
|
export declare var FleetAttributes: number;
|
|
257
277
|
export declare var FleetErrors: StaticListSchema;
|
|
258
278
|
export declare var FleetList: StaticListSchema;
|
|
@@ -297,9 +317,11 @@ export declare var CreateAppBlockBuilderStreamingURL: StaticOperationSchema;
|
|
|
297
317
|
export declare var CreateApplication: StaticOperationSchema;
|
|
298
318
|
export declare var CreateDirectoryConfig: StaticOperationSchema;
|
|
299
319
|
export declare var CreateEntitlement: StaticOperationSchema;
|
|
320
|
+
export declare var CreateExportImageTask: StaticOperationSchema;
|
|
300
321
|
export declare var CreateFleet: StaticOperationSchema;
|
|
301
322
|
export declare var CreateImageBuilder: StaticOperationSchema;
|
|
302
323
|
export declare var CreateImageBuilderStreamingURL: StaticOperationSchema;
|
|
324
|
+
export declare var CreateImportedImage: StaticOperationSchema;
|
|
303
325
|
export declare var CreateStack: StaticOperationSchema;
|
|
304
326
|
export declare var CreateStreamingURL: StaticOperationSchema;
|
|
305
327
|
export declare var CreateThemeForStack: StaticOperationSchema;
|
|
@@ -346,9 +368,11 @@ export declare var DisassociateFleet: StaticOperationSchema;
|
|
|
346
368
|
export declare var DisassociateSoftwareFromImageBuilder: StaticOperationSchema;
|
|
347
369
|
export declare var EnableUser: StaticOperationSchema;
|
|
348
370
|
export declare var ExpireSession: StaticOperationSchema;
|
|
371
|
+
export declare var GetExportImageTask: StaticOperationSchema;
|
|
349
372
|
export declare var ListAssociatedFleets: StaticOperationSchema;
|
|
350
373
|
export declare var ListAssociatedStacks: StaticOperationSchema;
|
|
351
374
|
export declare var ListEntitledApplications: StaticOperationSchema;
|
|
375
|
+
export declare var ListExportImageTasks: StaticOperationSchema;
|
|
352
376
|
export declare var ListTagsForResource: StaticOperationSchema;
|
|
353
377
|
export declare var StartAppBlockBuilder: StaticOperationSchema;
|
|
354
378
|
export declare var StartFleet: StaticOperationSchema;
|
|
@@ -56,6 +56,10 @@ import {
|
|
|
56
56
|
CreateEntitlementCommandInput,
|
|
57
57
|
CreateEntitlementCommandOutput,
|
|
58
58
|
} from "./commands/CreateEntitlementCommand";
|
|
59
|
+
import {
|
|
60
|
+
CreateExportImageTaskCommandInput,
|
|
61
|
+
CreateExportImageTaskCommandOutput,
|
|
62
|
+
} from "./commands/CreateExportImageTaskCommand";
|
|
59
63
|
import {
|
|
60
64
|
CreateFleetCommandInput,
|
|
61
65
|
CreateFleetCommandOutput,
|
|
@@ -68,6 +72,10 @@ import {
|
|
|
68
72
|
CreateImageBuilderStreamingURLCommandInput,
|
|
69
73
|
CreateImageBuilderStreamingURLCommandOutput,
|
|
70
74
|
} from "./commands/CreateImageBuilderStreamingURLCommand";
|
|
75
|
+
import {
|
|
76
|
+
CreateImportedImageCommandInput,
|
|
77
|
+
CreateImportedImageCommandOutput,
|
|
78
|
+
} from "./commands/CreateImportedImageCommand";
|
|
71
79
|
import {
|
|
72
80
|
CreateStackCommandInput,
|
|
73
81
|
CreateStackCommandOutput,
|
|
@@ -252,6 +260,10 @@ import {
|
|
|
252
260
|
ExpireSessionCommandInput,
|
|
253
261
|
ExpireSessionCommandOutput,
|
|
254
262
|
} from "./commands/ExpireSessionCommand";
|
|
263
|
+
import {
|
|
264
|
+
GetExportImageTaskCommandInput,
|
|
265
|
+
GetExportImageTaskCommandOutput,
|
|
266
|
+
} from "./commands/GetExportImageTaskCommand";
|
|
255
267
|
import {
|
|
256
268
|
ListAssociatedFleetsCommandInput,
|
|
257
269
|
ListAssociatedFleetsCommandOutput,
|
|
@@ -264,6 +276,10 @@ import {
|
|
|
264
276
|
ListEntitledApplicationsCommandInput,
|
|
265
277
|
ListEntitledApplicationsCommandOutput,
|
|
266
278
|
} from "./commands/ListEntitledApplicationsCommand";
|
|
279
|
+
import {
|
|
280
|
+
ListExportImageTasksCommandInput,
|
|
281
|
+
ListExportImageTasksCommandOutput,
|
|
282
|
+
} from "./commands/ListExportImageTasksCommand";
|
|
267
283
|
import {
|
|
268
284
|
ListTagsForResourceCommandInput,
|
|
269
285
|
ListTagsForResourceCommandOutput,
|
|
@@ -531,6 +547,19 @@ export interface AppStream {
|
|
|
531
547
|
options: __HttpHandlerOptions,
|
|
532
548
|
cb: (err: any, data?: CreateEntitlementCommandOutput) => void
|
|
533
549
|
): void;
|
|
550
|
+
createExportImageTask(
|
|
551
|
+
args: CreateExportImageTaskCommandInput,
|
|
552
|
+
options?: __HttpHandlerOptions
|
|
553
|
+
): Promise<CreateExportImageTaskCommandOutput>;
|
|
554
|
+
createExportImageTask(
|
|
555
|
+
args: CreateExportImageTaskCommandInput,
|
|
556
|
+
cb: (err: any, data?: CreateExportImageTaskCommandOutput) => void
|
|
557
|
+
): void;
|
|
558
|
+
createExportImageTask(
|
|
559
|
+
args: CreateExportImageTaskCommandInput,
|
|
560
|
+
options: __HttpHandlerOptions,
|
|
561
|
+
cb: (err: any, data?: CreateExportImageTaskCommandOutput) => void
|
|
562
|
+
): void;
|
|
534
563
|
createFleet(
|
|
535
564
|
args: CreateFleetCommandInput,
|
|
536
565
|
options?: __HttpHandlerOptions
|
|
@@ -570,6 +599,19 @@ export interface AppStream {
|
|
|
570
599
|
options: __HttpHandlerOptions,
|
|
571
600
|
cb: (err: any, data?: CreateImageBuilderStreamingURLCommandOutput) => void
|
|
572
601
|
): void;
|
|
602
|
+
createImportedImage(
|
|
603
|
+
args: CreateImportedImageCommandInput,
|
|
604
|
+
options?: __HttpHandlerOptions
|
|
605
|
+
): Promise<CreateImportedImageCommandOutput>;
|
|
606
|
+
createImportedImage(
|
|
607
|
+
args: CreateImportedImageCommandInput,
|
|
608
|
+
cb: (err: any, data?: CreateImportedImageCommandOutput) => void
|
|
609
|
+
): void;
|
|
610
|
+
createImportedImage(
|
|
611
|
+
args: CreateImportedImageCommandInput,
|
|
612
|
+
options: __HttpHandlerOptions,
|
|
613
|
+
cb: (err: any, data?: CreateImportedImageCommandOutput) => void
|
|
614
|
+
): void;
|
|
573
615
|
createStack(
|
|
574
616
|
args: CreateStackCommandInput,
|
|
575
617
|
options?: __HttpHandlerOptions
|
|
@@ -1212,6 +1254,20 @@ export interface AppStream {
|
|
|
1212
1254
|
options: __HttpHandlerOptions,
|
|
1213
1255
|
cb: (err: any, data?: ExpireSessionCommandOutput) => void
|
|
1214
1256
|
): void;
|
|
1257
|
+
getExportImageTask(): Promise<GetExportImageTaskCommandOutput>;
|
|
1258
|
+
getExportImageTask(
|
|
1259
|
+
args: GetExportImageTaskCommandInput,
|
|
1260
|
+
options?: __HttpHandlerOptions
|
|
1261
|
+
): Promise<GetExportImageTaskCommandOutput>;
|
|
1262
|
+
getExportImageTask(
|
|
1263
|
+
args: GetExportImageTaskCommandInput,
|
|
1264
|
+
cb: (err: any, data?: GetExportImageTaskCommandOutput) => void
|
|
1265
|
+
): void;
|
|
1266
|
+
getExportImageTask(
|
|
1267
|
+
args: GetExportImageTaskCommandInput,
|
|
1268
|
+
options: __HttpHandlerOptions,
|
|
1269
|
+
cb: (err: any, data?: GetExportImageTaskCommandOutput) => void
|
|
1270
|
+
): void;
|
|
1215
1271
|
listAssociatedFleets(
|
|
1216
1272
|
args: ListAssociatedFleetsCommandInput,
|
|
1217
1273
|
options?: __HttpHandlerOptions
|
|
@@ -1251,6 +1307,20 @@ export interface AppStream {
|
|
|
1251
1307
|
options: __HttpHandlerOptions,
|
|
1252
1308
|
cb: (err: any, data?: ListEntitledApplicationsCommandOutput) => void
|
|
1253
1309
|
): void;
|
|
1310
|
+
listExportImageTasks(): Promise<ListExportImageTasksCommandOutput>;
|
|
1311
|
+
listExportImageTasks(
|
|
1312
|
+
args: ListExportImageTasksCommandInput,
|
|
1313
|
+
options?: __HttpHandlerOptions
|
|
1314
|
+
): Promise<ListExportImageTasksCommandOutput>;
|
|
1315
|
+
listExportImageTasks(
|
|
1316
|
+
args: ListExportImageTasksCommandInput,
|
|
1317
|
+
cb: (err: any, data?: ListExportImageTasksCommandOutput) => void
|
|
1318
|
+
): void;
|
|
1319
|
+
listExportImageTasks(
|
|
1320
|
+
args: ListExportImageTasksCommandInput,
|
|
1321
|
+
options: __HttpHandlerOptions,
|
|
1322
|
+
cb: (err: any, data?: ListExportImageTasksCommandOutput) => void
|
|
1323
|
+
): void;
|
|
1254
1324
|
listTagsForResource(
|
|
1255
1325
|
args: ListTagsForResourceCommandInput,
|
|
1256
1326
|
options?: __HttpHandlerOptions
|
|
@@ -104,6 +104,10 @@ import {
|
|
|
104
104
|
CreateEntitlementCommandInput,
|
|
105
105
|
CreateEntitlementCommandOutput,
|
|
106
106
|
} from "./commands/CreateEntitlementCommand";
|
|
107
|
+
import {
|
|
108
|
+
CreateExportImageTaskCommandInput,
|
|
109
|
+
CreateExportImageTaskCommandOutput,
|
|
110
|
+
} from "./commands/CreateExportImageTaskCommand";
|
|
107
111
|
import {
|
|
108
112
|
CreateFleetCommandInput,
|
|
109
113
|
CreateFleetCommandOutput,
|
|
@@ -116,6 +120,10 @@ import {
|
|
|
116
120
|
CreateImageBuilderStreamingURLCommandInput,
|
|
117
121
|
CreateImageBuilderStreamingURLCommandOutput,
|
|
118
122
|
} from "./commands/CreateImageBuilderStreamingURLCommand";
|
|
123
|
+
import {
|
|
124
|
+
CreateImportedImageCommandInput,
|
|
125
|
+
CreateImportedImageCommandOutput,
|
|
126
|
+
} from "./commands/CreateImportedImageCommand";
|
|
119
127
|
import {
|
|
120
128
|
CreateStackCommandInput,
|
|
121
129
|
CreateStackCommandOutput,
|
|
@@ -300,6 +308,10 @@ import {
|
|
|
300
308
|
ExpireSessionCommandInput,
|
|
301
309
|
ExpireSessionCommandOutput,
|
|
302
310
|
} from "./commands/ExpireSessionCommand";
|
|
311
|
+
import {
|
|
312
|
+
GetExportImageTaskCommandInput,
|
|
313
|
+
GetExportImageTaskCommandOutput,
|
|
314
|
+
} from "./commands/GetExportImageTaskCommand";
|
|
303
315
|
import {
|
|
304
316
|
ListAssociatedFleetsCommandInput,
|
|
305
317
|
ListAssociatedFleetsCommandOutput,
|
|
@@ -312,6 +324,10 @@ import {
|
|
|
312
324
|
ListEntitledApplicationsCommandInput,
|
|
313
325
|
ListEntitledApplicationsCommandOutput,
|
|
314
326
|
} from "./commands/ListEntitledApplicationsCommand";
|
|
327
|
+
import {
|
|
328
|
+
ListExportImageTasksCommandInput,
|
|
329
|
+
ListExportImageTasksCommandOutput,
|
|
330
|
+
} from "./commands/ListExportImageTasksCommand";
|
|
315
331
|
import {
|
|
316
332
|
ListTagsForResourceCommandInput,
|
|
317
333
|
ListTagsForResourceCommandOutput,
|
|
@@ -406,9 +422,11 @@ export type ServiceInputTypes =
|
|
|
406
422
|
| CreateApplicationCommandInput
|
|
407
423
|
| CreateDirectoryConfigCommandInput
|
|
408
424
|
| CreateEntitlementCommandInput
|
|
425
|
+
| CreateExportImageTaskCommandInput
|
|
409
426
|
| CreateFleetCommandInput
|
|
410
427
|
| CreateImageBuilderCommandInput
|
|
411
428
|
| CreateImageBuilderStreamingURLCommandInput
|
|
429
|
+
| CreateImportedImageCommandInput
|
|
412
430
|
| CreateStackCommandInput
|
|
413
431
|
| CreateStreamingURLCommandInput
|
|
414
432
|
| CreateThemeForStackCommandInput
|
|
@@ -455,9 +473,11 @@ export type ServiceInputTypes =
|
|
|
455
473
|
| DisassociateSoftwareFromImageBuilderCommandInput
|
|
456
474
|
| EnableUserCommandInput
|
|
457
475
|
| ExpireSessionCommandInput
|
|
476
|
+
| GetExportImageTaskCommandInput
|
|
458
477
|
| ListAssociatedFleetsCommandInput
|
|
459
478
|
| ListAssociatedStacksCommandInput
|
|
460
479
|
| ListEntitledApplicationsCommandInput
|
|
480
|
+
| ListExportImageTasksCommandInput
|
|
461
481
|
| ListTagsForResourceCommandInput
|
|
462
482
|
| StartAppBlockBuilderCommandInput
|
|
463
483
|
| StartFleetCommandInput
|
|
@@ -491,9 +511,11 @@ export type ServiceOutputTypes =
|
|
|
491
511
|
| CreateApplicationCommandOutput
|
|
492
512
|
| CreateDirectoryConfigCommandOutput
|
|
493
513
|
| CreateEntitlementCommandOutput
|
|
514
|
+
| CreateExportImageTaskCommandOutput
|
|
494
515
|
| CreateFleetCommandOutput
|
|
495
516
|
| CreateImageBuilderCommandOutput
|
|
496
517
|
| CreateImageBuilderStreamingURLCommandOutput
|
|
518
|
+
| CreateImportedImageCommandOutput
|
|
497
519
|
| CreateStackCommandOutput
|
|
498
520
|
| CreateStreamingURLCommandOutput
|
|
499
521
|
| CreateThemeForStackCommandOutput
|
|
@@ -540,9 +562,11 @@ export type ServiceOutputTypes =
|
|
|
540
562
|
| DisassociateSoftwareFromImageBuilderCommandOutput
|
|
541
563
|
| EnableUserCommandOutput
|
|
542
564
|
| ExpireSessionCommandOutput
|
|
565
|
+
| GetExportImageTaskCommandOutput
|
|
543
566
|
| ListAssociatedFleetsCommandOutput
|
|
544
567
|
| ListAssociatedStacksCommandOutput
|
|
545
568
|
| ListEntitledApplicationsCommandOutput
|
|
569
|
+
| ListExportImageTasksCommandOutput
|
|
546
570
|
| ListTagsForResourceCommandOutput
|
|
547
571
|
| StartAppBlockBuilderCommandOutput
|
|
548
572
|
| StartFleetCommandOutput
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
AppStreamClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../AppStreamClient";
|
|
8
|
+
import {
|
|
9
|
+
CreateExportImageTaskRequest,
|
|
10
|
+
CreateExportImageTaskResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateExportImageTaskCommandInput
|
|
15
|
+
extends CreateExportImageTaskRequest {}
|
|
16
|
+
export interface CreateExportImageTaskCommandOutput
|
|
17
|
+
extends CreateExportImageTaskResult,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreateExportImageTaskCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreateExportImageTaskCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreateExportImageTaskCommandInput,
|
|
24
|
+
CreateExportImageTaskCommandOutput,
|
|
25
|
+
AppStreamClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: CreateExportImageTaskCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreateExportImageTaskCommandInput,
|
|
33
|
+
CreateExportImageTaskCommandOutput,
|
|
34
|
+
AppStreamClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreateExportImageTaskCommand extends CreateExportImageTaskCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateExportImageTaskRequest;
|
|
44
|
+
output: CreateExportImageTaskResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateExportImageTaskCommandInput;
|
|
48
|
+
output: CreateExportImageTaskCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
AppStreamClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../AppStreamClient";
|
|
8
|
+
import {
|
|
9
|
+
CreateImportedImageRequest,
|
|
10
|
+
CreateImportedImageResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateImportedImageCommandInput
|
|
15
|
+
extends CreateImportedImageRequest {}
|
|
16
|
+
export interface CreateImportedImageCommandOutput
|
|
17
|
+
extends CreateImportedImageResult,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreateImportedImageCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreateImportedImageCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreateImportedImageCommandInput,
|
|
24
|
+
CreateImportedImageCommandOutput,
|
|
25
|
+
AppStreamClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: CreateImportedImageCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreateImportedImageCommandInput,
|
|
33
|
+
CreateImportedImageCommandOutput,
|
|
34
|
+
AppStreamClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreateImportedImageCommand extends CreateImportedImageCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateImportedImageRequest;
|
|
44
|
+
output: CreateImportedImageResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateImportedImageCommandInput;
|
|
48
|
+
output: CreateImportedImageCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
AppStreamClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../AppStreamClient";
|
|
8
|
+
import {
|
|
9
|
+
GetExportImageTaskRequest,
|
|
10
|
+
GetExportImageTaskResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetExportImageTaskCommandInput
|
|
15
|
+
extends GetExportImageTaskRequest {}
|
|
16
|
+
export interface GetExportImageTaskCommandOutput
|
|
17
|
+
extends GetExportImageTaskResult,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const GetExportImageTaskCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: GetExportImageTaskCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
GetExportImageTaskCommandInput,
|
|
24
|
+
GetExportImageTaskCommandOutput,
|
|
25
|
+
AppStreamClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: [] | [GetExportImageTaskCommandInput]
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
GetExportImageTaskCommandInput,
|
|
33
|
+
GetExportImageTaskCommandOutput,
|
|
34
|
+
AppStreamClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class GetExportImageTaskCommand extends GetExportImageTaskCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetExportImageTaskRequest;
|
|
44
|
+
output: GetExportImageTaskResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetExportImageTaskCommandInput;
|
|
48
|
+
output: GetExportImageTaskCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
AppStreamClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../AppStreamClient";
|
|
8
|
+
import {
|
|
9
|
+
ListExportImageTasksRequest,
|
|
10
|
+
ListExportImageTasksResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListExportImageTasksCommandInput
|
|
15
|
+
extends ListExportImageTasksRequest {}
|
|
16
|
+
export interface ListExportImageTasksCommandOutput
|
|
17
|
+
extends ListExportImageTasksResult,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListExportImageTasksCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListExportImageTasksCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ListExportImageTasksCommandInput,
|
|
24
|
+
ListExportImageTasksCommandOutput,
|
|
25
|
+
AppStreamClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: [] | [ListExportImageTasksCommandInput]
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ListExportImageTasksCommandInput,
|
|
33
|
+
ListExportImageTasksCommandOutput,
|
|
34
|
+
AppStreamClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ListExportImageTasksCommand extends ListExportImageTasksCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListExportImageTasksRequest;
|
|
44
|
+
output: ListExportImageTasksResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListExportImageTasksCommandInput;
|
|
48
|
+
output: ListExportImageTasksCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -12,9 +12,11 @@ export * from "./CreateAppBlockCommand";
|
|
|
12
12
|
export * from "./CreateApplicationCommand";
|
|
13
13
|
export * from "./CreateDirectoryConfigCommand";
|
|
14
14
|
export * from "./CreateEntitlementCommand";
|
|
15
|
+
export * from "./CreateExportImageTaskCommand";
|
|
15
16
|
export * from "./CreateFleetCommand";
|
|
16
17
|
export * from "./CreateImageBuilderCommand";
|
|
17
18
|
export * from "./CreateImageBuilderStreamingURLCommand";
|
|
19
|
+
export * from "./CreateImportedImageCommand";
|
|
18
20
|
export * from "./CreateStackCommand";
|
|
19
21
|
export * from "./CreateStreamingURLCommand";
|
|
20
22
|
export * from "./CreateThemeForStackCommand";
|
|
@@ -61,9 +63,11 @@ export * from "./DisassociateFleetCommand";
|
|
|
61
63
|
export * from "./DisassociateSoftwareFromImageBuilderCommand";
|
|
62
64
|
export * from "./EnableUserCommand";
|
|
63
65
|
export * from "./ExpireSessionCommand";
|
|
66
|
+
export * from "./GetExportImageTaskCommand";
|
|
64
67
|
export * from "./ListAssociatedFleetsCommand";
|
|
65
68
|
export * from "./ListAssociatedStacksCommand";
|
|
66
69
|
export * from "./ListEntitledApplicationsCommand";
|
|
70
|
+
export * from "./ListExportImageTasksCommand";
|
|
67
71
|
export * from "./ListTagsForResourceCommand";
|
|
68
72
|
export * from "./StartAppBlockBuilderCommand";
|
|
69
73
|
export * from "./StartFleetCommand";
|