@aws-sdk/client-appstream 3.529.1 → 3.535.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (163) hide show
  1. package/dist-types/AppStream.d.ts +16 -1
  2. package/dist-types/AppStreamClient.d.ts +1 -1
  3. package/dist-types/commands/AssociateAppBlockBuilderAppBlockCommand.d.ts +2 -1
  4. package/dist-types/commands/AssociateApplicationFleetCommand.d.ts +2 -1
  5. package/dist-types/commands/AssociateApplicationToEntitlementCommand.d.ts +2 -1
  6. package/dist-types/commands/AssociateFleetCommand.d.ts +2 -1
  7. package/dist-types/commands/BatchAssociateUserStackCommand.d.ts +2 -1
  8. package/dist-types/commands/BatchDisassociateUserStackCommand.d.ts +2 -1
  9. package/dist-types/commands/CopyImageCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateAppBlockBuilderCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateAppBlockBuilderStreamingURLCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateAppBlockCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateApplicationCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateDirectoryConfigCommand.d.ts +2 -1
  15. package/dist-types/commands/CreateEntitlementCommand.d.ts +2 -1
  16. package/dist-types/commands/CreateFleetCommand.d.ts +2 -1
  17. package/dist-types/commands/CreateImageBuilderCommand.d.ts +2 -1
  18. package/dist-types/commands/CreateImageBuilderStreamingURLCommand.d.ts +2 -1
  19. package/dist-types/commands/CreateStackCommand.d.ts +2 -1
  20. package/dist-types/commands/CreateStreamingURLCommand.d.ts +2 -1
  21. package/dist-types/commands/CreateUpdatedImageCommand.d.ts +2 -1
  22. package/dist-types/commands/CreateUsageReportSubscriptionCommand.d.ts +2 -1
  23. package/dist-types/commands/CreateUserCommand.d.ts +2 -1
  24. package/dist-types/commands/DeleteAppBlockBuilderCommand.d.ts +2 -1
  25. package/dist-types/commands/DeleteAppBlockCommand.d.ts +2 -1
  26. package/dist-types/commands/DeleteApplicationCommand.d.ts +2 -1
  27. package/dist-types/commands/DeleteDirectoryConfigCommand.d.ts +2 -1
  28. package/dist-types/commands/DeleteEntitlementCommand.d.ts +2 -1
  29. package/dist-types/commands/DeleteFleetCommand.d.ts +2 -1
  30. package/dist-types/commands/DeleteImageBuilderCommand.d.ts +2 -1
  31. package/dist-types/commands/DeleteImageCommand.d.ts +2 -1
  32. package/dist-types/commands/DeleteImagePermissionsCommand.d.ts +2 -1
  33. package/dist-types/commands/DeleteStackCommand.d.ts +2 -1
  34. package/dist-types/commands/DeleteUsageReportSubscriptionCommand.d.ts +2 -1
  35. package/dist-types/commands/DeleteUserCommand.d.ts +2 -1
  36. package/dist-types/commands/DescribeAppBlockBuilderAppBlockAssociationsCommand.d.ts +2 -1
  37. package/dist-types/commands/DescribeAppBlockBuildersCommand.d.ts +2 -1
  38. package/dist-types/commands/DescribeAppBlocksCommand.d.ts +2 -1
  39. package/dist-types/commands/DescribeApplicationFleetAssociationsCommand.d.ts +2 -1
  40. package/dist-types/commands/DescribeApplicationsCommand.d.ts +2 -1
  41. package/dist-types/commands/DescribeDirectoryConfigsCommand.d.ts +2 -1
  42. package/dist-types/commands/DescribeEntitlementsCommand.d.ts +2 -1
  43. package/dist-types/commands/DescribeFleetsCommand.d.ts +2 -1
  44. package/dist-types/commands/DescribeImageBuildersCommand.d.ts +2 -1
  45. package/dist-types/commands/DescribeImagePermissionsCommand.d.ts +2 -1
  46. package/dist-types/commands/DescribeImagesCommand.d.ts +2 -1
  47. package/dist-types/commands/DescribeSessionsCommand.d.ts +2 -1
  48. package/dist-types/commands/DescribeStacksCommand.d.ts +2 -1
  49. package/dist-types/commands/DescribeUsageReportSubscriptionsCommand.d.ts +2 -1
  50. package/dist-types/commands/DescribeUserStackAssociationsCommand.d.ts +2 -1
  51. package/dist-types/commands/DescribeUsersCommand.d.ts +2 -1
  52. package/dist-types/commands/DisableUserCommand.d.ts +2 -1
  53. package/dist-types/commands/DisassociateAppBlockBuilderAppBlockCommand.d.ts +2 -1
  54. package/dist-types/commands/DisassociateApplicationFleetCommand.d.ts +2 -1
  55. package/dist-types/commands/DisassociateApplicationFromEntitlementCommand.d.ts +2 -1
  56. package/dist-types/commands/DisassociateFleetCommand.d.ts +2 -1
  57. package/dist-types/commands/EnableUserCommand.d.ts +2 -1
  58. package/dist-types/commands/ExpireSessionCommand.d.ts +2 -1
  59. package/dist-types/commands/ListAssociatedFleetsCommand.d.ts +2 -1
  60. package/dist-types/commands/ListAssociatedStacksCommand.d.ts +2 -1
  61. package/dist-types/commands/ListEntitledApplicationsCommand.d.ts +2 -1
  62. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  63. package/dist-types/commands/StartAppBlockBuilderCommand.d.ts +2 -1
  64. package/dist-types/commands/StartFleetCommand.d.ts +2 -1
  65. package/dist-types/commands/StartImageBuilderCommand.d.ts +2 -1
  66. package/dist-types/commands/StopAppBlockBuilderCommand.d.ts +2 -1
  67. package/dist-types/commands/StopFleetCommand.d.ts +2 -1
  68. package/dist-types/commands/StopImageBuilderCommand.d.ts +2 -1
  69. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  70. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  71. package/dist-types/commands/UpdateAppBlockBuilderCommand.d.ts +2 -1
  72. package/dist-types/commands/UpdateApplicationCommand.d.ts +2 -1
  73. package/dist-types/commands/UpdateDirectoryConfigCommand.d.ts +2 -1
  74. package/dist-types/commands/UpdateEntitlementCommand.d.ts +2 -1
  75. package/dist-types/commands/UpdateFleetCommand.d.ts +2 -1
  76. package/dist-types/commands/UpdateImagePermissionsCommand.d.ts +2 -1
  77. package/dist-types/commands/UpdateStackCommand.d.ts +2 -1
  78. package/dist-types/models/models_0.d.ts +662 -662
  79. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  80. package/dist-types/runtimeConfig.d.ts +2 -2
  81. package/dist-types/runtimeConfig.native.d.ts +2 -2
  82. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  83. package/dist-types/ts3.4/AppStream.d.ts +15 -0
  84. package/dist-types/ts3.4/commands/AssociateAppBlockBuilderAppBlockCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/AssociateApplicationFleetCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/AssociateApplicationToEntitlementCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/AssociateFleetCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/BatchAssociateUserStackCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/BatchDisassociateUserStackCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/CopyImageCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/CreateAppBlockBuilderCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/CreateAppBlockBuilderStreamingURLCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/CreateAppBlockCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/CreateDirectoryConfigCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/CreateEntitlementCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/CreateImageBuilderCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/CreateImageBuilderStreamingURLCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/CreateStackCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/CreateStreamingURLCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/CreateUpdatedImageCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/CreateUsageReportSubscriptionCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/DeleteAppBlockBuilderCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/DeleteAppBlockCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/DeleteDirectoryConfigCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/DeleteEntitlementCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/DeleteFleetCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/DeleteImageBuilderCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/DeleteImageCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/DeleteImagePermissionsCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/DeleteStackCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/commands/DeleteUsageReportSubscriptionCommand.d.ts +9 -0
  116. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +9 -0
  117. package/dist-types/ts3.4/commands/DescribeAppBlockBuilderAppBlockAssociationsCommand.d.ts +9 -0
  118. package/dist-types/ts3.4/commands/DescribeAppBlockBuildersCommand.d.ts +9 -0
  119. package/dist-types/ts3.4/commands/DescribeAppBlocksCommand.d.ts +9 -0
  120. package/dist-types/ts3.4/commands/DescribeApplicationFleetAssociationsCommand.d.ts +9 -0
  121. package/dist-types/ts3.4/commands/DescribeApplicationsCommand.d.ts +9 -0
  122. package/dist-types/ts3.4/commands/DescribeDirectoryConfigsCommand.d.ts +9 -0
  123. package/dist-types/ts3.4/commands/DescribeEntitlementsCommand.d.ts +9 -0
  124. package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +9 -0
  125. package/dist-types/ts3.4/commands/DescribeImageBuildersCommand.d.ts +9 -0
  126. package/dist-types/ts3.4/commands/DescribeImagePermissionsCommand.d.ts +9 -0
  127. package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +9 -0
  128. package/dist-types/ts3.4/commands/DescribeSessionsCommand.d.ts +9 -0
  129. package/dist-types/ts3.4/commands/DescribeStacksCommand.d.ts +9 -0
  130. package/dist-types/ts3.4/commands/DescribeUsageReportSubscriptionsCommand.d.ts +9 -0
  131. package/dist-types/ts3.4/commands/DescribeUserStackAssociationsCommand.d.ts +9 -0
  132. package/dist-types/ts3.4/commands/DescribeUsersCommand.d.ts +9 -0
  133. package/dist-types/ts3.4/commands/DisableUserCommand.d.ts +9 -0
  134. package/dist-types/ts3.4/commands/DisassociateAppBlockBuilderAppBlockCommand.d.ts +9 -0
  135. package/dist-types/ts3.4/commands/DisassociateApplicationFleetCommand.d.ts +9 -0
  136. package/dist-types/ts3.4/commands/DisassociateApplicationFromEntitlementCommand.d.ts +9 -0
  137. package/dist-types/ts3.4/commands/DisassociateFleetCommand.d.ts +9 -0
  138. package/dist-types/ts3.4/commands/EnableUserCommand.d.ts +9 -0
  139. package/dist-types/ts3.4/commands/ExpireSessionCommand.d.ts +9 -0
  140. package/dist-types/ts3.4/commands/ListAssociatedFleetsCommand.d.ts +9 -0
  141. package/dist-types/ts3.4/commands/ListAssociatedStacksCommand.d.ts +9 -0
  142. package/dist-types/ts3.4/commands/ListEntitledApplicationsCommand.d.ts +9 -0
  143. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  144. package/dist-types/ts3.4/commands/StartAppBlockBuilderCommand.d.ts +9 -0
  145. package/dist-types/ts3.4/commands/StartFleetCommand.d.ts +9 -0
  146. package/dist-types/ts3.4/commands/StartImageBuilderCommand.d.ts +9 -0
  147. package/dist-types/ts3.4/commands/StopAppBlockBuilderCommand.d.ts +9 -0
  148. package/dist-types/ts3.4/commands/StopFleetCommand.d.ts +9 -0
  149. package/dist-types/ts3.4/commands/StopImageBuilderCommand.d.ts +9 -0
  150. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  151. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  152. package/dist-types/ts3.4/commands/UpdateAppBlockBuilderCommand.d.ts +9 -0
  153. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +9 -0
  154. package/dist-types/ts3.4/commands/UpdateDirectoryConfigCommand.d.ts +9 -0
  155. package/dist-types/ts3.4/commands/UpdateEntitlementCommand.d.ts +9 -0
  156. package/dist-types/ts3.4/commands/UpdateFleetCommand.d.ts +9 -0
  157. package/dist-types/ts3.4/commands/UpdateImagePermissionsCommand.d.ts +9 -0
  158. package/dist-types/ts3.4/commands/UpdateStackCommand.d.ts +9 -0
  159. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  160. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  161. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  162. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  163. package/package.json +41 -41
@@ -21,6 +21,15 @@ declare const DeleteImageCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteImageCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteImageCommandInput,
28
+ DeleteImageCommandOutput,
29
+ AppStreamClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteImageCommand extends DeleteImageCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteImagePermissionsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteImagePermissionsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteImagePermissionsCommandInput,
32
+ DeleteImagePermissionsCommandOutput,
33
+ AppStreamClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteImagePermissionsCommand extends DeleteImagePermissionsCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteStackCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteStackCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteStackCommandInput,
28
+ DeleteStackCommandOutput,
29
+ AppStreamClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteStackCommand extends DeleteStackCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteUsageReportSubscriptionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [DeleteUsageReportSubscriptionCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteUsageReportSubscriptionCommandInput,
32
+ DeleteUsageReportSubscriptionCommandOutput,
33
+ AppStreamClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteUsageReportSubscriptionCommand extends DeleteUsageReportSubscriptionCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteUserCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteUserCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteUserCommandInput,
28
+ DeleteUserCommandOutput,
29
+ AppStreamClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteUserCommand extends DeleteUserCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeAppBlockBuilderAppBlockAssociationsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [DescribeAppBlockBuilderAppBlockAssociationsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeAppBlockBuilderAppBlockAssociationsCommandInput,
32
+ DescribeAppBlockBuilderAppBlockAssociationsCommandOutput,
33
+ AppStreamClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeAppBlockBuilderAppBlockAssociationsCommand extends DescribeAppBlockBuilderAppBlockAssociationsCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeAppBlockBuildersCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [DescribeAppBlockBuildersCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeAppBlockBuildersCommandInput,
32
+ DescribeAppBlockBuildersCommandOutput,
33
+ AppStreamClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeAppBlockBuildersCommand extends DescribeAppBlockBuildersCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeAppBlocksCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [DescribeAppBlocksCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeAppBlocksCommandInput,
32
+ DescribeAppBlocksCommandOutput,
33
+ AppStreamClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeAppBlocksCommand extends DescribeAppBlocksCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeApplicationFleetAssociationsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [DescribeApplicationFleetAssociationsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeApplicationFleetAssociationsCommandInput,
32
+ DescribeApplicationFleetAssociationsCommandOutput,
33
+ AppStreamClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeApplicationFleetAssociationsCommand extends DescribeApplicationFleetAssociationsCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeApplicationsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [DescribeApplicationsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeApplicationsCommandInput,
32
+ DescribeApplicationsCommandOutput,
33
+ AppStreamClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeApplicationsCommand extends DescribeApplicationsCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeDirectoryConfigsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [DescribeDirectoryConfigsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeDirectoryConfigsCommandInput,
32
+ DescribeDirectoryConfigsCommandOutput,
33
+ AppStreamClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeDirectoryConfigsCommand extends DescribeDirectoryConfigsCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeEntitlementsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeEntitlementsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeEntitlementsCommandInput,
32
+ DescribeEntitlementsCommandOutput,
33
+ AppStreamClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeEntitlementsCommand extends DescribeEntitlementsCommand_base {}
@@ -24,6 +24,15 @@ declare const DescribeFleetsCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [DescribeFleetsCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DescribeFleetsCommandInput,
31
+ DescribeFleetsCommandOutput,
32
+ AppStreamClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DescribeFleetsCommand extends DescribeFleetsCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeImageBuildersCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [DescribeImageBuildersCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeImageBuildersCommandInput,
32
+ DescribeImageBuildersCommandOutput,
33
+ AppStreamClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeImageBuildersCommand extends DescribeImageBuildersCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeImagePermissionsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeImagePermissionsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeImagePermissionsCommandInput,
32
+ DescribeImagePermissionsCommandOutput,
33
+ AppStreamClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeImagePermissionsCommand extends DescribeImagePermissionsCommand_base {}
@@ -24,6 +24,15 @@ declare const DescribeImagesCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [DescribeImagesCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DescribeImagesCommandInput,
31
+ DescribeImagesCommandOutput,
32
+ AppStreamClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DescribeImagesCommand extends DescribeImagesCommand_base {}
@@ -24,6 +24,15 @@ declare const DescribeSessionsCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DescribeSessionsCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DescribeSessionsCommandInput,
31
+ DescribeSessionsCommandOutput,
32
+ AppStreamClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DescribeSessionsCommand extends DescribeSessionsCommand_base {}
@@ -24,6 +24,15 @@ declare const DescribeStacksCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [DescribeStacksCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DescribeStacksCommandInput,
31
+ DescribeStacksCommandOutput,
32
+ AppStreamClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DescribeStacksCommand extends DescribeStacksCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeUsageReportSubscriptionsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [DescribeUsageReportSubscriptionsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeUsageReportSubscriptionsCommandInput,
32
+ DescribeUsageReportSubscriptionsCommandOutput,
33
+ AppStreamClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeUsageReportSubscriptionsCommand extends DescribeUsageReportSubscriptionsCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeUserStackAssociationsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [DescribeUserStackAssociationsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeUserStackAssociationsCommandInput,
32
+ DescribeUserStackAssociationsCommandOutput,
33
+ AppStreamClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeUserStackAssociationsCommand extends DescribeUserStackAssociationsCommand_base {}
@@ -21,6 +21,15 @@ declare const DescribeUsersCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DescribeUsersCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DescribeUsersCommandInput,
28
+ DescribeUsersCommandOutput,
29
+ AppStreamClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DescribeUsersCommand extends DescribeUsersCommand_base {}
@@ -21,6 +21,15 @@ declare const DisableUserCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DisableUserCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DisableUserCommandInput,
28
+ DisableUserCommandOutput,
29
+ AppStreamClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DisableUserCommand extends DisableUserCommand_base {}
@@ -25,6 +25,15 @@ declare const DisassociateAppBlockBuilderAppBlockCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DisassociateAppBlockBuilderAppBlockCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DisassociateAppBlockBuilderAppBlockCommandInput,
32
+ DisassociateAppBlockBuilderAppBlockCommandOutput,
33
+ AppStreamClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DisassociateAppBlockBuilderAppBlockCommand extends DisassociateAppBlockBuilderAppBlockCommand_base {}
@@ -25,6 +25,15 @@ declare const DisassociateApplicationFleetCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DisassociateApplicationFleetCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DisassociateApplicationFleetCommandInput,
32
+ DisassociateApplicationFleetCommandOutput,
33
+ AppStreamClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DisassociateApplicationFleetCommand extends DisassociateApplicationFleetCommand_base {}
@@ -25,6 +25,15 @@ declare const DisassociateApplicationFromEntitlementCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DisassociateApplicationFromEntitlementCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DisassociateApplicationFromEntitlementCommandInput,
32
+ DisassociateApplicationFromEntitlementCommandOutput,
33
+ AppStreamClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DisassociateApplicationFromEntitlementCommand extends DisassociateApplicationFromEntitlementCommand_base {}
@@ -25,6 +25,15 @@ declare const DisassociateFleetCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DisassociateFleetCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DisassociateFleetCommandInput,
32
+ DisassociateFleetCommandOutput,
33
+ AppStreamClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DisassociateFleetCommand extends DisassociateFleetCommand_base {}
@@ -21,6 +21,15 @@ declare const EnableUserCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: EnableUserCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ EnableUserCommandInput,
28
+ EnableUserCommandOutput,
29
+ AppStreamClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class EnableUserCommand extends EnableUserCommand_base {}
@@ -21,6 +21,15 @@ declare const ExpireSessionCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: ExpireSessionCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ ExpireSessionCommandInput,
28
+ ExpireSessionCommandOutput,
29
+ AppStreamClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class ExpireSessionCommand extends ExpireSessionCommand_base {}
@@ -25,6 +25,15 @@ declare const ListAssociatedFleetsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListAssociatedFleetsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListAssociatedFleetsCommandInput,
32
+ ListAssociatedFleetsCommandOutput,
33
+ AppStreamClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListAssociatedFleetsCommand extends ListAssociatedFleetsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListAssociatedStacksCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListAssociatedStacksCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListAssociatedStacksCommandInput,
32
+ ListAssociatedStacksCommandOutput,
33
+ AppStreamClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListAssociatedStacksCommand extends ListAssociatedStacksCommand_base {}
@@ -25,6 +25,15 @@ declare const ListEntitledApplicationsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListEntitledApplicationsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListEntitledApplicationsCommandInput,
32
+ ListEntitledApplicationsCommandOutput,
33
+ AppStreamClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListEntitledApplicationsCommand extends ListEntitledApplicationsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListTagsForResourceCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListTagsForResourceCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListTagsForResourceCommandInput,
32
+ ListTagsForResourceCommandOutput,
33
+ AppStreamClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
@@ -25,6 +25,15 @@ declare const StartAppBlockBuilderCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: StartAppBlockBuilderCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ StartAppBlockBuilderCommandInput,
32
+ StartAppBlockBuilderCommandOutput,
33
+ AppStreamClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class StartAppBlockBuilderCommand extends StartAppBlockBuilderCommand_base {}
@@ -21,6 +21,15 @@ declare const StartFleetCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: StartFleetCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ StartFleetCommandInput,
28
+ StartFleetCommandOutput,
29
+ AppStreamClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class StartFleetCommand extends StartFleetCommand_base {}
@@ -25,6 +25,15 @@ declare const StartImageBuilderCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: StartImageBuilderCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ StartImageBuilderCommandInput,
32
+ StartImageBuilderCommandOutput,
33
+ AppStreamClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class StartImageBuilderCommand extends StartImageBuilderCommand_base {}
@@ -25,6 +25,15 @@ declare const StopAppBlockBuilderCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: StopAppBlockBuilderCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ StopAppBlockBuilderCommandInput,
32
+ StopAppBlockBuilderCommandOutput,
33
+ AppStreamClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class StopAppBlockBuilderCommand extends StopAppBlockBuilderCommand_base {}
@@ -21,6 +21,15 @@ declare const StopFleetCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: StopFleetCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ StopFleetCommandInput,
28
+ StopFleetCommandOutput,
29
+ AppStreamClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class StopFleetCommand extends StopFleetCommand_base {}
@@ -24,6 +24,15 @@ declare const StopImageBuilderCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: StopImageBuilderCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ StopImageBuilderCommandInput,
31
+ StopImageBuilderCommandOutput,
32
+ AppStreamClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class StopImageBuilderCommand extends StopImageBuilderCommand_base {}