@aws-sdk/client-appstream 3.533.0 → 3.540.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 (161) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/AppStream.d.ts +16 -1
  6. package/dist-types/AppStreamClient.d.ts +1 -1
  7. package/dist-types/commands/AssociateAppBlockBuilderAppBlockCommand.d.ts +2 -1
  8. package/dist-types/commands/AssociateApplicationFleetCommand.d.ts +2 -1
  9. package/dist-types/commands/AssociateApplicationToEntitlementCommand.d.ts +2 -1
  10. package/dist-types/commands/AssociateFleetCommand.d.ts +2 -1
  11. package/dist-types/commands/BatchAssociateUserStackCommand.d.ts +2 -1
  12. package/dist-types/commands/BatchDisassociateUserStackCommand.d.ts +2 -1
  13. package/dist-types/commands/CopyImageCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateAppBlockBuilderCommand.d.ts +2 -1
  15. package/dist-types/commands/CreateAppBlockBuilderStreamingURLCommand.d.ts +2 -1
  16. package/dist-types/commands/CreateAppBlockCommand.d.ts +2 -1
  17. package/dist-types/commands/CreateApplicationCommand.d.ts +2 -1
  18. package/dist-types/commands/CreateDirectoryConfigCommand.d.ts +2 -1
  19. package/dist-types/commands/CreateEntitlementCommand.d.ts +2 -1
  20. package/dist-types/commands/CreateFleetCommand.d.ts +2 -1
  21. package/dist-types/commands/CreateImageBuilderCommand.d.ts +2 -1
  22. package/dist-types/commands/CreateImageBuilderStreamingURLCommand.d.ts +2 -1
  23. package/dist-types/commands/CreateStackCommand.d.ts +2 -1
  24. package/dist-types/commands/CreateStreamingURLCommand.d.ts +2 -1
  25. package/dist-types/commands/CreateUpdatedImageCommand.d.ts +2 -1
  26. package/dist-types/commands/CreateUsageReportSubscriptionCommand.d.ts +2 -1
  27. package/dist-types/commands/CreateUserCommand.d.ts +2 -1
  28. package/dist-types/commands/DeleteAppBlockBuilderCommand.d.ts +2 -1
  29. package/dist-types/commands/DeleteAppBlockCommand.d.ts +2 -1
  30. package/dist-types/commands/DeleteApplicationCommand.d.ts +2 -1
  31. package/dist-types/commands/DeleteDirectoryConfigCommand.d.ts +2 -1
  32. package/dist-types/commands/DeleteEntitlementCommand.d.ts +2 -1
  33. package/dist-types/commands/DeleteFleetCommand.d.ts +2 -1
  34. package/dist-types/commands/DeleteImageBuilderCommand.d.ts +2 -1
  35. package/dist-types/commands/DeleteImageCommand.d.ts +2 -1
  36. package/dist-types/commands/DeleteImagePermissionsCommand.d.ts +2 -1
  37. package/dist-types/commands/DeleteStackCommand.d.ts +2 -1
  38. package/dist-types/commands/DeleteUsageReportSubscriptionCommand.d.ts +2 -1
  39. package/dist-types/commands/DeleteUserCommand.d.ts +2 -1
  40. package/dist-types/commands/DescribeAppBlockBuilderAppBlockAssociationsCommand.d.ts +2 -1
  41. package/dist-types/commands/DescribeAppBlockBuildersCommand.d.ts +2 -1
  42. package/dist-types/commands/DescribeAppBlocksCommand.d.ts +2 -1
  43. package/dist-types/commands/DescribeApplicationFleetAssociationsCommand.d.ts +2 -1
  44. package/dist-types/commands/DescribeApplicationsCommand.d.ts +2 -1
  45. package/dist-types/commands/DescribeDirectoryConfigsCommand.d.ts +2 -1
  46. package/dist-types/commands/DescribeEntitlementsCommand.d.ts +2 -1
  47. package/dist-types/commands/DescribeFleetsCommand.d.ts +2 -1
  48. package/dist-types/commands/DescribeImageBuildersCommand.d.ts +2 -1
  49. package/dist-types/commands/DescribeImagePermissionsCommand.d.ts +2 -1
  50. package/dist-types/commands/DescribeImagesCommand.d.ts +2 -1
  51. package/dist-types/commands/DescribeSessionsCommand.d.ts +2 -1
  52. package/dist-types/commands/DescribeStacksCommand.d.ts +2 -1
  53. package/dist-types/commands/DescribeUsageReportSubscriptionsCommand.d.ts +2 -1
  54. package/dist-types/commands/DescribeUserStackAssociationsCommand.d.ts +2 -1
  55. package/dist-types/commands/DescribeUsersCommand.d.ts +2 -1
  56. package/dist-types/commands/DisableUserCommand.d.ts +2 -1
  57. package/dist-types/commands/DisassociateAppBlockBuilderAppBlockCommand.d.ts +2 -1
  58. package/dist-types/commands/DisassociateApplicationFleetCommand.d.ts +2 -1
  59. package/dist-types/commands/DisassociateApplicationFromEntitlementCommand.d.ts +2 -1
  60. package/dist-types/commands/DisassociateFleetCommand.d.ts +2 -1
  61. package/dist-types/commands/EnableUserCommand.d.ts +2 -1
  62. package/dist-types/commands/ExpireSessionCommand.d.ts +2 -1
  63. package/dist-types/commands/ListAssociatedFleetsCommand.d.ts +2 -1
  64. package/dist-types/commands/ListAssociatedStacksCommand.d.ts +2 -1
  65. package/dist-types/commands/ListEntitledApplicationsCommand.d.ts +2 -1
  66. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  67. package/dist-types/commands/StartAppBlockBuilderCommand.d.ts +2 -1
  68. package/dist-types/commands/StartFleetCommand.d.ts +2 -1
  69. package/dist-types/commands/StartImageBuilderCommand.d.ts +2 -1
  70. package/dist-types/commands/StopAppBlockBuilderCommand.d.ts +2 -1
  71. package/dist-types/commands/StopFleetCommand.d.ts +2 -1
  72. package/dist-types/commands/StopImageBuilderCommand.d.ts +2 -1
  73. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  74. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  75. package/dist-types/commands/UpdateAppBlockBuilderCommand.d.ts +2 -1
  76. package/dist-types/commands/UpdateApplicationCommand.d.ts +2 -1
  77. package/dist-types/commands/UpdateDirectoryConfigCommand.d.ts +2 -1
  78. package/dist-types/commands/UpdateEntitlementCommand.d.ts +2 -1
  79. package/dist-types/commands/UpdateFleetCommand.d.ts +2 -1
  80. package/dist-types/commands/UpdateImagePermissionsCommand.d.ts +2 -1
  81. package/dist-types/commands/UpdateStackCommand.d.ts +2 -1
  82. package/dist-types/index.d.ts +0 -1
  83. package/dist-types/models/models_0.d.ts +662 -662
  84. package/dist-types/ts3.4/AppStream.d.ts +15 -0
  85. package/dist-types/ts3.4/commands/AssociateAppBlockBuilderAppBlockCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/AssociateApplicationFleetCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/AssociateApplicationToEntitlementCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/AssociateFleetCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/BatchAssociateUserStackCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/BatchDisassociateUserStackCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/CopyImageCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/CreateAppBlockBuilderCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/CreateAppBlockBuilderStreamingURLCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/CreateAppBlockCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/CreateDirectoryConfigCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/CreateEntitlementCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/CreateImageBuilderCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/CreateImageBuilderStreamingURLCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/CreateStackCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/CreateStreamingURLCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/CreateUpdatedImageCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/CreateUsageReportSubscriptionCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/DeleteAppBlockBuilderCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/DeleteAppBlockCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/DeleteDirectoryConfigCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/DeleteEntitlementCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/DeleteFleetCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/DeleteImageBuilderCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/DeleteImageCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/DeleteImagePermissionsCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/commands/DeleteStackCommand.d.ts +9 -0
  116. package/dist-types/ts3.4/commands/DeleteUsageReportSubscriptionCommand.d.ts +9 -0
  117. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +9 -0
  118. package/dist-types/ts3.4/commands/DescribeAppBlockBuilderAppBlockAssociationsCommand.d.ts +9 -0
  119. package/dist-types/ts3.4/commands/DescribeAppBlockBuildersCommand.d.ts +9 -0
  120. package/dist-types/ts3.4/commands/DescribeAppBlocksCommand.d.ts +9 -0
  121. package/dist-types/ts3.4/commands/DescribeApplicationFleetAssociationsCommand.d.ts +9 -0
  122. package/dist-types/ts3.4/commands/DescribeApplicationsCommand.d.ts +9 -0
  123. package/dist-types/ts3.4/commands/DescribeDirectoryConfigsCommand.d.ts +9 -0
  124. package/dist-types/ts3.4/commands/DescribeEntitlementsCommand.d.ts +9 -0
  125. package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +9 -0
  126. package/dist-types/ts3.4/commands/DescribeImageBuildersCommand.d.ts +9 -0
  127. package/dist-types/ts3.4/commands/DescribeImagePermissionsCommand.d.ts +9 -0
  128. package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +9 -0
  129. package/dist-types/ts3.4/commands/DescribeSessionsCommand.d.ts +9 -0
  130. package/dist-types/ts3.4/commands/DescribeStacksCommand.d.ts +9 -0
  131. package/dist-types/ts3.4/commands/DescribeUsageReportSubscriptionsCommand.d.ts +9 -0
  132. package/dist-types/ts3.4/commands/DescribeUserStackAssociationsCommand.d.ts +9 -0
  133. package/dist-types/ts3.4/commands/DescribeUsersCommand.d.ts +9 -0
  134. package/dist-types/ts3.4/commands/DisableUserCommand.d.ts +9 -0
  135. package/dist-types/ts3.4/commands/DisassociateAppBlockBuilderAppBlockCommand.d.ts +9 -0
  136. package/dist-types/ts3.4/commands/DisassociateApplicationFleetCommand.d.ts +9 -0
  137. package/dist-types/ts3.4/commands/DisassociateApplicationFromEntitlementCommand.d.ts +9 -0
  138. package/dist-types/ts3.4/commands/DisassociateFleetCommand.d.ts +9 -0
  139. package/dist-types/ts3.4/commands/EnableUserCommand.d.ts +9 -0
  140. package/dist-types/ts3.4/commands/ExpireSessionCommand.d.ts +9 -0
  141. package/dist-types/ts3.4/commands/ListAssociatedFleetsCommand.d.ts +9 -0
  142. package/dist-types/ts3.4/commands/ListAssociatedStacksCommand.d.ts +9 -0
  143. package/dist-types/ts3.4/commands/ListEntitledApplicationsCommand.d.ts +9 -0
  144. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  145. package/dist-types/ts3.4/commands/StartAppBlockBuilderCommand.d.ts +9 -0
  146. package/dist-types/ts3.4/commands/StartFleetCommand.d.ts +9 -0
  147. package/dist-types/ts3.4/commands/StartImageBuilderCommand.d.ts +9 -0
  148. package/dist-types/ts3.4/commands/StopAppBlockBuilderCommand.d.ts +9 -0
  149. package/dist-types/ts3.4/commands/StopFleetCommand.d.ts +9 -0
  150. package/dist-types/ts3.4/commands/StopImageBuilderCommand.d.ts +9 -0
  151. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  152. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  153. package/dist-types/ts3.4/commands/UpdateAppBlockBuilderCommand.d.ts +9 -0
  154. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +9 -0
  155. package/dist-types/ts3.4/commands/UpdateDirectoryConfigCommand.d.ts +9 -0
  156. package/dist-types/ts3.4/commands/UpdateEntitlementCommand.d.ts +9 -0
  157. package/dist-types/ts3.4/commands/UpdateFleetCommand.d.ts +9 -0
  158. package/dist-types/ts3.4/commands/UpdateImagePermissionsCommand.d.ts +9 -0
  159. package/dist-types/ts3.4/commands/UpdateStackCommand.d.ts +9 -0
  160. package/dist-types/ts3.4/index.d.ts +0 -1
  161. package/package.json +41 -41
@@ -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
  }
@@ -22,10 +22,10 @@ export interface DeleteApplicationCommandOutput extends DeleteApplicationResult,
22
22
  }
23
23
  declare const DeleteApplicationCommand_base: {
24
24
  new (input: DeleteApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an application.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -63,6 +63,7 @@ declare const DeleteApplicationCommand_base: {
63
63
  * @throws {@link AppStreamServiceException}
64
64
  * <p>Base exception class for all service exceptions from AppStream service.</p>
65
65
  *
66
+ * @public
66
67
  */
67
68
  export declare class DeleteApplicationCommand extends DeleteApplicationCommand_base {
68
69
  }
@@ -22,10 +22,10 @@ export interface DeleteDirectoryConfigCommandOutput extends DeleteDirectoryConfi
22
22
  }
23
23
  declare const DeleteDirectoryConfigCommand_base: {
24
24
  new (input: DeleteDirectoryConfigCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDirectoryConfigCommandInput, DeleteDirectoryConfigCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteDirectoryConfigCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDirectoryConfigCommandInput, DeleteDirectoryConfigCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the specified Directory Config object from AppStream 2.0. This object includes the information required to join streaming instances 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.
@@ -57,6 +57,7 @@ declare const DeleteDirectoryConfigCommand_base: {
57
57
  * @throws {@link AppStreamServiceException}
58
58
  * <p>Base exception class for all service exceptions from AppStream service.</p>
59
59
  *
60
+ * @public
60
61
  */
61
62
  export declare class DeleteDirectoryConfigCommand extends DeleteDirectoryConfigCommand_base {
62
63
  }
@@ -22,10 +22,10 @@ export interface DeleteEntitlementCommandOutput extends DeleteEntitlementResult,
22
22
  }
23
23
  declare const DeleteEntitlementCommand_base: {
24
24
  new (input: DeleteEntitlementCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEntitlementCommandInput, DeleteEntitlementCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteEntitlementCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEntitlementCommandInput, DeleteEntitlementCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the specified entitlement.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -64,6 +64,7 @@ declare const DeleteEntitlementCommand_base: {
64
64
  * @throws {@link AppStreamServiceException}
65
65
  * <p>Base exception class for all service exceptions from AppStream service.</p>
66
66
  *
67
+ * @public
67
68
  */
68
69
  export declare class DeleteEntitlementCommand extends DeleteEntitlementCommand_base {
69
70
  }
@@ -22,10 +22,10 @@ export interface DeleteFleetCommandOutput extends DeleteFleetResult, __MetadataB
22
22
  }
23
23
  declare const DeleteFleetCommand_base: {
24
24
  new (input: DeleteFleetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFleetCommandInput, DeleteFleetCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteFleetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFleetCommandInput, DeleteFleetCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the specified fleet.</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 DeleteFleetCommand_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 DeleteFleetCommand extends DeleteFleetCommand_base {
65
66
  }
@@ -22,10 +22,10 @@ export interface DeleteImageBuilderCommandOutput extends DeleteImageBuilderResul
22
22
  }
23
23
  declare const DeleteImageBuilderCommand_base: {
24
24
  new (input: DeleteImageBuilderCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteImageBuilderCommandInput, DeleteImageBuilderCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteImageBuilderCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteImageBuilderCommandInput, DeleteImageBuilderCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the specified image builder and releases the capacity.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -108,6 +108,7 @@ declare const DeleteImageBuilderCommand_base: {
108
108
  * @throws {@link AppStreamServiceException}
109
109
  * <p>Base exception class for all service exceptions from AppStream service.</p>
110
110
  *
111
+ * @public
111
112
  */
112
113
  export declare class DeleteImageBuilderCommand extends DeleteImageBuilderCommand_base {
113
114
  }
@@ -22,10 +22,10 @@ export interface DeleteImageCommandOutput extends DeleteImageResult, __MetadataB
22
22
  }
23
23
  declare const DeleteImageCommand_base: {
24
24
  new (input: DeleteImageCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteImageCommandInput, DeleteImageCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteImageCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteImageCommandInput, DeleteImageCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the specified image. You cannot delete an image when it is in use.
30
30
  * After you delete an image, you cannot provision new capacity using the image.</p>
31
31
  * @example
@@ -123,6 +123,7 @@ declare const DeleteImageCommand_base: {
123
123
  * @throws {@link AppStreamServiceException}
124
124
  * <p>Base exception class for all service exceptions from AppStream service.</p>
125
125
  *
126
+ * @public
126
127
  */
127
128
  export declare class DeleteImageCommand extends DeleteImageCommand_base {
128
129
  }
@@ -22,10 +22,10 @@ export interface DeleteImagePermissionsCommandOutput extends DeleteImagePermissi
22
22
  }
23
23
  declare const DeleteImagePermissionsCommand_base: {
24
24
  new (input: DeleteImagePermissionsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteImagePermissionsCommandInput, DeleteImagePermissionsCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteImagePermissionsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteImagePermissionsCommandInput, DeleteImagePermissionsCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes permissions for the specified private image. After you delete permissions for an image, AWS accounts to which you previously granted these permissions can no longer use the image.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -58,6 +58,7 @@ declare const DeleteImagePermissionsCommand_base: {
58
58
  * @throws {@link AppStreamServiceException}
59
59
  * <p>Base exception class for all service exceptions from AppStream service.</p>
60
60
  *
61
+ * @public
61
62
  */
62
63
  export declare class DeleteImagePermissionsCommand extends DeleteImagePermissionsCommand_base {
63
64
  }
@@ -22,10 +22,10 @@ export interface DeleteStackCommandOutput extends DeleteStackResult, __MetadataB
22
22
  }
23
23
  declare const DeleteStackCommand_base: {
24
24
  new (input: DeleteStackCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteStackCommandInput, DeleteStackCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteStackCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteStackCommandInput, DeleteStackCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the specified stack. After the stack is deleted, the application streaming environment provided by the stack is no longer available to users. Also, any reservations made for application streaming sessions for the stack are released.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -63,6 +63,7 @@ declare const DeleteStackCommand_base: {
63
63
  * @throws {@link AppStreamServiceException}
64
64
  * <p>Base exception class for all service exceptions from AppStream service.</p>
65
65
  *
66
+ * @public
66
67
  */
67
68
  export declare class DeleteStackCommand extends DeleteStackCommand_base {
68
69
  }
@@ -22,10 +22,10 @@ export interface DeleteUsageReportSubscriptionCommandOutput extends DeleteUsageR
22
22
  }
23
23
  declare const DeleteUsageReportSubscriptionCommand_base: {
24
24
  new (input: DeleteUsageReportSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteUsageReportSubscriptionCommandInput, DeleteUsageReportSubscriptionCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DeleteUsageReportSubscriptionCommandInput]): import("@smithy/smithy-client").CommandImpl<DeleteUsageReportSubscriptionCommandInput, DeleteUsageReportSubscriptionCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Disables usage report generation.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -55,6 +55,7 @@ declare const DeleteUsageReportSubscriptionCommand_base: {
55
55
  * @throws {@link AppStreamServiceException}
56
56
  * <p>Base exception class for all service exceptions from AppStream service.</p>
57
57
  *
58
+ * @public
58
59
  */
59
60
  export declare class DeleteUsageReportSubscriptionCommand extends DeleteUsageReportSubscriptionCommand_base {
60
61
  }
@@ -22,10 +22,10 @@ export interface DeleteUserCommandOutput extends DeleteUserResult, __MetadataBea
22
22
  }
23
23
  declare const DeleteUserCommand_base: {
24
24
  new (input: DeleteUserCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteUserCommandInput, DeleteUserCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteUserCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteUserCommandInput, DeleteUserCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a user from the user pool.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -55,6 +55,7 @@ declare const DeleteUserCommand_base: {
55
55
  * @throws {@link AppStreamServiceException}
56
56
  * <p>Base exception class for all service exceptions from AppStream service.</p>
57
57
  *
58
+ * @public
58
59
  */
59
60
  export declare class DeleteUserCommand extends DeleteUserCommand_base {
60
61
  }
@@ -22,10 +22,10 @@ export interface DescribeAppBlockBuilderAppBlockAssociationsCommandOutput extend
22
22
  }
23
23
  declare const DescribeAppBlockBuilderAppBlockAssociationsCommand_base: {
24
24
  new (input: DescribeAppBlockBuilderAppBlockAssociationsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAppBlockBuilderAppBlockAssociationsCommandInput, DescribeAppBlockBuilderAppBlockAssociationsCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeAppBlockBuilderAppBlockAssociationsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeAppBlockBuilderAppBlockAssociationsCommandInput, DescribeAppBlockBuilderAppBlockAssociationsCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a list that describes one or more app block builder associations.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -68,6 +68,7 @@ declare const DescribeAppBlockBuilderAppBlockAssociationsCommand_base: {
68
68
  * @throws {@link AppStreamServiceException}
69
69
  * <p>Base exception class for all service exceptions from AppStream service.</p>
70
70
  *
71
+ * @public
71
72
  */
72
73
  export declare class DescribeAppBlockBuilderAppBlockAssociationsCommand extends DescribeAppBlockBuilderAppBlockAssociationsCommand_base {
73
74
  }
@@ -22,10 +22,10 @@ export interface DescribeAppBlockBuildersCommandOutput extends DescribeAppBlockB
22
22
  }
23
23
  declare const DescribeAppBlockBuildersCommand_base: {
24
24
  new (input: DescribeAppBlockBuildersCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAppBlockBuildersCommandInput, DescribeAppBlockBuildersCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeAppBlockBuildersCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeAppBlockBuildersCommandInput, DescribeAppBlockBuildersCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a list that describes one or more app block builders.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -102,6 +102,7 @@ declare const DescribeAppBlockBuildersCommand_base: {
102
102
  * @throws {@link AppStreamServiceException}
103
103
  * <p>Base exception class for all service exceptions from AppStream service.</p>
104
104
  *
105
+ * @public
105
106
  */
106
107
  export declare class DescribeAppBlockBuildersCommand extends DescribeAppBlockBuildersCommand_base {
107
108
  }
@@ -22,10 +22,10 @@ export interface DescribeAppBlocksCommandOutput extends DescribeAppBlocksResult,
22
22
  }
23
23
  declare const DescribeAppBlocksCommand_base: {
24
24
  new (input: DescribeAppBlocksCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAppBlocksCommandInput, DescribeAppBlocksCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeAppBlocksCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeAppBlocksCommandInput, DescribeAppBlocksCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a list that describes one or more app blocks.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -102,6 +102,7 @@ declare const DescribeAppBlocksCommand_base: {
102
102
  * @throws {@link AppStreamServiceException}
103
103
  * <p>Base exception class for all service exceptions from AppStream service.</p>
104
104
  *
105
+ * @public
105
106
  */
106
107
  export declare class DescribeAppBlocksCommand extends DescribeAppBlocksCommand_base {
107
108
  }
@@ -22,10 +22,10 @@ export interface DescribeApplicationFleetAssociationsCommandOutput extends Descr
22
22
  }
23
23
  declare const DescribeApplicationFleetAssociationsCommand_base: {
24
24
  new (input: DescribeApplicationFleetAssociationsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeApplicationFleetAssociationsCommandInput, DescribeApplicationFleetAssociationsCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeApplicationFleetAssociationsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeApplicationFleetAssociationsCommandInput, DescribeApplicationFleetAssociationsCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a list that describes one or more application fleet associations. Either ApplicationArn or FleetName must be specified.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -68,6 +68,7 @@ declare const DescribeApplicationFleetAssociationsCommand_base: {
68
68
  * @throws {@link AppStreamServiceException}
69
69
  * <p>Base exception class for all service exceptions from AppStream service.</p>
70
70
  *
71
+ * @public
71
72
  */
72
73
  export declare class DescribeApplicationFleetAssociationsCommand extends DescribeApplicationFleetAssociationsCommand_base {
73
74
  }
@@ -22,10 +22,10 @@ export interface DescribeApplicationsCommandOutput extends DescribeApplicationsR
22
22
  }
23
23
  declare const DescribeApplicationsCommand_base: {
24
24
  new (input: DescribeApplicationsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeApplicationsCommandInput, DescribeApplicationsCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeApplicationsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeApplicationsCommandInput, DescribeApplicationsCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a list that describes one or more applications.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -91,6 +91,7 @@ declare const DescribeApplicationsCommand_base: {
91
91
  * @throws {@link AppStreamServiceException}
92
92
  * <p>Base exception class for all service exceptions from AppStream service.</p>
93
93
  *
94
+ * @public
94
95
  */
95
96
  export declare class DescribeApplicationsCommand extends DescribeApplicationsCommand_base {
96
97
  }
@@ -22,10 +22,10 @@ export interface DescribeDirectoryConfigsCommandOutput extends DescribeDirectory
22
22
  }
23
23
  declare const DescribeDirectoryConfigsCommand_base: {
24
24
  new (input: DescribeDirectoryConfigsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDirectoryConfigsCommandInput, DescribeDirectoryConfigsCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeDirectoryConfigsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeDirectoryConfigsCommandInput, DescribeDirectoryConfigsCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a list that describes one or more specified Directory Config objects for AppStream 2.0, if the names for these objects are provided. Otherwise, all Directory Config objects in the account are described. These objects include the configuration information required to join fleets and image builders to Microsoft Active Directory domains.
30
30
  * </p>
31
31
  * <p>Although the response syntax in this topic includes the account password, this password is not returned in the actual response.</p>
@@ -79,6 +79,7 @@ declare const DescribeDirectoryConfigsCommand_base: {
79
79
  * @throws {@link AppStreamServiceException}
80
80
  * <p>Base exception class for all service exceptions from AppStream service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class DescribeDirectoryConfigsCommand extends DescribeDirectoryConfigsCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface DescribeEntitlementsCommandOutput extends DescribeEntitlementsR
22
22
  }
23
23
  declare const DescribeEntitlementsCommand_base: {
24
24
  new (input: DescribeEntitlementsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEntitlementsCommandInput, DescribeEntitlementsCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeEntitlementsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEntitlementsCommandInput, DescribeEntitlementsCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a list that describes one of more entitlements.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -81,6 +81,7 @@ declare const DescribeEntitlementsCommand_base: {
81
81
  * @throws {@link AppStreamServiceException}
82
82
  * <p>Base exception class for all service exceptions from AppStream service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class DescribeEntitlementsCommand extends DescribeEntitlementsCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface DescribeFleetsCommandOutput extends DescribeFleetsResult, __Met
22
22
  }
23
23
  declare const DescribeFleetsCommand_base: {
24
24
  new (input: DescribeFleetsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeFleetsCommandInput, DescribeFleetsCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeFleetsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeFleetsCommandInput, DescribeFleetsCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a list that describes one or more specified fleets, if the fleet names are provided. Otherwise, all fleets in the account are described.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -117,6 +117,7 @@ declare const DescribeFleetsCommand_base: {
117
117
  * @throws {@link AppStreamServiceException}
118
118
  * <p>Base exception class for all service exceptions from AppStream service.</p>
119
119
  *
120
+ * @public
120
121
  */
121
122
  export declare class DescribeFleetsCommand extends DescribeFleetsCommand_base {
122
123
  }
@@ -22,10 +22,10 @@ export interface DescribeImageBuildersCommandOutput extends DescribeImageBuilder
22
22
  }
23
23
  declare const DescribeImageBuildersCommand_base: {
24
24
  new (input: DescribeImageBuildersCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeImageBuildersCommandInput, DescribeImageBuildersCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeImageBuildersCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeImageBuildersCommandInput, DescribeImageBuildersCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a list that describes one or more specified image builders, if the image builder names are provided. Otherwise, all image builders in the account are described.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -109,6 +109,7 @@ declare const DescribeImageBuildersCommand_base: {
109
109
  * @throws {@link AppStreamServiceException}
110
110
  * <p>Base exception class for all service exceptions from AppStream service.</p>
111
111
  *
112
+ * @public
112
113
  */
113
114
  export declare class DescribeImageBuildersCommand extends DescribeImageBuildersCommand_base {
114
115
  }
@@ -22,10 +22,10 @@ export interface DescribeImagePermissionsCommandOutput extends DescribeImagePerm
22
22
  }
23
23
  declare const DescribeImagePermissionsCommand_base: {
24
24
  new (input: DescribeImagePermissionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeImagePermissionsCommandInput, DescribeImagePermissionsCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeImagePermissionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeImagePermissionsCommandInput, DescribeImagePermissionsCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a list that describes the permissions for shared AWS account IDs on a private image that you own. </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 DescribeImagePermissionsCommand_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 DescribeImagePermissionsCommand extends DescribeImagePermissionsCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface DescribeImagesCommandOutput extends DescribeImagesResult, __Met
22
22
  }
23
23
  declare const DescribeImagesCommand_base: {
24
24
  new (input: DescribeImagesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeImagesCommandInput, DescribeImagesCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeImagesCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeImagesCommandInput, DescribeImagesCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a list that describes one or more specified images, if the image names or image ARNs are provided. Otherwise, all images in the account are described.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -127,6 +127,7 @@ declare const DescribeImagesCommand_base: {
127
127
  * @throws {@link AppStreamServiceException}
128
128
  * <p>Base exception class for all service exceptions from AppStream service.</p>
129
129
  *
130
+ * @public
130
131
  */
131
132
  export declare class DescribeImagesCommand extends DescribeImagesCommand_base {
132
133
  }
@@ -22,10 +22,10 @@ export interface DescribeSessionsCommandOutput extends DescribeSessionsResult, _
22
22
  }
23
23
  declare const DescribeSessionsCommand_base: {
24
24
  new (input: DescribeSessionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSessionsCommandInput, DescribeSessionsCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeSessionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSessionsCommandInput, DescribeSessionsCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a list that describes the streaming sessions for a specified stack and fleet. If a UserId is provided for the stack and fleet,
30
30
  * only streaming sessions for that user are described. If an authentication type is not provided,
31
31
  * the default is to authenticate users using a streaming URL.</p>
@@ -82,6 +82,7 @@ declare const DescribeSessionsCommand_base: {
82
82
  * @throws {@link AppStreamServiceException}
83
83
  * <p>Base exception class for all service exceptions from AppStream service.</p>
84
84
  *
85
+ * @public
85
86
  */
86
87
  export declare class DescribeSessionsCommand extends DescribeSessionsCommand_base {
87
88
  }
@@ -22,10 +22,10 @@ export interface DescribeStacksCommandOutput extends DescribeStacksResult, __Met
22
22
  }
23
23
  declare const DescribeStacksCommand_base: {
24
24
  new (input: DescribeStacksCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeStacksCommandInput, DescribeStacksCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeStacksCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeStacksCommandInput, DescribeStacksCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a list that describes one or more specified stacks, if the stack names are provided. Otherwise, all stacks in the account are described.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -109,6 +109,7 @@ declare const DescribeStacksCommand_base: {
109
109
  * @throws {@link AppStreamServiceException}
110
110
  * <p>Base exception class for all service exceptions from AppStream service.</p>
111
111
  *
112
+ * @public
112
113
  */
113
114
  export declare class DescribeStacksCommand extends DescribeStacksCommand_base {
114
115
  }
@@ -22,10 +22,10 @@ export interface DescribeUsageReportSubscriptionsCommandOutput extends DescribeU
22
22
  }
23
23
  declare const DescribeUsageReportSubscriptionsCommand_base: {
24
24
  new (input: DescribeUsageReportSubscriptionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeUsageReportSubscriptionsCommandInput, DescribeUsageReportSubscriptionsCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeUsageReportSubscriptionsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeUsageReportSubscriptionsCommandInput, DescribeUsageReportSubscriptionsCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a list that describes one or more usage report subscriptions.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -73,6 +73,7 @@ declare const DescribeUsageReportSubscriptionsCommand_base: {
73
73
  * @throws {@link AppStreamServiceException}
74
74
  * <p>Base exception class for all service exceptions from AppStream service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class DescribeUsageReportSubscriptionsCommand extends DescribeUsageReportSubscriptionsCommand_base {
78
79
  }
@@ -22,10 +22,10 @@ export interface DescribeUserStackAssociationsCommandOutput extends DescribeUser
22
22
  }
23
23
  declare const DescribeUserStackAssociationsCommand_base: {
24
24
  new (input: DescribeUserStackAssociationsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeUserStackAssociationsCommandInput, DescribeUserStackAssociationsCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeUserStackAssociationsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeUserStackAssociationsCommandInput, DescribeUserStackAssociationsCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a list that describes the UserStackAssociation objects. You must specify either or both of the following:</p>
30
30
  * <ul>
31
31
  * <li>
@@ -79,6 +79,7 @@ declare const DescribeUserStackAssociationsCommand_base: {
79
79
  * @throws {@link AppStreamServiceException}
80
80
  * <p>Base exception class for all service exceptions from AppStream service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class DescribeUserStackAssociationsCommand extends DescribeUserStackAssociationsCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface DescribeUsersCommandOutput extends DescribeUsersResult, __Metad
22
22
  }
23
23
  declare const DescribeUsersCommand_base: {
24
24
  new (input: DescribeUsersCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeUsersCommandInput, DescribeUsersCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeUsersCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeUsersCommandInput, DescribeUsersCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a list that describes one or more specified users 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.
@@ -76,6 +76,7 @@ declare const DescribeUsersCommand_base: {
76
76
  * @throws {@link AppStreamServiceException}
77
77
  * <p>Base exception class for all service exceptions from AppStream service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class DescribeUsersCommand extends DescribeUsersCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface DisableUserCommandOutput extends DisableUserResult, __MetadataB
22
22
  }
23
23
  declare const DisableUserCommand_base: {
24
24
  new (input: DisableUserCommandInput): import("@smithy/smithy-client").CommandImpl<DisableUserCommandInput, DisableUserCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DisableUserCommandInput): import("@smithy/smithy-client").CommandImpl<DisableUserCommandInput, DisableUserCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Disables the specified user in the user pool. Users can't sign in to AppStream 2.0 until they are re-enabled. This action does not delete the user. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -55,6 +55,7 @@ declare const DisableUserCommand_base: {
55
55
  * @throws {@link AppStreamServiceException}
56
56
  * <p>Base exception class for all service exceptions from AppStream service.</p>
57
57
  *
58
+ * @public
58
59
  */
59
60
  export declare class DisableUserCommand extends DisableUserCommand_base {
60
61
  }