@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 DisassociateAppBlockBuilderAppBlockCommandOutput extends Disass
22
22
  }
23
23
  declare const DisassociateAppBlockBuilderAppBlockCommand_base: {
24
24
  new (input: DisassociateAppBlockBuilderAppBlockCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateAppBlockBuilderAppBlockCommandInput, DisassociateAppBlockBuilderAppBlockCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DisassociateAppBlockBuilderAppBlockCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateAppBlockBuilderAppBlockCommandInput, DisassociateAppBlockBuilderAppBlockCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Disassociates a specified app block builder from a specified app block.</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 DisassociateAppBlockBuilderAppBlockCommand_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 DisassociateAppBlockBuilderAppBlockCommand extends DisassociateAppBlockBuilderAppBlockCommand_base {
69
70
  }
@@ -22,10 +22,10 @@ export interface DisassociateApplicationFleetCommandOutput extends DisassociateA
22
22
  }
23
23
  declare const DisassociateApplicationFleetCommand_base: {
24
24
  new (input: DisassociateApplicationFleetCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateApplicationFleetCommandInput, DisassociateApplicationFleetCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DisassociateApplicationFleetCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateApplicationFleetCommandInput, DisassociateApplicationFleetCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Disassociates the specified application from the fleet.</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 DisassociateApplicationFleetCommand_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 DisassociateApplicationFleetCommand extends DisassociateApplicationFleetCommand_base {
66
67
  }
@@ -22,10 +22,10 @@ export interface DisassociateApplicationFromEntitlementCommandOutput extends Dis
22
22
  }
23
23
  declare const DisassociateApplicationFromEntitlementCommand_base: {
24
24
  new (input: DisassociateApplicationFromEntitlementCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateApplicationFromEntitlementCommandInput, DisassociateApplicationFromEntitlementCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DisassociateApplicationFromEntitlementCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateApplicationFromEntitlementCommandInput, DisassociateApplicationFromEntitlementCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the specified application from the specified entitlement.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -62,6 +62,7 @@ declare const DisassociateApplicationFromEntitlementCommand_base: {
62
62
  * @throws {@link AppStreamServiceException}
63
63
  * <p>Base exception class for all service exceptions from AppStream service.</p>
64
64
  *
65
+ * @public
65
66
  */
66
67
  export declare class DisassociateApplicationFromEntitlementCommand extends DisassociateApplicationFromEntitlementCommand_base {
67
68
  }
@@ -22,10 +22,10 @@ export interface DisassociateFleetCommandOutput extends DisassociateFleetResult,
22
22
  }
23
23
  declare const DisassociateFleetCommand_base: {
24
24
  new (input: DisassociateFleetCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateFleetCommandInput, DisassociateFleetCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DisassociateFleetCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateFleetCommandInput, DisassociateFleetCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Disassociates the specified fleet from the specified stack.</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 DisassociateFleetCommand_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 DisassociateFleetCommand extends DisassociateFleetCommand_base {
69
70
  }
@@ -22,10 +22,10 @@ export interface EnableUserCommandOutput extends EnableUserResult, __MetadataBea
22
22
  }
23
23
  declare const EnableUserCommand_base: {
24
24
  new (input: EnableUserCommandInput): import("@smithy/smithy-client").CommandImpl<EnableUserCommandInput, EnableUserCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: EnableUserCommandInput): import("@smithy/smithy-client").CommandImpl<EnableUserCommandInput, EnableUserCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Enables a user in the user pool. After being enabled, users can sign in to AppStream 2.0 and open applications from the stacks to which they are assigned.</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 EnableUserCommand_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 EnableUserCommand extends EnableUserCommand_base {
63
64
  }
@@ -22,10 +22,10 @@ export interface ExpireSessionCommandOutput extends ExpireSessionResult, __Metad
22
22
  }
23
23
  declare const ExpireSessionCommand_base: {
24
24
  new (input: ExpireSessionCommandInput): import("@smithy/smithy-client").CommandImpl<ExpireSessionCommandInput, ExpireSessionCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ExpireSessionCommandInput): import("@smithy/smithy-client").CommandImpl<ExpireSessionCommandInput, ExpireSessionCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Immediately stops the specified streaming session.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -51,6 +51,7 @@ declare const ExpireSessionCommand_base: {
51
51
  * @throws {@link AppStreamServiceException}
52
52
  * <p>Base exception class for all service exceptions from AppStream service.</p>
53
53
  *
54
+ * @public
54
55
  */
55
56
  export declare class ExpireSessionCommand extends ExpireSessionCommand_base {
56
57
  }
@@ -22,10 +22,10 @@ export interface ListAssociatedFleetsCommandOutput extends ListAssociatedFleetsR
22
22
  }
23
23
  declare const ListAssociatedFleetsCommand_base: {
24
24
  new (input: ListAssociatedFleetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAssociatedFleetsCommandInput, ListAssociatedFleetsCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListAssociatedFleetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAssociatedFleetsCommandInput, ListAssociatedFleetsCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the name of the fleet that is associated 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.
@@ -57,6 +57,7 @@ declare const ListAssociatedFleetsCommand_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 ListAssociatedFleetsCommand extends ListAssociatedFleetsCommand_base {
62
63
  }
@@ -22,10 +22,10 @@ export interface ListAssociatedStacksCommandOutput extends ListAssociatedStacksR
22
22
  }
23
23
  declare const ListAssociatedStacksCommand_base: {
24
24
  new (input: ListAssociatedStacksCommandInput): import("@smithy/smithy-client").CommandImpl<ListAssociatedStacksCommandInput, ListAssociatedStacksCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListAssociatedStacksCommandInput): import("@smithy/smithy-client").CommandImpl<ListAssociatedStacksCommandInput, ListAssociatedStacksCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the name of the stack with which the specified fleet is associated.</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 ListAssociatedStacksCommand_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 ListAssociatedStacksCommand extends ListAssociatedStacksCommand_base {
62
63
  }
@@ -22,10 +22,10 @@ export interface ListEntitledApplicationsCommandOutput extends ListEntitledAppli
22
22
  }
23
23
  declare const ListEntitledApplicationsCommand_base: {
24
24
  new (input: ListEntitledApplicationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListEntitledApplicationsCommandInput, ListEntitledApplicationsCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListEntitledApplicationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListEntitledApplicationsCommandInput, ListEntitledApplicationsCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a list of entitled applications.</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 ListEntitledApplicationsCommand_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 ListEntitledApplicationsCommand extends ListEntitledApplicationsCommand_base {
75
76
  }
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
22
22
  }
23
23
  declare const ListTagsForResourceCommand_base: {
24
24
  new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a list of all tags for the specified AppStream 2.0 resource. You can tag AppStream 2.0 image builders, images, fleets, and stacks.</p>
30
30
  * <p>For more information about tags, see <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/tagging-basic.html">Tagging Your Resources</a> in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>
31
31
  * @example
@@ -59,6 +59,7 @@ declare const ListTagsForResourceCommand_base: {
59
59
  * @throws {@link AppStreamServiceException}
60
60
  * <p>Base exception class for all service exceptions from AppStream service.</p>
61
61
  *
62
+ * @public
62
63
  */
63
64
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
64
65
  }
@@ -22,10 +22,10 @@ export interface StartAppBlockBuilderCommandOutput extends StartAppBlockBuilderR
22
22
  }
23
23
  declare const StartAppBlockBuilderCommand_base: {
24
24
  new (input: StartAppBlockBuilderCommandInput): import("@smithy/smithy-client").CommandImpl<StartAppBlockBuilderCommandInput, StartAppBlockBuilderCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartAppBlockBuilderCommandInput): import("@smithy/smithy-client").CommandImpl<StartAppBlockBuilderCommandInput, StartAppBlockBuilderCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Starts an app block builder.</p>
30
30
  * <p>An app block builder can only be started when it's associated with an app
31
31
  * block.</p>
@@ -114,6 +114,7 @@ declare const StartAppBlockBuilderCommand_base: {
114
114
  * @throws {@link AppStreamServiceException}
115
115
  * <p>Base exception class for all service exceptions from AppStream service.</p>
116
116
  *
117
+ * @public
117
118
  */
118
119
  export declare class StartAppBlockBuilderCommand extends StartAppBlockBuilderCommand_base {
119
120
  }
@@ -22,10 +22,10 @@ export interface StartFleetCommandOutput extends StartFleetResult, __MetadataBea
22
22
  }
23
23
  declare const StartFleetCommand_base: {
24
24
  new (input: StartFleetCommandInput): import("@smithy/smithy-client").CommandImpl<StartFleetCommandInput, StartFleetCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartFleetCommandInput): import("@smithy/smithy-client").CommandImpl<StartFleetCommandInput, StartFleetCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Starts the specified fleet.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -75,6 +75,7 @@ declare const StartFleetCommand_base: {
75
75
  * @throws {@link AppStreamServiceException}
76
76
  * <p>Base exception class for all service exceptions from AppStream service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class StartFleetCommand extends StartFleetCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface StartImageBuilderCommandOutput extends StartImageBuilderResult,
22
22
  }
23
23
  declare const StartImageBuilderCommand_base: {
24
24
  new (input: StartImageBuilderCommandInput): import("@smithy/smithy-client").CommandImpl<StartImageBuilderCommandInput, StartImageBuilderCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartImageBuilderCommandInput): import("@smithy/smithy-client").CommandImpl<StartImageBuilderCommandInput, StartImageBuilderCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Starts the specified image builder.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -115,6 +115,7 @@ declare const StartImageBuilderCommand_base: {
115
115
  * @throws {@link AppStreamServiceException}
116
116
  * <p>Base exception class for all service exceptions from AppStream service.</p>
117
117
  *
118
+ * @public
118
119
  */
119
120
  export declare class StartImageBuilderCommand extends StartImageBuilderCommand_base {
120
121
  }
@@ -22,10 +22,10 @@ export interface StopAppBlockBuilderCommandOutput extends StopAppBlockBuilderRes
22
22
  }
23
23
  declare const StopAppBlockBuilderCommand_base: {
24
24
  new (input: StopAppBlockBuilderCommandInput): import("@smithy/smithy-client").CommandImpl<StopAppBlockBuilderCommandInput, StopAppBlockBuilderCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StopAppBlockBuilderCommandInput): import("@smithy/smithy-client").CommandImpl<StopAppBlockBuilderCommandInput, StopAppBlockBuilderCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Stops an app block builder.</p>
30
30
  * <p>Stopping an app block builder terminates the instance, and the instance state is not
31
31
  * persisted.</p>
@@ -100,6 +100,7 @@ declare const StopAppBlockBuilderCommand_base: {
100
100
  * @throws {@link AppStreamServiceException}
101
101
  * <p>Base exception class for all service exceptions from AppStream service.</p>
102
102
  *
103
+ * @public
103
104
  */
104
105
  export declare class StopAppBlockBuilderCommand extends StopAppBlockBuilderCommand_base {
105
106
  }
@@ -22,10 +22,10 @@ export interface StopFleetCommandOutput extends StopFleetResult, __MetadataBeare
22
22
  }
23
23
  declare const StopFleetCommand_base: {
24
24
  new (input: StopFleetCommandInput): import("@smithy/smithy-client").CommandImpl<StopFleetCommandInput, StopFleetCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StopFleetCommandInput): import("@smithy/smithy-client").CommandImpl<StopFleetCommandInput, StopFleetCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Stops the specified fleet.</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 StopFleetCommand_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 StopFleetCommand extends StopFleetCommand_base {
62
63
  }
@@ -22,10 +22,10 @@ export interface StopImageBuilderCommandOutput extends StopImageBuilderResult, _
22
22
  }
23
23
  declare const StopImageBuilderCommand_base: {
24
24
  new (input: StopImageBuilderCommandInput): import("@smithy/smithy-client").CommandImpl<StopImageBuilderCommandInput, StopImageBuilderCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StopImageBuilderCommandInput): import("@smithy/smithy-client").CommandImpl<StopImageBuilderCommandInput, StopImageBuilderCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Stops the specified image builder.</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 StopImageBuilderCommand_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 StopImageBuilderCommand extends StopImageBuilderCommand_base {
113
114
  }
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
22
22
  }
23
23
  declare const TagResourceCommand_base: {
24
24
  new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds or overwrites one or more tags for the specified AppStream 2.0 resource. You can tag AppStream 2.0 image builders, images, fleets, and stacks.</p>
30
30
  * <p>Each tag consists of a key and an optional value. If a resource already has a tag with the same key,
31
31
  * this operation updates its value.</p>
@@ -68,6 +68,7 @@ declare const TagResourceCommand_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 TagResourceCommand extends TagResourceCommand_base {
73
74
  }
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
22
22
  }
23
23
  declare const UntagResourceCommand_base: {
24
24
  new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Disassociates one or more specified tags from the specified AppStream 2.0 resource.</p>
30
30
  * <p>To list the current tags for your resources, use <a>ListTagsForResource</a>.</p>
31
31
  * <p>For more information about tags, see <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/tagging-basic.html">Tagging Your Resources</a> in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>
@@ -59,6 +59,7 @@ declare const UntagResourceCommand_base: {
59
59
  * @throws {@link AppStreamServiceException}
60
60
  * <p>Base exception class for all service exceptions from AppStream service.</p>
61
61
  *
62
+ * @public
62
63
  */
63
64
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
64
65
  }
@@ -22,10 +22,10 @@ export interface UpdateAppBlockBuilderCommandOutput extends UpdateAppBlockBuilde
22
22
  }
23
23
  declare const UpdateAppBlockBuilderCommand_base: {
24
24
  new (input: UpdateAppBlockBuilderCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAppBlockBuilderCommandInput, UpdateAppBlockBuilderCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateAppBlockBuilderCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAppBlockBuilderCommandInput, UpdateAppBlockBuilderCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates an app block builder.</p>
30
30
  * <p>If the app block builder is in the <code>STARTING</code> or <code>STOPPING</code>
31
31
  * state, you can't update it. If the app block builder is in the <code>RUNNING</code>
@@ -146,6 +146,7 @@ declare const UpdateAppBlockBuilderCommand_base: {
146
146
  * @throws {@link AppStreamServiceException}
147
147
  * <p>Base exception class for all service exceptions from AppStream service.</p>
148
148
  *
149
+ * @public
149
150
  */
150
151
  export declare class UpdateAppBlockBuilderCommand extends UpdateAppBlockBuilderCommand_base {
151
152
  }
@@ -22,10 +22,10 @@ export interface UpdateApplicationCommandOutput extends UpdateApplicationResult,
22
22
  }
23
23
  declare const UpdateApplicationCommand_base: {
24
24
  new (input: UpdateApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the specified application.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -100,6 +100,7 @@ declare const UpdateApplicationCommand_base: {
100
100
  * @throws {@link AppStreamServiceException}
101
101
  * <p>Base exception class for all service exceptions from AppStream service.</p>
102
102
  *
103
+ * @public
103
104
  */
104
105
  export declare class UpdateApplicationCommand extends UpdateApplicationCommand_base {
105
106
  }
@@ -22,10 +22,10 @@ export interface UpdateDirectoryConfigCommandOutput extends UpdateDirectoryConfi
22
22
  }
23
23
  declare const UpdateDirectoryConfigCommand_base: {
24
24
  new (input: UpdateDirectoryConfigCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDirectoryConfigCommandInput, UpdateDirectoryConfigCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateDirectoryConfigCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDirectoryConfigCommandInput, UpdateDirectoryConfigCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the specified 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.
@@ -93,6 +93,7 @@ declare const UpdateDirectoryConfigCommand_base: {
93
93
  * @throws {@link AppStreamServiceException}
94
94
  * <p>Base exception class for all service exceptions from AppStream service.</p>
95
95
  *
96
+ * @public
96
97
  */
97
98
  export declare class UpdateDirectoryConfigCommand extends UpdateDirectoryConfigCommand_base {
98
99
  }
@@ -22,10 +22,10 @@ export interface UpdateEntitlementCommandOutput extends UpdateEntitlementResult,
22
22
  }
23
23
  declare const UpdateEntitlementCommand_base: {
24
24
  new (input: UpdateEntitlementCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEntitlementCommandInput, UpdateEntitlementCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateEntitlementCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEntitlementCommandInput, UpdateEntitlementCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the specified entitlement.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -87,6 +87,7 @@ declare const UpdateEntitlementCommand_base: {
87
87
  * @throws {@link AppStreamServiceException}
88
88
  * <p>Base exception class for all service exceptions from AppStream service.</p>
89
89
  *
90
+ * @public
90
91
  */
91
92
  export declare class UpdateEntitlementCommand extends UpdateEntitlementCommand_base {
92
93
  }
@@ -22,10 +22,10 @@ export interface UpdateFleetCommandOutput extends UpdateFleetResult, __MetadataB
22
22
  }
23
23
  declare const UpdateFleetCommand_base: {
24
24
  new (input: UpdateFleetCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFleetCommandInput, UpdateFleetCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [UpdateFleetCommandInput]): import("@smithy/smithy-client").CommandImpl<UpdateFleetCommandInput, UpdateFleetCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the specified fleet.</p>
30
30
  * <p>If the fleet is in the <code>STOPPED</code> state, you can update any attribute except
31
31
  * the fleet name.</p>
@@ -203,6 +203,7 @@ declare const UpdateFleetCommand_base: {
203
203
  * @throws {@link AppStreamServiceException}
204
204
  * <p>Base exception class for all service exceptions from AppStream service.</p>
205
205
  *
206
+ * @public
206
207
  */
207
208
  export declare class UpdateFleetCommand extends UpdateFleetCommand_base {
208
209
  }
@@ -22,10 +22,10 @@ export interface UpdateImagePermissionsCommandOutput extends UpdateImagePermissi
22
22
  }
23
23
  declare const UpdateImagePermissionsCommand_base: {
24
24
  new (input: UpdateImagePermissionsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateImagePermissionsCommandInput, UpdateImagePermissionsCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateImagePermissionsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateImagePermissionsCommandInput, UpdateImagePermissionsCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds or updates permissions for the specified private image. </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 UpdateImagePermissionsCommand_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 UpdateImagePermissionsCommand extends UpdateImagePermissionsCommand_base {
70
71
  }
@@ -22,10 +22,10 @@ export interface UpdateStackCommandOutput extends UpdateStackResult, __MetadataB
22
22
  }
23
23
  declare const UpdateStackCommand_base: {
24
24
  new (input: UpdateStackCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateStackCommandInput, UpdateStackCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateStackCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateStackCommandInput, UpdateStackCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the specified fields for the specified stack.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -167,6 +167,7 @@ declare const UpdateStackCommand_base: {
167
167
  * @throws {@link AppStreamServiceException}
168
168
  * <p>Base exception class for all service exceptions from AppStream service.</p>
169
169
  *
170
+ * @public
170
171
  */
171
172
  export declare class UpdateStackCommand extends UpdateStackCommand_base {
172
173
  }
@@ -29,5 +29,4 @@ export * from "./commands";
29
29
  export * from "./pagination";
30
30
  export * from "./waiters";
31
31
  export * from "./models";
32
- import "@aws-sdk/util-endpoints";
33
32
  export { AppStreamServiceException } from "./models/AppStreamServiceException";