@aws-sdk/client-appstream 3.529.1 → 3.535.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (163) hide show
  1. package/dist-types/AppStream.d.ts +16 -1
  2. package/dist-types/AppStreamClient.d.ts +1 -1
  3. package/dist-types/commands/AssociateAppBlockBuilderAppBlockCommand.d.ts +2 -1
  4. package/dist-types/commands/AssociateApplicationFleetCommand.d.ts +2 -1
  5. package/dist-types/commands/AssociateApplicationToEntitlementCommand.d.ts +2 -1
  6. package/dist-types/commands/AssociateFleetCommand.d.ts +2 -1
  7. package/dist-types/commands/BatchAssociateUserStackCommand.d.ts +2 -1
  8. package/dist-types/commands/BatchDisassociateUserStackCommand.d.ts +2 -1
  9. package/dist-types/commands/CopyImageCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateAppBlockBuilderCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateAppBlockBuilderStreamingURLCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateAppBlockCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateApplicationCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateDirectoryConfigCommand.d.ts +2 -1
  15. package/dist-types/commands/CreateEntitlementCommand.d.ts +2 -1
  16. package/dist-types/commands/CreateFleetCommand.d.ts +2 -1
  17. package/dist-types/commands/CreateImageBuilderCommand.d.ts +2 -1
  18. package/dist-types/commands/CreateImageBuilderStreamingURLCommand.d.ts +2 -1
  19. package/dist-types/commands/CreateStackCommand.d.ts +2 -1
  20. package/dist-types/commands/CreateStreamingURLCommand.d.ts +2 -1
  21. package/dist-types/commands/CreateUpdatedImageCommand.d.ts +2 -1
  22. package/dist-types/commands/CreateUsageReportSubscriptionCommand.d.ts +2 -1
  23. package/dist-types/commands/CreateUserCommand.d.ts +2 -1
  24. package/dist-types/commands/DeleteAppBlockBuilderCommand.d.ts +2 -1
  25. package/dist-types/commands/DeleteAppBlockCommand.d.ts +2 -1
  26. package/dist-types/commands/DeleteApplicationCommand.d.ts +2 -1
  27. package/dist-types/commands/DeleteDirectoryConfigCommand.d.ts +2 -1
  28. package/dist-types/commands/DeleteEntitlementCommand.d.ts +2 -1
  29. package/dist-types/commands/DeleteFleetCommand.d.ts +2 -1
  30. package/dist-types/commands/DeleteImageBuilderCommand.d.ts +2 -1
  31. package/dist-types/commands/DeleteImageCommand.d.ts +2 -1
  32. package/dist-types/commands/DeleteImagePermissionsCommand.d.ts +2 -1
  33. package/dist-types/commands/DeleteStackCommand.d.ts +2 -1
  34. package/dist-types/commands/DeleteUsageReportSubscriptionCommand.d.ts +2 -1
  35. package/dist-types/commands/DeleteUserCommand.d.ts +2 -1
  36. package/dist-types/commands/DescribeAppBlockBuilderAppBlockAssociationsCommand.d.ts +2 -1
  37. package/dist-types/commands/DescribeAppBlockBuildersCommand.d.ts +2 -1
  38. package/dist-types/commands/DescribeAppBlocksCommand.d.ts +2 -1
  39. package/dist-types/commands/DescribeApplicationFleetAssociationsCommand.d.ts +2 -1
  40. package/dist-types/commands/DescribeApplicationsCommand.d.ts +2 -1
  41. package/dist-types/commands/DescribeDirectoryConfigsCommand.d.ts +2 -1
  42. package/dist-types/commands/DescribeEntitlementsCommand.d.ts +2 -1
  43. package/dist-types/commands/DescribeFleetsCommand.d.ts +2 -1
  44. package/dist-types/commands/DescribeImageBuildersCommand.d.ts +2 -1
  45. package/dist-types/commands/DescribeImagePermissionsCommand.d.ts +2 -1
  46. package/dist-types/commands/DescribeImagesCommand.d.ts +2 -1
  47. package/dist-types/commands/DescribeSessionsCommand.d.ts +2 -1
  48. package/dist-types/commands/DescribeStacksCommand.d.ts +2 -1
  49. package/dist-types/commands/DescribeUsageReportSubscriptionsCommand.d.ts +2 -1
  50. package/dist-types/commands/DescribeUserStackAssociationsCommand.d.ts +2 -1
  51. package/dist-types/commands/DescribeUsersCommand.d.ts +2 -1
  52. package/dist-types/commands/DisableUserCommand.d.ts +2 -1
  53. package/dist-types/commands/DisassociateAppBlockBuilderAppBlockCommand.d.ts +2 -1
  54. package/dist-types/commands/DisassociateApplicationFleetCommand.d.ts +2 -1
  55. package/dist-types/commands/DisassociateApplicationFromEntitlementCommand.d.ts +2 -1
  56. package/dist-types/commands/DisassociateFleetCommand.d.ts +2 -1
  57. package/dist-types/commands/EnableUserCommand.d.ts +2 -1
  58. package/dist-types/commands/ExpireSessionCommand.d.ts +2 -1
  59. package/dist-types/commands/ListAssociatedFleetsCommand.d.ts +2 -1
  60. package/dist-types/commands/ListAssociatedStacksCommand.d.ts +2 -1
  61. package/dist-types/commands/ListEntitledApplicationsCommand.d.ts +2 -1
  62. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  63. package/dist-types/commands/StartAppBlockBuilderCommand.d.ts +2 -1
  64. package/dist-types/commands/StartFleetCommand.d.ts +2 -1
  65. package/dist-types/commands/StartImageBuilderCommand.d.ts +2 -1
  66. package/dist-types/commands/StopAppBlockBuilderCommand.d.ts +2 -1
  67. package/dist-types/commands/StopFleetCommand.d.ts +2 -1
  68. package/dist-types/commands/StopImageBuilderCommand.d.ts +2 -1
  69. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  70. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  71. package/dist-types/commands/UpdateAppBlockBuilderCommand.d.ts +2 -1
  72. package/dist-types/commands/UpdateApplicationCommand.d.ts +2 -1
  73. package/dist-types/commands/UpdateDirectoryConfigCommand.d.ts +2 -1
  74. package/dist-types/commands/UpdateEntitlementCommand.d.ts +2 -1
  75. package/dist-types/commands/UpdateFleetCommand.d.ts +2 -1
  76. package/dist-types/commands/UpdateImagePermissionsCommand.d.ts +2 -1
  77. package/dist-types/commands/UpdateStackCommand.d.ts +2 -1
  78. package/dist-types/models/models_0.d.ts +662 -662
  79. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  80. package/dist-types/runtimeConfig.d.ts +2 -2
  81. package/dist-types/runtimeConfig.native.d.ts +2 -2
  82. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  83. package/dist-types/ts3.4/AppStream.d.ts +15 -0
  84. package/dist-types/ts3.4/commands/AssociateAppBlockBuilderAppBlockCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/AssociateApplicationFleetCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/AssociateApplicationToEntitlementCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/AssociateFleetCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/BatchAssociateUserStackCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/BatchDisassociateUserStackCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/CopyImageCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/CreateAppBlockBuilderCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/CreateAppBlockBuilderStreamingURLCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/CreateAppBlockCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/CreateDirectoryConfigCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/CreateEntitlementCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/CreateImageBuilderCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/CreateImageBuilderStreamingURLCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/CreateStackCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/CreateStreamingURLCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/CreateUpdatedImageCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/CreateUsageReportSubscriptionCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/DeleteAppBlockBuilderCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/DeleteAppBlockCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/DeleteDirectoryConfigCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/DeleteEntitlementCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/DeleteFleetCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/DeleteImageBuilderCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/DeleteImageCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/DeleteImagePermissionsCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/DeleteStackCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/commands/DeleteUsageReportSubscriptionCommand.d.ts +9 -0
  116. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +9 -0
  117. package/dist-types/ts3.4/commands/DescribeAppBlockBuilderAppBlockAssociationsCommand.d.ts +9 -0
  118. package/dist-types/ts3.4/commands/DescribeAppBlockBuildersCommand.d.ts +9 -0
  119. package/dist-types/ts3.4/commands/DescribeAppBlocksCommand.d.ts +9 -0
  120. package/dist-types/ts3.4/commands/DescribeApplicationFleetAssociationsCommand.d.ts +9 -0
  121. package/dist-types/ts3.4/commands/DescribeApplicationsCommand.d.ts +9 -0
  122. package/dist-types/ts3.4/commands/DescribeDirectoryConfigsCommand.d.ts +9 -0
  123. package/dist-types/ts3.4/commands/DescribeEntitlementsCommand.d.ts +9 -0
  124. package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +9 -0
  125. package/dist-types/ts3.4/commands/DescribeImageBuildersCommand.d.ts +9 -0
  126. package/dist-types/ts3.4/commands/DescribeImagePermissionsCommand.d.ts +9 -0
  127. package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +9 -0
  128. package/dist-types/ts3.4/commands/DescribeSessionsCommand.d.ts +9 -0
  129. package/dist-types/ts3.4/commands/DescribeStacksCommand.d.ts +9 -0
  130. package/dist-types/ts3.4/commands/DescribeUsageReportSubscriptionsCommand.d.ts +9 -0
  131. package/dist-types/ts3.4/commands/DescribeUserStackAssociationsCommand.d.ts +9 -0
  132. package/dist-types/ts3.4/commands/DescribeUsersCommand.d.ts +9 -0
  133. package/dist-types/ts3.4/commands/DisableUserCommand.d.ts +9 -0
  134. package/dist-types/ts3.4/commands/DisassociateAppBlockBuilderAppBlockCommand.d.ts +9 -0
  135. package/dist-types/ts3.4/commands/DisassociateApplicationFleetCommand.d.ts +9 -0
  136. package/dist-types/ts3.4/commands/DisassociateApplicationFromEntitlementCommand.d.ts +9 -0
  137. package/dist-types/ts3.4/commands/DisassociateFleetCommand.d.ts +9 -0
  138. package/dist-types/ts3.4/commands/EnableUserCommand.d.ts +9 -0
  139. package/dist-types/ts3.4/commands/ExpireSessionCommand.d.ts +9 -0
  140. package/dist-types/ts3.4/commands/ListAssociatedFleetsCommand.d.ts +9 -0
  141. package/dist-types/ts3.4/commands/ListAssociatedStacksCommand.d.ts +9 -0
  142. package/dist-types/ts3.4/commands/ListEntitledApplicationsCommand.d.ts +9 -0
  143. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  144. package/dist-types/ts3.4/commands/StartAppBlockBuilderCommand.d.ts +9 -0
  145. package/dist-types/ts3.4/commands/StartFleetCommand.d.ts +9 -0
  146. package/dist-types/ts3.4/commands/StartImageBuilderCommand.d.ts +9 -0
  147. package/dist-types/ts3.4/commands/StopAppBlockBuilderCommand.d.ts +9 -0
  148. package/dist-types/ts3.4/commands/StopFleetCommand.d.ts +9 -0
  149. package/dist-types/ts3.4/commands/StopImageBuilderCommand.d.ts +9 -0
  150. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  151. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  152. package/dist-types/ts3.4/commands/UpdateAppBlockBuilderCommand.d.ts +9 -0
  153. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +9 -0
  154. package/dist-types/ts3.4/commands/UpdateDirectoryConfigCommand.d.ts +9 -0
  155. package/dist-types/ts3.4/commands/UpdateEntitlementCommand.d.ts +9 -0
  156. package/dist-types/ts3.4/commands/UpdateFleetCommand.d.ts +9 -0
  157. package/dist-types/ts3.4/commands/UpdateImagePermissionsCommand.d.ts +9 -0
  158. package/dist-types/ts3.4/commands/UpdateStackCommand.d.ts +9 -0
  159. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  160. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  161. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  162. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  163. package/package.json +41 -41
@@ -193,6 +193,7 @@ export interface AppStream {
193
193
  /**
194
194
  * @see {@link CreateUsageReportSubscriptionCommand}
195
195
  */
196
+ createUsageReportSubscription(): Promise<CreateUsageReportSubscriptionCommandOutput>;
196
197
  createUsageReportSubscription(args: CreateUsageReportSubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<CreateUsageReportSubscriptionCommandOutput>;
197
198
  createUsageReportSubscription(args: CreateUsageReportSubscriptionCommandInput, cb: (err: any, data?: CreateUsageReportSubscriptionCommandOutput) => void): void;
198
199
  createUsageReportSubscription(args: CreateUsageReportSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateUsageReportSubscriptionCommandOutput) => void): void;
@@ -265,6 +266,7 @@ export interface AppStream {
265
266
  /**
266
267
  * @see {@link DeleteUsageReportSubscriptionCommand}
267
268
  */
269
+ deleteUsageReportSubscription(): Promise<DeleteUsageReportSubscriptionCommandOutput>;
268
270
  deleteUsageReportSubscription(args: DeleteUsageReportSubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteUsageReportSubscriptionCommandOutput>;
269
271
  deleteUsageReportSubscription(args: DeleteUsageReportSubscriptionCommandInput, cb: (err: any, data?: DeleteUsageReportSubscriptionCommandOutput) => void): void;
270
272
  deleteUsageReportSubscription(args: DeleteUsageReportSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteUsageReportSubscriptionCommandOutput) => void): void;
@@ -277,36 +279,42 @@ export interface AppStream {
277
279
  /**
278
280
  * @see {@link DescribeAppBlockBuilderAppBlockAssociationsCommand}
279
281
  */
282
+ describeAppBlockBuilderAppBlockAssociations(): Promise<DescribeAppBlockBuilderAppBlockAssociationsCommandOutput>;
280
283
  describeAppBlockBuilderAppBlockAssociations(args: DescribeAppBlockBuilderAppBlockAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAppBlockBuilderAppBlockAssociationsCommandOutput>;
281
284
  describeAppBlockBuilderAppBlockAssociations(args: DescribeAppBlockBuilderAppBlockAssociationsCommandInput, cb: (err: any, data?: DescribeAppBlockBuilderAppBlockAssociationsCommandOutput) => void): void;
282
285
  describeAppBlockBuilderAppBlockAssociations(args: DescribeAppBlockBuilderAppBlockAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAppBlockBuilderAppBlockAssociationsCommandOutput) => void): void;
283
286
  /**
284
287
  * @see {@link DescribeAppBlockBuildersCommand}
285
288
  */
289
+ describeAppBlockBuilders(): Promise<DescribeAppBlockBuildersCommandOutput>;
286
290
  describeAppBlockBuilders(args: DescribeAppBlockBuildersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAppBlockBuildersCommandOutput>;
287
291
  describeAppBlockBuilders(args: DescribeAppBlockBuildersCommandInput, cb: (err: any, data?: DescribeAppBlockBuildersCommandOutput) => void): void;
288
292
  describeAppBlockBuilders(args: DescribeAppBlockBuildersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAppBlockBuildersCommandOutput) => void): void;
289
293
  /**
290
294
  * @see {@link DescribeAppBlocksCommand}
291
295
  */
296
+ describeAppBlocks(): Promise<DescribeAppBlocksCommandOutput>;
292
297
  describeAppBlocks(args: DescribeAppBlocksCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAppBlocksCommandOutput>;
293
298
  describeAppBlocks(args: DescribeAppBlocksCommandInput, cb: (err: any, data?: DescribeAppBlocksCommandOutput) => void): void;
294
299
  describeAppBlocks(args: DescribeAppBlocksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAppBlocksCommandOutput) => void): void;
295
300
  /**
296
301
  * @see {@link DescribeApplicationFleetAssociationsCommand}
297
302
  */
303
+ describeApplicationFleetAssociations(): Promise<DescribeApplicationFleetAssociationsCommandOutput>;
298
304
  describeApplicationFleetAssociations(args: DescribeApplicationFleetAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeApplicationFleetAssociationsCommandOutput>;
299
305
  describeApplicationFleetAssociations(args: DescribeApplicationFleetAssociationsCommandInput, cb: (err: any, data?: DescribeApplicationFleetAssociationsCommandOutput) => void): void;
300
306
  describeApplicationFleetAssociations(args: DescribeApplicationFleetAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeApplicationFleetAssociationsCommandOutput) => void): void;
301
307
  /**
302
308
  * @see {@link DescribeApplicationsCommand}
303
309
  */
310
+ describeApplications(): Promise<DescribeApplicationsCommandOutput>;
304
311
  describeApplications(args: DescribeApplicationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeApplicationsCommandOutput>;
305
312
  describeApplications(args: DescribeApplicationsCommandInput, cb: (err: any, data?: DescribeApplicationsCommandOutput) => void): void;
306
313
  describeApplications(args: DescribeApplicationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeApplicationsCommandOutput) => void): void;
307
314
  /**
308
315
  * @see {@link DescribeDirectoryConfigsCommand}
309
316
  */
317
+ describeDirectoryConfigs(): Promise<DescribeDirectoryConfigsCommandOutput>;
310
318
  describeDirectoryConfigs(args: DescribeDirectoryConfigsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDirectoryConfigsCommandOutput>;
311
319
  describeDirectoryConfigs(args: DescribeDirectoryConfigsCommandInput, cb: (err: any, data?: DescribeDirectoryConfigsCommandOutput) => void): void;
312
320
  describeDirectoryConfigs(args: DescribeDirectoryConfigsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDirectoryConfigsCommandOutput) => void): void;
@@ -319,12 +327,14 @@ export interface AppStream {
319
327
  /**
320
328
  * @see {@link DescribeFleetsCommand}
321
329
  */
330
+ describeFleets(): Promise<DescribeFleetsCommandOutput>;
322
331
  describeFleets(args: DescribeFleetsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeFleetsCommandOutput>;
323
332
  describeFleets(args: DescribeFleetsCommandInput, cb: (err: any, data?: DescribeFleetsCommandOutput) => void): void;
324
333
  describeFleets(args: DescribeFleetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFleetsCommandOutput) => void): void;
325
334
  /**
326
335
  * @see {@link DescribeImageBuildersCommand}
327
336
  */
337
+ describeImageBuilders(): Promise<DescribeImageBuildersCommandOutput>;
328
338
  describeImageBuilders(args: DescribeImageBuildersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeImageBuildersCommandOutput>;
329
339
  describeImageBuilders(args: DescribeImageBuildersCommandInput, cb: (err: any, data?: DescribeImageBuildersCommandOutput) => void): void;
330
340
  describeImageBuilders(args: DescribeImageBuildersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeImageBuildersCommandOutput) => void): void;
@@ -337,6 +347,7 @@ export interface AppStream {
337
347
  /**
338
348
  * @see {@link DescribeImagesCommand}
339
349
  */
350
+ describeImages(): Promise<DescribeImagesCommandOutput>;
340
351
  describeImages(args: DescribeImagesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeImagesCommandOutput>;
341
352
  describeImages(args: DescribeImagesCommandInput, cb: (err: any, data?: DescribeImagesCommandOutput) => void): void;
342
353
  describeImages(args: DescribeImagesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeImagesCommandOutput) => void): void;
@@ -349,12 +360,14 @@ export interface AppStream {
349
360
  /**
350
361
  * @see {@link DescribeStacksCommand}
351
362
  */
363
+ describeStacks(): Promise<DescribeStacksCommandOutput>;
352
364
  describeStacks(args: DescribeStacksCommandInput, options?: __HttpHandlerOptions): Promise<DescribeStacksCommandOutput>;
353
365
  describeStacks(args: DescribeStacksCommandInput, cb: (err: any, data?: DescribeStacksCommandOutput) => void): void;
354
366
  describeStacks(args: DescribeStacksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeStacksCommandOutput) => void): void;
355
367
  /**
356
368
  * @see {@link DescribeUsageReportSubscriptionsCommand}
357
369
  */
370
+ describeUsageReportSubscriptions(): Promise<DescribeUsageReportSubscriptionsCommandOutput>;
358
371
  describeUsageReportSubscriptions(args: DescribeUsageReportSubscriptionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeUsageReportSubscriptionsCommandOutput>;
359
372
  describeUsageReportSubscriptions(args: DescribeUsageReportSubscriptionsCommandInput, cb: (err: any, data?: DescribeUsageReportSubscriptionsCommandOutput) => void): void;
360
373
  describeUsageReportSubscriptions(args: DescribeUsageReportSubscriptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeUsageReportSubscriptionsCommandOutput) => void): void;
@@ -367,6 +380,7 @@ export interface AppStream {
367
380
  /**
368
381
  * @see {@link DescribeUserStackAssociationsCommand}
369
382
  */
383
+ describeUserStackAssociations(): Promise<DescribeUserStackAssociationsCommandOutput>;
370
384
  describeUserStackAssociations(args: DescribeUserStackAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeUserStackAssociationsCommandOutput>;
371
385
  describeUserStackAssociations(args: DescribeUserStackAssociationsCommandInput, cb: (err: any, data?: DescribeUserStackAssociationsCommandOutput) => void): void;
372
386
  describeUserStackAssociations(args: DescribeUserStackAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeUserStackAssociationsCommandOutput) => void): void;
@@ -511,6 +525,7 @@ export interface AppStream {
511
525
  /**
512
526
  * @see {@link UpdateFleetCommand}
513
527
  */
528
+ updateFleet(): Promise<UpdateFleetCommandOutput>;
514
529
  updateFleet(args: UpdateFleetCommandInput, options?: __HttpHandlerOptions): Promise<UpdateFleetCommandOutput>;
515
530
  updateFleet(args: UpdateFleetCommandInput, cb: (err: any, data?: UpdateFleetCommandOutput) => void): void;
516
531
  updateFleet(args: UpdateFleetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFleetCommandOutput) => void): void;
@@ -528,7 +543,6 @@ export interface AppStream {
528
543
  updateStack(args: UpdateStackCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateStackCommandOutput) => void): void;
529
544
  }
530
545
  /**
531
- * @public
532
546
  * <fullname>Amazon AppStream 2.0</fullname>
533
547
  * <p>This is the <i>Amazon AppStream 2.0 API Reference</i>. This documentation provides descriptions and syntax for each of the actions and data types in AppStream 2.0. AppStream 2.0 is a fully managed, secure application streaming service that lets you stream desktop applications to users without rewriting applications. AppStream 2.0 manages the AWS resources that are required to host and run your applications, scales automatically, and provides access to your users on demand. </p>
534
548
  * <note>
@@ -547,6 +561,7 @@ export interface AppStream {
547
561
  * </p>
548
562
  * </li>
549
563
  * </ul>
564
+ * @public
550
565
  */
551
566
  export declare class AppStream extends AppStreamClient implements AppStream {
552
567
  }
@@ -226,7 +226,6 @@ export type AppStreamClientResolvedConfigType = __SmithyResolvedConfiguration<__
226
226
  export interface AppStreamClientResolvedConfig extends AppStreamClientResolvedConfigType {
227
227
  }
228
228
  /**
229
- * @public
230
229
  * <fullname>Amazon AppStream 2.0</fullname>
231
230
  * <p>This is the <i>Amazon AppStream 2.0 API Reference</i>. This documentation provides descriptions and syntax for each of the actions and data types in AppStream 2.0. AppStream 2.0 is a fully managed, secure application streaming service that lets you stream desktop applications to users without rewriting applications. AppStream 2.0 manages the AWS resources that are required to host and run your applications, scales automatically, and provides access to your users on demand. </p>
232
231
  * <note>
@@ -245,6 +244,7 @@ export interface AppStreamClientResolvedConfig extends AppStreamClientResolvedCo
245
244
  * </p>
246
245
  * </li>
247
246
  * </ul>
247
+ * @public
248
248
  */
249
249
  export declare class AppStreamClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, AppStreamClientResolvedConfig> {
250
250
  /**
@@ -22,10 +22,10 @@ export interface AssociateAppBlockBuilderAppBlockCommandOutput extends Associate
22
22
  }
23
23
  declare const AssociateAppBlockBuilderAppBlockCommand_base: {
24
24
  new (input: AssociateAppBlockBuilderAppBlockCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateAppBlockBuilderAppBlockCommandInput, AssociateAppBlockBuilderAppBlockCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AssociateAppBlockBuilderAppBlockCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateAppBlockBuilderAppBlockCommandInput, AssociateAppBlockBuilderAppBlockCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Associates the specified app block builder with the specified app block.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -72,6 +72,7 @@ declare const AssociateAppBlockBuilderAppBlockCommand_base: {
72
72
  * @throws {@link AppStreamServiceException}
73
73
  * <p>Base exception class for all service exceptions from AppStream service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class AssociateAppBlockBuilderAppBlockCommand extends AssociateAppBlockBuilderAppBlockCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface AssociateApplicationFleetCommandOutput extends AssociateApplica
22
22
  }
23
23
  declare const AssociateApplicationFleetCommand_base: {
24
24
  new (input: AssociateApplicationFleetCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateApplicationFleetCommandInput, AssociateApplicationFleetCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AssociateApplicationFleetCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateApplicationFleetCommandInput, AssociateApplicationFleetCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Associates the specified application with the specified fleet. This is only supported for Elastic fleets.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -72,6 +72,7 @@ declare const AssociateApplicationFleetCommand_base: {
72
72
  * @throws {@link AppStreamServiceException}
73
73
  * <p>Base exception class for all service exceptions from AppStream service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class AssociateApplicationFleetCommand extends AssociateApplicationFleetCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface AssociateApplicationToEntitlementCommandOutput extends Associat
22
22
  }
23
23
  declare const AssociateApplicationToEntitlementCommand_base: {
24
24
  new (input: AssociateApplicationToEntitlementCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateApplicationToEntitlementCommandInput, AssociateApplicationToEntitlementCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AssociateApplicationToEntitlementCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateApplicationToEntitlementCommandInput, AssociateApplicationToEntitlementCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Associates an application to entitle.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -65,6 +65,7 @@ declare const AssociateApplicationToEntitlementCommand_base: {
65
65
  * @throws {@link AppStreamServiceException}
66
66
  * <p>Base exception class for all service exceptions from AppStream service.</p>
67
67
  *
68
+ * @public
68
69
  */
69
70
  export declare class AssociateApplicationToEntitlementCommand extends AssociateApplicationToEntitlementCommand_base {
70
71
  }
@@ -22,10 +22,10 @@ export interface AssociateFleetCommandOutput extends AssociateFleetResult, __Met
22
22
  }
23
23
  declare const AssociateFleetCommand_base: {
24
24
  new (input: AssociateFleetCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateFleetCommandInput, AssociateFleetCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AssociateFleetCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateFleetCommandInput, AssociateFleetCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Associates the specified fleet with the specified stack.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -70,6 +70,7 @@ declare const AssociateFleetCommand_base: {
70
70
  * @throws {@link AppStreamServiceException}
71
71
  * <p>Base exception class for all service exceptions from AppStream service.</p>
72
72
  *
73
+ * @public
73
74
  */
74
75
  export declare class AssociateFleetCommand extends AssociateFleetCommand_base {
75
76
  }
@@ -22,10 +22,10 @@ export interface BatchAssociateUserStackCommandOutput extends BatchAssociateUser
22
22
  }
23
23
  declare const BatchAssociateUserStackCommand_base: {
24
24
  new (input: BatchAssociateUserStackCommandInput): import("@smithy/smithy-client").CommandImpl<BatchAssociateUserStackCommandInput, BatchAssociateUserStackCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchAssociateUserStackCommandInput): import("@smithy/smithy-client").CommandImpl<BatchAssociateUserStackCommandInput, BatchAssociateUserStackCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Associates the specified users with the specified stacks. Users in a user pool cannot be assigned to stacks with fleets that are joined to an Active Directory domain.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -77,6 +77,7 @@ declare const BatchAssociateUserStackCommand_base: {
77
77
  * @throws {@link AppStreamServiceException}
78
78
  * <p>Base exception class for all service exceptions from AppStream service.</p>
79
79
  *
80
+ * @public
80
81
  */
81
82
  export declare class BatchAssociateUserStackCommand extends BatchAssociateUserStackCommand_base {
82
83
  }
@@ -22,10 +22,10 @@ export interface BatchDisassociateUserStackCommandOutput extends BatchDisassocia
22
22
  }
23
23
  declare const BatchDisassociateUserStackCommand_base: {
24
24
  new (input: BatchDisassociateUserStackCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDisassociateUserStackCommandInput, BatchDisassociateUserStackCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchDisassociateUserStackCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDisassociateUserStackCommandInput, BatchDisassociateUserStackCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Disassociates the specified users from the specified stacks.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -77,6 +77,7 @@ declare const BatchDisassociateUserStackCommand_base: {
77
77
  * @throws {@link AppStreamServiceException}
78
78
  * <p>Base exception class for all service exceptions from AppStream service.</p>
79
79
  *
80
+ * @public
80
81
  */
81
82
  export declare class BatchDisassociateUserStackCommand extends BatchDisassociateUserStackCommand_base {
82
83
  }
@@ -22,10 +22,10 @@ export interface CopyImageCommandOutput extends CopyImageResponse, __MetadataBea
22
22
  }
23
23
  declare const CopyImageCommand_base: {
24
24
  new (input: CopyImageCommandInput): import("@smithy/smithy-client").CommandImpl<CopyImageCommandInput, CopyImageCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CopyImageCommandInput): import("@smithy/smithy-client").CommandImpl<CopyImageCommandInput, CopyImageCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Copies the image within the same region or to a new region within the same AWS account. Note that any tags you added to the image will not be copied.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -74,6 +74,7 @@ declare const CopyImageCommand_base: {
74
74
  * @throws {@link AppStreamServiceException}
75
75
  * <p>Base exception class for all service exceptions from AppStream service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class CopyImageCommand extends CopyImageCommand_base {
79
80
  }
@@ -22,10 +22,10 @@ export interface CreateAppBlockBuilderCommandOutput extends CreateAppBlockBuilde
22
22
  }
23
23
  declare const CreateAppBlockBuilderCommand_base: {
24
24
  new (input: CreateAppBlockBuilderCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAppBlockBuilderCommandInput, CreateAppBlockBuilderCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateAppBlockBuilderCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAppBlockBuilderCommandInput, CreateAppBlockBuilderCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an app block builder.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -142,6 +142,7 @@ declare const CreateAppBlockBuilderCommand_base: {
142
142
  * @throws {@link AppStreamServiceException}
143
143
  * <p>Base exception class for all service exceptions from AppStream service.</p>
144
144
  *
145
+ * @public
145
146
  */
146
147
  export declare class CreateAppBlockBuilderCommand extends CreateAppBlockBuilderCommand_base {
147
148
  }
@@ -22,10 +22,10 @@ export interface CreateAppBlockBuilderStreamingURLCommandOutput extends CreateAp
22
22
  }
23
23
  declare const CreateAppBlockBuilderStreamingURLCommand_base: {
24
24
  new (input: CreateAppBlockBuilderStreamingURLCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAppBlockBuilderStreamingURLCommandInput, CreateAppBlockBuilderStreamingURLCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateAppBlockBuilderStreamingURLCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAppBlockBuilderStreamingURLCommandInput, CreateAppBlockBuilderStreamingURLCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a URL to start a create app block builder streaming session.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -61,6 +61,7 @@ declare const CreateAppBlockBuilderStreamingURLCommand_base: {
61
61
  * @throws {@link AppStreamServiceException}
62
62
  * <p>Base exception class for all service exceptions from AppStream service.</p>
63
63
  *
64
+ * @public
64
65
  */
65
66
  export declare class CreateAppBlockBuilderStreamingURLCommand extends CreateAppBlockBuilderStreamingURLCommand_base {
66
67
  }
@@ -22,10 +22,10 @@ export interface CreateAppBlockCommandOutput extends CreateAppBlockResult, __Met
22
22
  }
23
23
  declare const CreateAppBlockCommand_base: {
24
24
  new (input: CreateAppBlockCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAppBlockCommandInput, CreateAppBlockCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateAppBlockCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAppBlockCommandInput, CreateAppBlockCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an app block.</p>
30
30
  * <p>App blocks are an Amazon AppStream 2.0 resource that stores the details about the
31
31
  * virtual hard disk in an S3 bucket. It also stores the setup script with details about
@@ -135,6 +135,7 @@ declare const CreateAppBlockCommand_base: {
135
135
  * @throws {@link AppStreamServiceException}
136
136
  * <p>Base exception class for all service exceptions from AppStream service.</p>
137
137
  *
138
+ * @public
138
139
  */
139
140
  export declare class CreateAppBlockCommand extends CreateAppBlockCommand_base {
140
141
  }
@@ -22,10 +22,10 @@ export interface CreateApplicationCommandOutput extends CreateApplicationResult,
22
22
  }
23
23
  declare const CreateApplicationCommand_base: {
24
24
  new (input: CreateApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an application.</p>
30
30
  * <p>Applications are an Amazon AppStream 2.0 resource that stores the details about how to
31
31
  * launch applications on Elastic fleet streaming instances. An application consists of the
@@ -118,6 +118,7 @@ declare const CreateApplicationCommand_base: {
118
118
  * @throws {@link AppStreamServiceException}
119
119
  * <p>Base exception class for all service exceptions from AppStream service.</p>
120
120
  *
121
+ * @public
121
122
  */
122
123
  export declare class CreateApplicationCommand extends CreateApplicationCommand_base {
123
124
  }
@@ -22,10 +22,10 @@ export interface CreateDirectoryConfigCommandOutput extends CreateDirectoryConfi
22
22
  }
23
23
  declare const CreateDirectoryConfigCommand_base: {
24
24
  new (input: CreateDirectoryConfigCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDirectoryConfigCommandInput, CreateDirectoryConfigCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateDirectoryConfigCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDirectoryConfigCommandInput, CreateDirectoryConfigCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a Directory Config object in AppStream 2.0. This object includes the configuration information required to join fleets and image builders to Microsoft Active Directory domains.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -96,6 +96,7 @@ declare const CreateDirectoryConfigCommand_base: {
96
96
  * @throws {@link AppStreamServiceException}
97
97
  * <p>Base exception class for all service exceptions from AppStream service.</p>
98
98
  *
99
+ * @public
99
100
  */
100
101
  export declare class CreateDirectoryConfigCommand extends CreateDirectoryConfigCommand_base {
101
102
  }
@@ -22,10 +22,10 @@ export interface CreateEntitlementCommandOutput extends CreateEntitlementResult,
22
22
  }
23
23
  declare const CreateEntitlementCommand_base: {
24
24
  new (input: CreateEntitlementCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEntitlementCommandInput, CreateEntitlementCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateEntitlementCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEntitlementCommandInput, CreateEntitlementCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a new entitlement. Entitlements control access to specific applications within
30
30
  * a stack, based on user attributes. Entitlements apply to SAML 2.0 federated user
31
31
  * identities. Amazon AppStream 2.0 user pool and streaming URL users are entitled to all
@@ -92,6 +92,7 @@ declare const CreateEntitlementCommand_base: {
92
92
  * @throws {@link AppStreamServiceException}
93
93
  * <p>Base exception class for all service exceptions from AppStream service.</p>
94
94
  *
95
+ * @public
95
96
  */
96
97
  export declare class CreateEntitlementCommand extends CreateEntitlementCommand_base {
97
98
  }
@@ -22,10 +22,10 @@ export interface CreateFleetCommandOutput extends CreateFleetResult, __MetadataB
22
22
  }
23
23
  declare const CreateFleetCommand_base: {
24
24
  new (input: CreateFleetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateFleetCommandInput, CreateFleetCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateFleetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateFleetCommandInput, CreateFleetCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a fleet. A fleet consists of streaming instances that your users access for their applications and desktops.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -182,6 +182,7 @@ declare const CreateFleetCommand_base: {
182
182
  * @throws {@link AppStreamServiceException}
183
183
  * <p>Base exception class for all service exceptions from AppStream service.</p>
184
184
  *
185
+ * @public
185
186
  */
186
187
  export declare class CreateFleetCommand extends CreateFleetCommand_base {
187
188
  }
@@ -22,10 +22,10 @@ export interface CreateImageBuilderCommandOutput extends CreateImageBuilderResul
22
22
  }
23
23
  declare const CreateImageBuilderCommand_base: {
24
24
  new (input: CreateImageBuilderCommandInput): import("@smithy/smithy-client").CommandImpl<CreateImageBuilderCommandInput, CreateImageBuilderCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateImageBuilderCommandInput): import("@smithy/smithy-client").CommandImpl<CreateImageBuilderCommandInput, CreateImageBuilderCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an image builder. An image builder is a virtual machine that is used to create an image.</p>
30
30
  * <p>The initial state of the builder is <code>PENDING</code>. When it is ready, the state is <code>RUNNING</code>.</p>
31
31
  * @example
@@ -162,6 +162,7 @@ declare const CreateImageBuilderCommand_base: {
162
162
  * @throws {@link AppStreamServiceException}
163
163
  * <p>Base exception class for all service exceptions from AppStream service.</p>
164
164
  *
165
+ * @public
165
166
  */
166
167
  export declare class CreateImageBuilderCommand extends CreateImageBuilderCommand_base {
167
168
  }
@@ -22,10 +22,10 @@ export interface CreateImageBuilderStreamingURLCommandOutput extends CreateImage
22
22
  }
23
23
  declare const CreateImageBuilderStreamingURLCommand_base: {
24
24
  new (input: CreateImageBuilderStreamingURLCommandInput): import("@smithy/smithy-client").CommandImpl<CreateImageBuilderStreamingURLCommandInput, CreateImageBuilderStreamingURLCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateImageBuilderStreamingURLCommandInput): import("@smithy/smithy-client").CommandImpl<CreateImageBuilderStreamingURLCommandInput, CreateImageBuilderStreamingURLCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a URL to start an image builder streaming session.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -61,6 +61,7 @@ declare const CreateImageBuilderStreamingURLCommand_base: {
61
61
  * @throws {@link AppStreamServiceException}
62
62
  * <p>Base exception class for all service exceptions from AppStream service.</p>
63
63
  *
64
+ * @public
64
65
  */
65
66
  export declare class CreateImageBuilderStreamingURLCommand extends CreateImageBuilderStreamingURLCommand_base {
66
67
  }
@@ -22,10 +22,10 @@ export interface CreateStackCommandOutput extends CreateStackResult, __MetadataB
22
22
  }
23
23
  declare const CreateStackCommand_base: {
24
24
  new (input: CreateStackCommandInput): import("@smithy/smithy-client").CommandImpl<CreateStackCommandInput, CreateStackCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateStackCommandInput): import("@smithy/smithy-client").CommandImpl<CreateStackCommandInput, CreateStackCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a stack to start streaming applications to users. A stack consists of an associated fleet, user access policies, and storage configurations. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -163,6 +163,7 @@ declare const CreateStackCommand_base: {
163
163
  * @throws {@link AppStreamServiceException}
164
164
  * <p>Base exception class for all service exceptions from AppStream service.</p>
165
165
  *
166
+ * @public
166
167
  */
167
168
  export declare class CreateStackCommand extends CreateStackCommand_base {
168
169
  }
@@ -22,10 +22,10 @@ export interface CreateStreamingURLCommandOutput extends CreateStreamingURLResul
22
22
  }
23
23
  declare const CreateStreamingURLCommand_base: {
24
24
  new (input: CreateStreamingURLCommandInput): import("@smithy/smithy-client").CommandImpl<CreateStreamingURLCommandInput, CreateStreamingURLCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateStreamingURLCommandInput): import("@smithy/smithy-client").CommandImpl<CreateStreamingURLCommandInput, CreateStreamingURLCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a temporary URL to start an AppStream 2.0 streaming session for the specified user. A streaming URL enables application streaming to be tested without user setup. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -71,6 +71,7 @@ declare const CreateStreamingURLCommand_base: {
71
71
  * @throws {@link AppStreamServiceException}
72
72
  * <p>Base exception class for all service exceptions from AppStream service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class CreateStreamingURLCommand extends CreateStreamingURLCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface CreateUpdatedImageCommandOutput extends CreateUpdatedImageResul
22
22
  }
23
23
  declare const CreateUpdatedImageCommand_base: {
24
24
  new (input: CreateUpdatedImageCommandInput): import("@smithy/smithy-client").CommandImpl<CreateUpdatedImageCommandInput, CreateUpdatedImageCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateUpdatedImageCommandInput): import("@smithy/smithy-client").CommandImpl<CreateUpdatedImageCommandInput, CreateUpdatedImageCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a new image with the latest Windows operating system updates, driver updates, and AppStream 2.0 agent software.</p>
30
30
  * <p>For more information, see the "Update an Image by Using
31
31
  * Managed AppStream 2.0 Image Updates" section in <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/administer-images.html">Administer Your AppStream 2.0 Images</a>, in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>
@@ -141,6 +141,7 @@ declare const CreateUpdatedImageCommand_base: {
141
141
  * @throws {@link AppStreamServiceException}
142
142
  * <p>Base exception class for all service exceptions from AppStream service.</p>
143
143
  *
144
+ * @public
144
145
  */
145
146
  export declare class CreateUpdatedImageCommand extends CreateUpdatedImageCommand_base {
146
147
  }
@@ -22,10 +22,10 @@ export interface CreateUsageReportSubscriptionCommandOutput extends CreateUsageR
22
22
  }
23
23
  declare const CreateUsageReportSubscriptionCommand_base: {
24
24
  new (input: CreateUsageReportSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateUsageReportSubscriptionCommandInput, CreateUsageReportSubscriptionCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [CreateUsageReportSubscriptionCommandInput]): import("@smithy/smithy-client").CommandImpl<CreateUsageReportSubscriptionCommandInput, CreateUsageReportSubscriptionCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a usage report subscription. Usage reports are generated daily.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -61,6 +61,7 @@ declare const CreateUsageReportSubscriptionCommand_base: {
61
61
  * @throws {@link AppStreamServiceException}
62
62
  * <p>Base exception class for all service exceptions from AppStream service.</p>
63
63
  *
64
+ * @public
64
65
  */
65
66
  export declare class CreateUsageReportSubscriptionCommand extends CreateUsageReportSubscriptionCommand_base {
66
67
  }
@@ -22,10 +22,10 @@ export interface CreateUserCommandOutput extends CreateUserResult, __MetadataBea
22
22
  }
23
23
  declare const CreateUserCommand_base: {
24
24
  new (input: CreateUserCommandInput): import("@smithy/smithy-client").CommandImpl<CreateUserCommandInput, CreateUserCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateUserCommandInput): import("@smithy/smithy-client").CommandImpl<CreateUserCommandInput, CreateUserCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a new user in the user pool.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -70,6 +70,7 @@ declare const CreateUserCommand_base: {
70
70
  * @throws {@link AppStreamServiceException}
71
71
  * <p>Base exception class for all service exceptions from AppStream service.</p>
72
72
  *
73
+ * @public
73
74
  */
74
75
  export declare class CreateUserCommand extends CreateUserCommand_base {
75
76
  }
@@ -22,10 +22,10 @@ export interface DeleteAppBlockBuilderCommandOutput extends DeleteAppBlockBuilde
22
22
  }
23
23
  declare const DeleteAppBlockBuilderCommand_base: {
24
24
  new (input: DeleteAppBlockBuilderCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAppBlockBuilderCommandInput, DeleteAppBlockBuilderCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteAppBlockBuilderCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAppBlockBuilderCommandInput, DeleteAppBlockBuilderCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an app block builder.</p>
30
30
  * <p>An app block builder can only be deleted when it has no association with an app
31
31
  * block.</p>
@@ -65,6 +65,7 @@ declare const DeleteAppBlockBuilderCommand_base: {
65
65
  * @throws {@link AppStreamServiceException}
66
66
  * <p>Base exception class for all service exceptions from AppStream service.</p>
67
67
  *
68
+ * @public
68
69
  */
69
70
  export declare class DeleteAppBlockBuilderCommand extends DeleteAppBlockBuilderCommand_base {
70
71
  }
@@ -22,10 +22,10 @@ export interface DeleteAppBlockCommandOutput extends DeleteAppBlockResult, __Met
22
22
  }
23
23
  declare const DeleteAppBlockCommand_base: {
24
24
  new (input: DeleteAppBlockCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAppBlockCommandInput, DeleteAppBlockCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteAppBlockCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAppBlockCommandInput, DeleteAppBlockCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an app block.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -60,6 +60,7 @@ declare const DeleteAppBlockCommand_base: {
60
60
  * @throws {@link AppStreamServiceException}
61
61
  * <p>Base exception class for all service exceptions from AppStream service.</p>
62
62
  *
63
+ * @public
63
64
  */
64
65
  export declare class DeleteAppBlockCommand extends DeleteAppBlockCommand_base {
65
66
  }