@aws-sdk/client-appstream 3.908.0 → 3.910.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 +40 -0
- package/dist-cjs/endpoint/ruleset.js +1 -1
- package/dist-cjs/index.js +228 -0
- package/dist-es/AppStream.js +10 -0
- package/dist-es/commands/AssociateSoftwareToImageBuilderCommand.js +22 -0
- package/dist-es/commands/DescribeAppLicenseUsageCommand.js +22 -0
- package/dist-es/commands/DescribeSoftwareAssociationsCommand.js +22 -0
- package/dist-es/commands/DisassociateSoftwareFromImageBuilderCommand.js +22 -0
- package/dist-es/commands/StartSoftwareDeploymentToImageBuilderCommand.js +22 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/endpoint/ruleset.js +1 -1
- package/dist-es/models/models_0.js +11 -0
- package/dist-es/protocols/Aws_json1_1.js +121 -0
- package/dist-types/AppStream.d.ts +35 -0
- package/dist-types/AppStreamClient.d.ts +7 -2
- package/dist-types/commands/AssociateSoftwareToImageBuilderCommand.d.ts +90 -0
- package/dist-types/commands/CreateImageBuilderCommand.d.ts +7 -1
- package/dist-types/commands/CreateUpdatedImageCommand.d.ts +1 -0
- package/dist-types/commands/DeleteImageBuilderCommand.d.ts +1 -1
- package/dist-types/commands/DeleteImageCommand.d.ts +1 -0
- package/dist-types/commands/DescribeAppLicenseUsageCommand.d.ts +96 -0
- package/dist-types/commands/DescribeImageBuildersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImagesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeSoftwareAssociationsCommand.d.ts +95 -0
- package/dist-types/commands/DisassociateSoftwareFromImageBuilderCommand.d.ts +87 -0
- package/dist-types/commands/StartImageBuilderCommand.d.ts +1 -1
- package/dist-types/commands/StartSoftwareDeploymentToImageBuilderCommand.d.ts +82 -0
- package/dist-types/commands/StopImageBuilderCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +624 -2
- package/dist-types/protocols/Aws_json1_1.d.ts +45 -0
- package/dist-types/ts3.4/AppStream.d.ts +97 -0
- package/dist-types/ts3.4/AppStreamClient.d.ts +30 -0
- package/dist-types/ts3.4/commands/AssociateSoftwareToImageBuilderCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeAppLicenseUsageCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeSoftwareAssociationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DisassociateSoftwareFromImageBuilderCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StartSoftwareDeploymentToImageBuilderCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +64 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +60 -0
- package/package.json +34 -34
|
@@ -4,6 +4,7 @@ import { AssociateAppBlockBuilderAppBlockCommandInput, AssociateAppBlockBuilderA
|
|
|
4
4
|
import { AssociateApplicationFleetCommandInput, AssociateApplicationFleetCommandOutput } from "../commands/AssociateApplicationFleetCommand";
|
|
5
5
|
import { AssociateApplicationToEntitlementCommandInput, AssociateApplicationToEntitlementCommandOutput } from "../commands/AssociateApplicationToEntitlementCommand";
|
|
6
6
|
import { AssociateFleetCommandInput, AssociateFleetCommandOutput } from "../commands/AssociateFleetCommand";
|
|
7
|
+
import { AssociateSoftwareToImageBuilderCommandInput, AssociateSoftwareToImageBuilderCommandOutput } from "../commands/AssociateSoftwareToImageBuilderCommand";
|
|
7
8
|
import { BatchAssociateUserStackCommandInput, BatchAssociateUserStackCommandOutput } from "../commands/BatchAssociateUserStackCommand";
|
|
8
9
|
import { BatchDisassociateUserStackCommandInput, BatchDisassociateUserStackCommandOutput } from "../commands/BatchDisassociateUserStackCommand";
|
|
9
10
|
import { CopyImageCommandInput, CopyImageCommandOutput } from "../commands/CopyImageCommand";
|
|
@@ -40,6 +41,7 @@ import { DescribeAppBlockBuildersCommandInput, DescribeAppBlockBuildersCommandOu
|
|
|
40
41
|
import { DescribeAppBlocksCommandInput, DescribeAppBlocksCommandOutput } from "../commands/DescribeAppBlocksCommand";
|
|
41
42
|
import { DescribeApplicationFleetAssociationsCommandInput, DescribeApplicationFleetAssociationsCommandOutput } from "../commands/DescribeApplicationFleetAssociationsCommand";
|
|
42
43
|
import { DescribeApplicationsCommandInput, DescribeApplicationsCommandOutput } from "../commands/DescribeApplicationsCommand";
|
|
44
|
+
import { DescribeAppLicenseUsageCommandInput, DescribeAppLicenseUsageCommandOutput } from "../commands/DescribeAppLicenseUsageCommand";
|
|
43
45
|
import { DescribeDirectoryConfigsCommandInput, DescribeDirectoryConfigsCommandOutput } from "../commands/DescribeDirectoryConfigsCommand";
|
|
44
46
|
import { DescribeEntitlementsCommandInput, DescribeEntitlementsCommandOutput } from "../commands/DescribeEntitlementsCommand";
|
|
45
47
|
import { DescribeFleetsCommandInput, DescribeFleetsCommandOutput } from "../commands/DescribeFleetsCommand";
|
|
@@ -47,6 +49,7 @@ import { DescribeImageBuildersCommandInput, DescribeImageBuildersCommandOutput }
|
|
|
47
49
|
import { DescribeImagePermissionsCommandInput, DescribeImagePermissionsCommandOutput } from "../commands/DescribeImagePermissionsCommand";
|
|
48
50
|
import { DescribeImagesCommandInput, DescribeImagesCommandOutput } from "../commands/DescribeImagesCommand";
|
|
49
51
|
import { DescribeSessionsCommandInput, DescribeSessionsCommandOutput } from "../commands/DescribeSessionsCommand";
|
|
52
|
+
import { DescribeSoftwareAssociationsCommandInput, DescribeSoftwareAssociationsCommandOutput } from "../commands/DescribeSoftwareAssociationsCommand";
|
|
50
53
|
import { DescribeStacksCommandInput, DescribeStacksCommandOutput } from "../commands/DescribeStacksCommand";
|
|
51
54
|
import { DescribeThemeForStackCommandInput, DescribeThemeForStackCommandOutput } from "../commands/DescribeThemeForStackCommand";
|
|
52
55
|
import { DescribeUsageReportSubscriptionsCommandInput, DescribeUsageReportSubscriptionsCommandOutput } from "../commands/DescribeUsageReportSubscriptionsCommand";
|
|
@@ -57,6 +60,7 @@ import { DisassociateAppBlockBuilderAppBlockCommandInput, DisassociateAppBlockBu
|
|
|
57
60
|
import { DisassociateApplicationFleetCommandInput, DisassociateApplicationFleetCommandOutput } from "../commands/DisassociateApplicationFleetCommand";
|
|
58
61
|
import { DisassociateApplicationFromEntitlementCommandInput, DisassociateApplicationFromEntitlementCommandOutput } from "../commands/DisassociateApplicationFromEntitlementCommand";
|
|
59
62
|
import { DisassociateFleetCommandInput, DisassociateFleetCommandOutput } from "../commands/DisassociateFleetCommand";
|
|
63
|
+
import { DisassociateSoftwareFromImageBuilderCommandInput, DisassociateSoftwareFromImageBuilderCommandOutput } from "../commands/DisassociateSoftwareFromImageBuilderCommand";
|
|
60
64
|
import { EnableUserCommandInput, EnableUserCommandOutput } from "../commands/EnableUserCommand";
|
|
61
65
|
import { ExpireSessionCommandInput, ExpireSessionCommandOutput } from "../commands/ExpireSessionCommand";
|
|
62
66
|
import { ListAssociatedFleetsCommandInput, ListAssociatedFleetsCommandOutput } from "../commands/ListAssociatedFleetsCommand";
|
|
@@ -66,6 +70,7 @@ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } fro
|
|
|
66
70
|
import { StartAppBlockBuilderCommandInput, StartAppBlockBuilderCommandOutput } from "../commands/StartAppBlockBuilderCommand";
|
|
67
71
|
import { StartFleetCommandInput, StartFleetCommandOutput } from "../commands/StartFleetCommand";
|
|
68
72
|
import { StartImageBuilderCommandInput, StartImageBuilderCommandOutput } from "../commands/StartImageBuilderCommand";
|
|
73
|
+
import { StartSoftwareDeploymentToImageBuilderCommandInput, StartSoftwareDeploymentToImageBuilderCommandOutput } from "../commands/StartSoftwareDeploymentToImageBuilderCommand";
|
|
69
74
|
import { StopAppBlockBuilderCommandInput, StopAppBlockBuilderCommandOutput } from "../commands/StopAppBlockBuilderCommand";
|
|
70
75
|
import { StopFleetCommandInput, StopFleetCommandOutput } from "../commands/StopFleetCommand";
|
|
71
76
|
import { StopImageBuilderCommandInput, StopImageBuilderCommandOutput } from "../commands/StopImageBuilderCommand";
|
|
@@ -95,6 +100,10 @@ export declare const se_AssociateApplicationToEntitlementCommand: (input: Associ
|
|
|
95
100
|
* serializeAws_json1_1AssociateFleetCommand
|
|
96
101
|
*/
|
|
97
102
|
export declare const se_AssociateFleetCommand: (input: AssociateFleetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
103
|
+
/**
|
|
104
|
+
* serializeAws_json1_1AssociateSoftwareToImageBuilderCommand
|
|
105
|
+
*/
|
|
106
|
+
export declare const se_AssociateSoftwareToImageBuilderCommand: (input: AssociateSoftwareToImageBuilderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
98
107
|
/**
|
|
99
108
|
* serializeAws_json1_1BatchAssociateUserStackCommand
|
|
100
109
|
*/
|
|
@@ -239,6 +248,10 @@ export declare const se_DescribeApplicationFleetAssociationsCommand: (input: Des
|
|
|
239
248
|
* serializeAws_json1_1DescribeApplicationsCommand
|
|
240
249
|
*/
|
|
241
250
|
export declare const se_DescribeApplicationsCommand: (input: DescribeApplicationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
251
|
+
/**
|
|
252
|
+
* serializeAws_json1_1DescribeAppLicenseUsageCommand
|
|
253
|
+
*/
|
|
254
|
+
export declare const se_DescribeAppLicenseUsageCommand: (input: DescribeAppLicenseUsageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
242
255
|
/**
|
|
243
256
|
* serializeAws_json1_1DescribeDirectoryConfigsCommand
|
|
244
257
|
*/
|
|
@@ -267,6 +280,10 @@ export declare const se_DescribeImagesCommand: (input: DescribeImagesCommandInpu
|
|
|
267
280
|
* serializeAws_json1_1DescribeSessionsCommand
|
|
268
281
|
*/
|
|
269
282
|
export declare const se_DescribeSessionsCommand: (input: DescribeSessionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
283
|
+
/**
|
|
284
|
+
* serializeAws_json1_1DescribeSoftwareAssociationsCommand
|
|
285
|
+
*/
|
|
286
|
+
export declare const se_DescribeSoftwareAssociationsCommand: (input: DescribeSoftwareAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
270
287
|
/**
|
|
271
288
|
* serializeAws_json1_1DescribeStacksCommand
|
|
272
289
|
*/
|
|
@@ -307,6 +324,10 @@ export declare const se_DisassociateApplicationFromEntitlementCommand: (input: D
|
|
|
307
324
|
* serializeAws_json1_1DisassociateFleetCommand
|
|
308
325
|
*/
|
|
309
326
|
export declare const se_DisassociateFleetCommand: (input: DisassociateFleetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
327
|
+
/**
|
|
328
|
+
* serializeAws_json1_1DisassociateSoftwareFromImageBuilderCommand
|
|
329
|
+
*/
|
|
330
|
+
export declare const se_DisassociateSoftwareFromImageBuilderCommand: (input: DisassociateSoftwareFromImageBuilderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
310
331
|
/**
|
|
311
332
|
* serializeAws_json1_1EnableUserCommand
|
|
312
333
|
*/
|
|
@@ -343,6 +364,10 @@ export declare const se_StartFleetCommand: (input: StartFleetCommandInput, conte
|
|
|
343
364
|
* serializeAws_json1_1StartImageBuilderCommand
|
|
344
365
|
*/
|
|
345
366
|
export declare const se_StartImageBuilderCommand: (input: StartImageBuilderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
367
|
+
/**
|
|
368
|
+
* serializeAws_json1_1StartSoftwareDeploymentToImageBuilderCommand
|
|
369
|
+
*/
|
|
370
|
+
export declare const se_StartSoftwareDeploymentToImageBuilderCommand: (input: StartSoftwareDeploymentToImageBuilderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
346
371
|
/**
|
|
347
372
|
* serializeAws_json1_1StopAppBlockBuilderCommand
|
|
348
373
|
*/
|
|
@@ -411,6 +436,10 @@ export declare const de_AssociateApplicationToEntitlementCommand: (output: __Htt
|
|
|
411
436
|
* deserializeAws_json1_1AssociateFleetCommand
|
|
412
437
|
*/
|
|
413
438
|
export declare const de_AssociateFleetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateFleetCommandOutput>;
|
|
439
|
+
/**
|
|
440
|
+
* deserializeAws_json1_1AssociateSoftwareToImageBuilderCommand
|
|
441
|
+
*/
|
|
442
|
+
export declare const de_AssociateSoftwareToImageBuilderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateSoftwareToImageBuilderCommandOutput>;
|
|
414
443
|
/**
|
|
415
444
|
* deserializeAws_json1_1BatchAssociateUserStackCommand
|
|
416
445
|
*/
|
|
@@ -555,6 +584,10 @@ export declare const de_DescribeApplicationFleetAssociationsCommand: (output: __
|
|
|
555
584
|
* deserializeAws_json1_1DescribeApplicationsCommand
|
|
556
585
|
*/
|
|
557
586
|
export declare const de_DescribeApplicationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeApplicationsCommandOutput>;
|
|
587
|
+
/**
|
|
588
|
+
* deserializeAws_json1_1DescribeAppLicenseUsageCommand
|
|
589
|
+
*/
|
|
590
|
+
export declare const de_DescribeAppLicenseUsageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAppLicenseUsageCommandOutput>;
|
|
558
591
|
/**
|
|
559
592
|
* deserializeAws_json1_1DescribeDirectoryConfigsCommand
|
|
560
593
|
*/
|
|
@@ -583,6 +616,10 @@ export declare const de_DescribeImagesCommand: (output: __HttpResponse, context:
|
|
|
583
616
|
* deserializeAws_json1_1DescribeSessionsCommand
|
|
584
617
|
*/
|
|
585
618
|
export declare const de_DescribeSessionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSessionsCommandOutput>;
|
|
619
|
+
/**
|
|
620
|
+
* deserializeAws_json1_1DescribeSoftwareAssociationsCommand
|
|
621
|
+
*/
|
|
622
|
+
export declare const de_DescribeSoftwareAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSoftwareAssociationsCommandOutput>;
|
|
586
623
|
/**
|
|
587
624
|
* deserializeAws_json1_1DescribeStacksCommand
|
|
588
625
|
*/
|
|
@@ -623,6 +660,10 @@ export declare const de_DisassociateApplicationFromEntitlementCommand: (output:
|
|
|
623
660
|
* deserializeAws_json1_1DisassociateFleetCommand
|
|
624
661
|
*/
|
|
625
662
|
export declare const de_DisassociateFleetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateFleetCommandOutput>;
|
|
663
|
+
/**
|
|
664
|
+
* deserializeAws_json1_1DisassociateSoftwareFromImageBuilderCommand
|
|
665
|
+
*/
|
|
666
|
+
export declare const de_DisassociateSoftwareFromImageBuilderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateSoftwareFromImageBuilderCommandOutput>;
|
|
626
667
|
/**
|
|
627
668
|
* deserializeAws_json1_1EnableUserCommand
|
|
628
669
|
*/
|
|
@@ -659,6 +700,10 @@ export declare const de_StartFleetCommand: (output: __HttpResponse, context: __S
|
|
|
659
700
|
* deserializeAws_json1_1StartImageBuilderCommand
|
|
660
701
|
*/
|
|
661
702
|
export declare const de_StartImageBuilderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartImageBuilderCommandOutput>;
|
|
703
|
+
/**
|
|
704
|
+
* deserializeAws_json1_1StartSoftwareDeploymentToImageBuilderCommand
|
|
705
|
+
*/
|
|
706
|
+
export declare const de_StartSoftwareDeploymentToImageBuilderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartSoftwareDeploymentToImageBuilderCommandOutput>;
|
|
662
707
|
/**
|
|
663
708
|
* deserializeAws_json1_1StopAppBlockBuilderCommand
|
|
664
709
|
*/
|
|
@@ -16,6 +16,10 @@ import {
|
|
|
16
16
|
AssociateFleetCommandInput,
|
|
17
17
|
AssociateFleetCommandOutput,
|
|
18
18
|
} from "./commands/AssociateFleetCommand";
|
|
19
|
+
import {
|
|
20
|
+
AssociateSoftwareToImageBuilderCommandInput,
|
|
21
|
+
AssociateSoftwareToImageBuilderCommandOutput,
|
|
22
|
+
} from "./commands/AssociateSoftwareToImageBuilderCommand";
|
|
19
23
|
import {
|
|
20
24
|
BatchAssociateUserStackCommandInput,
|
|
21
25
|
BatchAssociateUserStackCommandOutput,
|
|
@@ -160,6 +164,10 @@ import {
|
|
|
160
164
|
DescribeApplicationsCommandInput,
|
|
161
165
|
DescribeApplicationsCommandOutput,
|
|
162
166
|
} from "./commands/DescribeApplicationsCommand";
|
|
167
|
+
import {
|
|
168
|
+
DescribeAppLicenseUsageCommandInput,
|
|
169
|
+
DescribeAppLicenseUsageCommandOutput,
|
|
170
|
+
} from "./commands/DescribeAppLicenseUsageCommand";
|
|
163
171
|
import {
|
|
164
172
|
DescribeDirectoryConfigsCommandInput,
|
|
165
173
|
DescribeDirectoryConfigsCommandOutput,
|
|
@@ -188,6 +196,10 @@ import {
|
|
|
188
196
|
DescribeSessionsCommandInput,
|
|
189
197
|
DescribeSessionsCommandOutput,
|
|
190
198
|
} from "./commands/DescribeSessionsCommand";
|
|
199
|
+
import {
|
|
200
|
+
DescribeSoftwareAssociationsCommandInput,
|
|
201
|
+
DescribeSoftwareAssociationsCommandOutput,
|
|
202
|
+
} from "./commands/DescribeSoftwareAssociationsCommand";
|
|
191
203
|
import {
|
|
192
204
|
DescribeStacksCommandInput,
|
|
193
205
|
DescribeStacksCommandOutput,
|
|
@@ -228,6 +240,10 @@ import {
|
|
|
228
240
|
DisassociateFleetCommandInput,
|
|
229
241
|
DisassociateFleetCommandOutput,
|
|
230
242
|
} from "./commands/DisassociateFleetCommand";
|
|
243
|
+
import {
|
|
244
|
+
DisassociateSoftwareFromImageBuilderCommandInput,
|
|
245
|
+
DisassociateSoftwareFromImageBuilderCommandOutput,
|
|
246
|
+
} from "./commands/DisassociateSoftwareFromImageBuilderCommand";
|
|
231
247
|
import {
|
|
232
248
|
EnableUserCommandInput,
|
|
233
249
|
EnableUserCommandOutput,
|
|
@@ -264,6 +280,10 @@ import {
|
|
|
264
280
|
StartImageBuilderCommandInput,
|
|
265
281
|
StartImageBuilderCommandOutput,
|
|
266
282
|
} from "./commands/StartImageBuilderCommand";
|
|
283
|
+
import {
|
|
284
|
+
StartSoftwareDeploymentToImageBuilderCommandInput,
|
|
285
|
+
StartSoftwareDeploymentToImageBuilderCommandOutput,
|
|
286
|
+
} from "./commands/StartSoftwareDeploymentToImageBuilderCommand";
|
|
267
287
|
import {
|
|
268
288
|
StopAppBlockBuilderCommandInput,
|
|
269
289
|
StopAppBlockBuilderCommandOutput,
|
|
@@ -375,6 +395,19 @@ export interface AppStream {
|
|
|
375
395
|
options: __HttpHandlerOptions,
|
|
376
396
|
cb: (err: any, data?: AssociateFleetCommandOutput) => void
|
|
377
397
|
): void;
|
|
398
|
+
associateSoftwareToImageBuilder(
|
|
399
|
+
args: AssociateSoftwareToImageBuilderCommandInput,
|
|
400
|
+
options?: __HttpHandlerOptions
|
|
401
|
+
): Promise<AssociateSoftwareToImageBuilderCommandOutput>;
|
|
402
|
+
associateSoftwareToImageBuilder(
|
|
403
|
+
args: AssociateSoftwareToImageBuilderCommandInput,
|
|
404
|
+
cb: (err: any, data?: AssociateSoftwareToImageBuilderCommandOutput) => void
|
|
405
|
+
): void;
|
|
406
|
+
associateSoftwareToImageBuilder(
|
|
407
|
+
args: AssociateSoftwareToImageBuilderCommandInput,
|
|
408
|
+
options: __HttpHandlerOptions,
|
|
409
|
+
cb: (err: any, data?: AssociateSoftwareToImageBuilderCommandOutput) => void
|
|
410
|
+
): void;
|
|
378
411
|
batchAssociateUserStack(
|
|
379
412
|
args: BatchAssociateUserStackCommandInput,
|
|
380
413
|
options?: __HttpHandlerOptions
|
|
@@ -868,6 +901,19 @@ export interface AppStream {
|
|
|
868
901
|
options: __HttpHandlerOptions,
|
|
869
902
|
cb: (err: any, data?: DescribeApplicationsCommandOutput) => void
|
|
870
903
|
): void;
|
|
904
|
+
describeAppLicenseUsage(
|
|
905
|
+
args: DescribeAppLicenseUsageCommandInput,
|
|
906
|
+
options?: __HttpHandlerOptions
|
|
907
|
+
): Promise<DescribeAppLicenseUsageCommandOutput>;
|
|
908
|
+
describeAppLicenseUsage(
|
|
909
|
+
args: DescribeAppLicenseUsageCommandInput,
|
|
910
|
+
cb: (err: any, data?: DescribeAppLicenseUsageCommandOutput) => void
|
|
911
|
+
): void;
|
|
912
|
+
describeAppLicenseUsage(
|
|
913
|
+
args: DescribeAppLicenseUsageCommandInput,
|
|
914
|
+
options: __HttpHandlerOptions,
|
|
915
|
+
cb: (err: any, data?: DescribeAppLicenseUsageCommandOutput) => void
|
|
916
|
+
): void;
|
|
871
917
|
describeDirectoryConfigs(): Promise<DescribeDirectoryConfigsCommandOutput>;
|
|
872
918
|
describeDirectoryConfigs(
|
|
873
919
|
args: DescribeDirectoryConfigsCommandInput,
|
|
@@ -963,6 +1009,19 @@ export interface AppStream {
|
|
|
963
1009
|
options: __HttpHandlerOptions,
|
|
964
1010
|
cb: (err: any, data?: DescribeSessionsCommandOutput) => void
|
|
965
1011
|
): void;
|
|
1012
|
+
describeSoftwareAssociations(
|
|
1013
|
+
args: DescribeSoftwareAssociationsCommandInput,
|
|
1014
|
+
options?: __HttpHandlerOptions
|
|
1015
|
+
): Promise<DescribeSoftwareAssociationsCommandOutput>;
|
|
1016
|
+
describeSoftwareAssociations(
|
|
1017
|
+
args: DescribeSoftwareAssociationsCommandInput,
|
|
1018
|
+
cb: (err: any, data?: DescribeSoftwareAssociationsCommandOutput) => void
|
|
1019
|
+
): void;
|
|
1020
|
+
describeSoftwareAssociations(
|
|
1021
|
+
args: DescribeSoftwareAssociationsCommandInput,
|
|
1022
|
+
options: __HttpHandlerOptions,
|
|
1023
|
+
cb: (err: any, data?: DescribeSoftwareAssociationsCommandOutput) => void
|
|
1024
|
+
): void;
|
|
966
1025
|
describeStacks(): Promise<DescribeStacksCommandOutput>;
|
|
967
1026
|
describeStacks(
|
|
968
1027
|
args: DescribeStacksCommandInput,
|
|
@@ -1108,6 +1167,25 @@ export interface AppStream {
|
|
|
1108
1167
|
options: __HttpHandlerOptions,
|
|
1109
1168
|
cb: (err: any, data?: DisassociateFleetCommandOutput) => void
|
|
1110
1169
|
): void;
|
|
1170
|
+
disassociateSoftwareFromImageBuilder(
|
|
1171
|
+
args: DisassociateSoftwareFromImageBuilderCommandInput,
|
|
1172
|
+
options?: __HttpHandlerOptions
|
|
1173
|
+
): Promise<DisassociateSoftwareFromImageBuilderCommandOutput>;
|
|
1174
|
+
disassociateSoftwareFromImageBuilder(
|
|
1175
|
+
args: DisassociateSoftwareFromImageBuilderCommandInput,
|
|
1176
|
+
cb: (
|
|
1177
|
+
err: any,
|
|
1178
|
+
data?: DisassociateSoftwareFromImageBuilderCommandOutput
|
|
1179
|
+
) => void
|
|
1180
|
+
): void;
|
|
1181
|
+
disassociateSoftwareFromImageBuilder(
|
|
1182
|
+
args: DisassociateSoftwareFromImageBuilderCommandInput,
|
|
1183
|
+
options: __HttpHandlerOptions,
|
|
1184
|
+
cb: (
|
|
1185
|
+
err: any,
|
|
1186
|
+
data?: DisassociateSoftwareFromImageBuilderCommandOutput
|
|
1187
|
+
) => void
|
|
1188
|
+
): void;
|
|
1111
1189
|
enableUser(
|
|
1112
1190
|
args: EnableUserCommandInput,
|
|
1113
1191
|
options?: __HttpHandlerOptions
|
|
@@ -1225,6 +1303,25 @@ export interface AppStream {
|
|
|
1225
1303
|
options: __HttpHandlerOptions,
|
|
1226
1304
|
cb: (err: any, data?: StartImageBuilderCommandOutput) => void
|
|
1227
1305
|
): void;
|
|
1306
|
+
startSoftwareDeploymentToImageBuilder(
|
|
1307
|
+
args: StartSoftwareDeploymentToImageBuilderCommandInput,
|
|
1308
|
+
options?: __HttpHandlerOptions
|
|
1309
|
+
): Promise<StartSoftwareDeploymentToImageBuilderCommandOutput>;
|
|
1310
|
+
startSoftwareDeploymentToImageBuilder(
|
|
1311
|
+
args: StartSoftwareDeploymentToImageBuilderCommandInput,
|
|
1312
|
+
cb: (
|
|
1313
|
+
err: any,
|
|
1314
|
+
data?: StartSoftwareDeploymentToImageBuilderCommandOutput
|
|
1315
|
+
) => void
|
|
1316
|
+
): void;
|
|
1317
|
+
startSoftwareDeploymentToImageBuilder(
|
|
1318
|
+
args: StartSoftwareDeploymentToImageBuilderCommandInput,
|
|
1319
|
+
options: __HttpHandlerOptions,
|
|
1320
|
+
cb: (
|
|
1321
|
+
err: any,
|
|
1322
|
+
data?: StartSoftwareDeploymentToImageBuilderCommandOutput
|
|
1323
|
+
) => void
|
|
1324
|
+
): void;
|
|
1228
1325
|
stopAppBlockBuilder(
|
|
1229
1326
|
args: StopAppBlockBuilderCommandInput,
|
|
1230
1327
|
options?: __HttpHandlerOptions
|
|
@@ -61,6 +61,10 @@ import {
|
|
|
61
61
|
AssociateFleetCommandInput,
|
|
62
62
|
AssociateFleetCommandOutput,
|
|
63
63
|
} from "./commands/AssociateFleetCommand";
|
|
64
|
+
import {
|
|
65
|
+
AssociateSoftwareToImageBuilderCommandInput,
|
|
66
|
+
AssociateSoftwareToImageBuilderCommandOutput,
|
|
67
|
+
} from "./commands/AssociateSoftwareToImageBuilderCommand";
|
|
64
68
|
import {
|
|
65
69
|
BatchAssociateUserStackCommandInput,
|
|
66
70
|
BatchAssociateUserStackCommandOutput,
|
|
@@ -205,6 +209,10 @@ import {
|
|
|
205
209
|
DescribeApplicationsCommandInput,
|
|
206
210
|
DescribeApplicationsCommandOutput,
|
|
207
211
|
} from "./commands/DescribeApplicationsCommand";
|
|
212
|
+
import {
|
|
213
|
+
DescribeAppLicenseUsageCommandInput,
|
|
214
|
+
DescribeAppLicenseUsageCommandOutput,
|
|
215
|
+
} from "./commands/DescribeAppLicenseUsageCommand";
|
|
208
216
|
import {
|
|
209
217
|
DescribeDirectoryConfigsCommandInput,
|
|
210
218
|
DescribeDirectoryConfigsCommandOutput,
|
|
@@ -233,6 +241,10 @@ import {
|
|
|
233
241
|
DescribeSessionsCommandInput,
|
|
234
242
|
DescribeSessionsCommandOutput,
|
|
235
243
|
} from "./commands/DescribeSessionsCommand";
|
|
244
|
+
import {
|
|
245
|
+
DescribeSoftwareAssociationsCommandInput,
|
|
246
|
+
DescribeSoftwareAssociationsCommandOutput,
|
|
247
|
+
} from "./commands/DescribeSoftwareAssociationsCommand";
|
|
236
248
|
import {
|
|
237
249
|
DescribeStacksCommandInput,
|
|
238
250
|
DescribeStacksCommandOutput,
|
|
@@ -273,6 +285,10 @@ import {
|
|
|
273
285
|
DisassociateFleetCommandInput,
|
|
274
286
|
DisassociateFleetCommandOutput,
|
|
275
287
|
} from "./commands/DisassociateFleetCommand";
|
|
288
|
+
import {
|
|
289
|
+
DisassociateSoftwareFromImageBuilderCommandInput,
|
|
290
|
+
DisassociateSoftwareFromImageBuilderCommandOutput,
|
|
291
|
+
} from "./commands/DisassociateSoftwareFromImageBuilderCommand";
|
|
276
292
|
import {
|
|
277
293
|
EnableUserCommandInput,
|
|
278
294
|
EnableUserCommandOutput,
|
|
@@ -309,6 +325,10 @@ import {
|
|
|
309
325
|
StartImageBuilderCommandInput,
|
|
310
326
|
StartImageBuilderCommandOutput,
|
|
311
327
|
} from "./commands/StartImageBuilderCommand";
|
|
328
|
+
import {
|
|
329
|
+
StartSoftwareDeploymentToImageBuilderCommandInput,
|
|
330
|
+
StartSoftwareDeploymentToImageBuilderCommandOutput,
|
|
331
|
+
} from "./commands/StartSoftwareDeploymentToImageBuilderCommand";
|
|
312
332
|
import {
|
|
313
333
|
StopAppBlockBuilderCommandInput,
|
|
314
334
|
StopAppBlockBuilderCommandOutput,
|
|
@@ -373,6 +393,7 @@ export type ServiceInputTypes =
|
|
|
373
393
|
| AssociateApplicationFleetCommandInput
|
|
374
394
|
| AssociateApplicationToEntitlementCommandInput
|
|
375
395
|
| AssociateFleetCommandInput
|
|
396
|
+
| AssociateSoftwareToImageBuilderCommandInput
|
|
376
397
|
| BatchAssociateUserStackCommandInput
|
|
377
398
|
| BatchDisassociateUserStackCommandInput
|
|
378
399
|
| CopyImageCommandInput
|
|
@@ -407,6 +428,7 @@ export type ServiceInputTypes =
|
|
|
407
428
|
| DescribeAppBlockBuilderAppBlockAssociationsCommandInput
|
|
408
429
|
| DescribeAppBlockBuildersCommandInput
|
|
409
430
|
| DescribeAppBlocksCommandInput
|
|
431
|
+
| DescribeAppLicenseUsageCommandInput
|
|
410
432
|
| DescribeApplicationFleetAssociationsCommandInput
|
|
411
433
|
| DescribeApplicationsCommandInput
|
|
412
434
|
| DescribeDirectoryConfigsCommandInput
|
|
@@ -416,6 +438,7 @@ export type ServiceInputTypes =
|
|
|
416
438
|
| DescribeImagePermissionsCommandInput
|
|
417
439
|
| DescribeImagesCommandInput
|
|
418
440
|
| DescribeSessionsCommandInput
|
|
441
|
+
| DescribeSoftwareAssociationsCommandInput
|
|
419
442
|
| DescribeStacksCommandInput
|
|
420
443
|
| DescribeThemeForStackCommandInput
|
|
421
444
|
| DescribeUsageReportSubscriptionsCommandInput
|
|
@@ -426,6 +449,7 @@ export type ServiceInputTypes =
|
|
|
426
449
|
| DisassociateApplicationFleetCommandInput
|
|
427
450
|
| DisassociateApplicationFromEntitlementCommandInput
|
|
428
451
|
| DisassociateFleetCommandInput
|
|
452
|
+
| DisassociateSoftwareFromImageBuilderCommandInput
|
|
429
453
|
| EnableUserCommandInput
|
|
430
454
|
| ExpireSessionCommandInput
|
|
431
455
|
| ListAssociatedFleetsCommandInput
|
|
@@ -435,6 +459,7 @@ export type ServiceInputTypes =
|
|
|
435
459
|
| StartAppBlockBuilderCommandInput
|
|
436
460
|
| StartFleetCommandInput
|
|
437
461
|
| StartImageBuilderCommandInput
|
|
462
|
+
| StartSoftwareDeploymentToImageBuilderCommandInput
|
|
438
463
|
| StopAppBlockBuilderCommandInput
|
|
439
464
|
| StopFleetCommandInput
|
|
440
465
|
| StopImageBuilderCommandInput
|
|
@@ -453,6 +478,7 @@ export type ServiceOutputTypes =
|
|
|
453
478
|
| AssociateApplicationFleetCommandOutput
|
|
454
479
|
| AssociateApplicationToEntitlementCommandOutput
|
|
455
480
|
| AssociateFleetCommandOutput
|
|
481
|
+
| AssociateSoftwareToImageBuilderCommandOutput
|
|
456
482
|
| BatchAssociateUserStackCommandOutput
|
|
457
483
|
| BatchDisassociateUserStackCommandOutput
|
|
458
484
|
| CopyImageCommandOutput
|
|
@@ -487,6 +513,7 @@ export type ServiceOutputTypes =
|
|
|
487
513
|
| DescribeAppBlockBuilderAppBlockAssociationsCommandOutput
|
|
488
514
|
| DescribeAppBlockBuildersCommandOutput
|
|
489
515
|
| DescribeAppBlocksCommandOutput
|
|
516
|
+
| DescribeAppLicenseUsageCommandOutput
|
|
490
517
|
| DescribeApplicationFleetAssociationsCommandOutput
|
|
491
518
|
| DescribeApplicationsCommandOutput
|
|
492
519
|
| DescribeDirectoryConfigsCommandOutput
|
|
@@ -496,6 +523,7 @@ export type ServiceOutputTypes =
|
|
|
496
523
|
| DescribeImagePermissionsCommandOutput
|
|
497
524
|
| DescribeImagesCommandOutput
|
|
498
525
|
| DescribeSessionsCommandOutput
|
|
526
|
+
| DescribeSoftwareAssociationsCommandOutput
|
|
499
527
|
| DescribeStacksCommandOutput
|
|
500
528
|
| DescribeThemeForStackCommandOutput
|
|
501
529
|
| DescribeUsageReportSubscriptionsCommandOutput
|
|
@@ -506,6 +534,7 @@ export type ServiceOutputTypes =
|
|
|
506
534
|
| DisassociateApplicationFleetCommandOutput
|
|
507
535
|
| DisassociateApplicationFromEntitlementCommandOutput
|
|
508
536
|
| DisassociateFleetCommandOutput
|
|
537
|
+
| DisassociateSoftwareFromImageBuilderCommandOutput
|
|
509
538
|
| EnableUserCommandOutput
|
|
510
539
|
| ExpireSessionCommandOutput
|
|
511
540
|
| ListAssociatedFleetsCommandOutput
|
|
@@ -515,6 +544,7 @@ export type ServiceOutputTypes =
|
|
|
515
544
|
| StartAppBlockBuilderCommandOutput
|
|
516
545
|
| StartFleetCommandOutput
|
|
517
546
|
| StartImageBuilderCommandOutput
|
|
547
|
+
| StartSoftwareDeploymentToImageBuilderCommandOutput
|
|
518
548
|
| StopAppBlockBuilderCommandOutput
|
|
519
549
|
| StopFleetCommandOutput
|
|
520
550
|
| StopImageBuilderCommandOutput
|
|
@@ -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
|
+
AssociateSoftwareToImageBuilderRequest,
|
|
10
|
+
AssociateSoftwareToImageBuilderResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface AssociateSoftwareToImageBuilderCommandInput
|
|
15
|
+
extends AssociateSoftwareToImageBuilderRequest {}
|
|
16
|
+
export interface AssociateSoftwareToImageBuilderCommandOutput
|
|
17
|
+
extends AssociateSoftwareToImageBuilderResult,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const AssociateSoftwareToImageBuilderCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: AssociateSoftwareToImageBuilderCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
AssociateSoftwareToImageBuilderCommandInput,
|
|
24
|
+
AssociateSoftwareToImageBuilderCommandOutput,
|
|
25
|
+
AppStreamClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: AssociateSoftwareToImageBuilderCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
AssociateSoftwareToImageBuilderCommandInput,
|
|
33
|
+
AssociateSoftwareToImageBuilderCommandOutput,
|
|
34
|
+
AppStreamClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class AssociateSoftwareToImageBuilderCommand extends AssociateSoftwareToImageBuilderCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: AssociateSoftwareToImageBuilderRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: AssociateSoftwareToImageBuilderCommandInput;
|
|
48
|
+
output: AssociateSoftwareToImageBuilderCommandOutput;
|
|
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
|
+
DescribeAppLicenseUsageRequest,
|
|
10
|
+
DescribeAppLicenseUsageResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DescribeAppLicenseUsageCommandInput
|
|
15
|
+
extends DescribeAppLicenseUsageRequest {}
|
|
16
|
+
export interface DescribeAppLicenseUsageCommandOutput
|
|
17
|
+
extends DescribeAppLicenseUsageResult,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DescribeAppLicenseUsageCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DescribeAppLicenseUsageCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DescribeAppLicenseUsageCommandInput,
|
|
24
|
+
DescribeAppLicenseUsageCommandOutput,
|
|
25
|
+
AppStreamClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: DescribeAppLicenseUsageCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DescribeAppLicenseUsageCommandInput,
|
|
33
|
+
DescribeAppLicenseUsageCommandOutput,
|
|
34
|
+
AppStreamClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DescribeAppLicenseUsageCommand extends DescribeAppLicenseUsageCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeAppLicenseUsageRequest;
|
|
44
|
+
output: DescribeAppLicenseUsageResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeAppLicenseUsageCommandInput;
|
|
48
|
+
output: DescribeAppLicenseUsageCommandOutput;
|
|
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
|
+
DescribeSoftwareAssociationsRequest,
|
|
10
|
+
DescribeSoftwareAssociationsResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DescribeSoftwareAssociationsCommandInput
|
|
15
|
+
extends DescribeSoftwareAssociationsRequest {}
|
|
16
|
+
export interface DescribeSoftwareAssociationsCommandOutput
|
|
17
|
+
extends DescribeSoftwareAssociationsResult,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DescribeSoftwareAssociationsCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DescribeSoftwareAssociationsCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DescribeSoftwareAssociationsCommandInput,
|
|
24
|
+
DescribeSoftwareAssociationsCommandOutput,
|
|
25
|
+
AppStreamClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: DescribeSoftwareAssociationsCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DescribeSoftwareAssociationsCommandInput,
|
|
33
|
+
DescribeSoftwareAssociationsCommandOutput,
|
|
34
|
+
AppStreamClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DescribeSoftwareAssociationsCommand extends DescribeSoftwareAssociationsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeSoftwareAssociationsRequest;
|
|
44
|
+
output: DescribeSoftwareAssociationsResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeSoftwareAssociationsCommandInput;
|
|
48
|
+
output: DescribeSoftwareAssociationsCommandOutput;
|
|
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
|
+
DisassociateSoftwareFromImageBuilderRequest,
|
|
10
|
+
DisassociateSoftwareFromImageBuilderResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DisassociateSoftwareFromImageBuilderCommandInput
|
|
15
|
+
extends DisassociateSoftwareFromImageBuilderRequest {}
|
|
16
|
+
export interface DisassociateSoftwareFromImageBuilderCommandOutput
|
|
17
|
+
extends DisassociateSoftwareFromImageBuilderResult,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DisassociateSoftwareFromImageBuilderCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DisassociateSoftwareFromImageBuilderCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DisassociateSoftwareFromImageBuilderCommandInput,
|
|
24
|
+
DisassociateSoftwareFromImageBuilderCommandOutput,
|
|
25
|
+
AppStreamClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: DisassociateSoftwareFromImageBuilderCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DisassociateSoftwareFromImageBuilderCommandInput,
|
|
33
|
+
DisassociateSoftwareFromImageBuilderCommandOutput,
|
|
34
|
+
AppStreamClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DisassociateSoftwareFromImageBuilderCommand extends DisassociateSoftwareFromImageBuilderCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DisassociateSoftwareFromImageBuilderRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DisassociateSoftwareFromImageBuilderCommandInput;
|
|
48
|
+
output: DisassociateSoftwareFromImageBuilderCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|