@aws-sdk/client-appstream 3.50.0 → 3.51.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 (86) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/AppStream.d.ts +330 -0
  3. package/dist-types/ts3.4/AppStreamClient.d.ts +138 -0
  4. package/dist-types/ts3.4/commands/AssociateApplicationFleetCommand.d.ts +17 -0
  5. package/dist-types/ts3.4/commands/AssociateApplicationToEntitlementCommand.d.ts +17 -0
  6. package/dist-types/ts3.4/commands/AssociateFleetCommand.d.ts +17 -0
  7. package/dist-types/ts3.4/commands/BatchAssociateUserStackCommand.d.ts +17 -0
  8. package/dist-types/ts3.4/commands/BatchDisassociateUserStackCommand.d.ts +17 -0
  9. package/dist-types/ts3.4/commands/CopyImageCommand.d.ts +17 -0
  10. package/dist-types/ts3.4/commands/CreateAppBlockCommand.d.ts +17 -0
  11. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +17 -0
  12. package/dist-types/ts3.4/commands/CreateDirectoryConfigCommand.d.ts +17 -0
  13. package/dist-types/ts3.4/commands/CreateEntitlementCommand.d.ts +17 -0
  14. package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +17 -0
  15. package/dist-types/ts3.4/commands/CreateImageBuilderCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/CreateImageBuilderStreamingURLCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/CreateStackCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/CreateStreamingURLCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/CreateUpdatedImageCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/CreateUsageReportSubscriptionCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/DeleteAppBlockCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/DeleteDirectoryConfigCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/DeleteEntitlementCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/DeleteFleetCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/DeleteImageBuilderCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/DeleteImageCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/DeleteImagePermissionsCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/DeleteStackCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/DeleteUsageReportSubscriptionCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/DescribeAppBlocksCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/DescribeApplicationFleetAssociationsCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/DescribeApplicationsCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/DescribeDirectoryConfigsCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/DescribeEntitlementsCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/DescribeImageBuildersCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/DescribeImagePermissionsCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/DescribeSessionsCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/DescribeStacksCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/DescribeUsageReportSubscriptionsCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/DescribeUserStackAssociationsCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/DescribeUsersCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/DisableUserCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/DisassociateApplicationFleetCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/DisassociateApplicationFromEntitlementCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/DisassociateFleetCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/EnableUserCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/ExpireSessionCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/ListAssociatedFleetsCommand.d.ts +17 -0
  54. package/dist-types/ts3.4/commands/ListAssociatedStacksCommand.d.ts +17 -0
  55. package/dist-types/ts3.4/commands/ListEntitledApplicationsCommand.d.ts +17 -0
  56. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  57. package/dist-types/ts3.4/commands/StartFleetCommand.d.ts +17 -0
  58. package/dist-types/ts3.4/commands/StartImageBuilderCommand.d.ts +17 -0
  59. package/dist-types/ts3.4/commands/StopFleetCommand.d.ts +17 -0
  60. package/dist-types/ts3.4/commands/StopImageBuilderCommand.d.ts +17 -0
  61. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  62. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  63. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/UpdateDirectoryConfigCommand.d.ts +17 -0
  65. package/dist-types/ts3.4/commands/UpdateEntitlementCommand.d.ts +17 -0
  66. package/dist-types/ts3.4/commands/UpdateFleetCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/UpdateImagePermissionsCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/UpdateStackCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/index.d.ts +65 -0
  70. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  71. package/dist-types/ts3.4/index.d.ts +6 -0
  72. package/dist-types/ts3.4/models/index.d.ts +1 -0
  73. package/dist-types/ts3.4/models/models_0.d.ts +2315 -0
  74. package/dist-types/ts3.4/pagination/DescribeImagePermissionsPaginator.d.ts +4 -0
  75. package/dist-types/ts3.4/pagination/DescribeImagesPaginator.d.ts +4 -0
  76. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  77. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  78. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +197 -0
  79. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  80. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  81. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  82. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  83. package/dist-types/ts3.4/waiters/index.d.ts +2 -0
  84. package/dist-types/ts3.4/waiters/waitForFleetStarted.d.ts +7 -0
  85. package/dist-types/ts3.4/waiters/waitForFleetStopped.d.ts +7 -0
  86. package/package.json +8 -8
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import { CopyImageRequest, CopyImageResponse } from "../models/models_0";
5
+ export interface CopyImageCommandInput extends CopyImageRequest {
6
+ }
7
+ export interface CopyImageCommandOutput extends CopyImageResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CopyImageCommand extends $Command<CopyImageCommandInput, CopyImageCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: CopyImageCommandInput;
12
+ constructor(input: CopyImageCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CopyImageCommandInput, CopyImageCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import { CreateAppBlockRequest, CreateAppBlockResult } from "../models/models_0";
5
+ export interface CreateAppBlockCommandInput extends CreateAppBlockRequest {
6
+ }
7
+ export interface CreateAppBlockCommandOutput extends CreateAppBlockResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateAppBlockCommand extends $Command<CreateAppBlockCommandInput, CreateAppBlockCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: CreateAppBlockCommandInput;
12
+ constructor(input: CreateAppBlockCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAppBlockCommandInput, CreateAppBlockCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import { CreateApplicationRequest, CreateApplicationResult } from "../models/models_0";
5
+ export interface CreateApplicationCommandInput extends CreateApplicationRequest {
6
+ }
7
+ export interface CreateApplicationCommandOutput extends CreateApplicationResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateApplicationCommand extends $Command<CreateApplicationCommandInput, CreateApplicationCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: CreateApplicationCommandInput;
12
+ constructor(input: CreateApplicationCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateApplicationCommandInput, CreateApplicationCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import { CreateDirectoryConfigRequest, CreateDirectoryConfigResult } from "../models/models_0";
5
+ export interface CreateDirectoryConfigCommandInput extends CreateDirectoryConfigRequest {
6
+ }
7
+ export interface CreateDirectoryConfigCommandOutput extends CreateDirectoryConfigResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateDirectoryConfigCommand extends $Command<CreateDirectoryConfigCommandInput, CreateDirectoryConfigCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: CreateDirectoryConfigCommandInput;
12
+ constructor(input: CreateDirectoryConfigCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDirectoryConfigCommandInput, CreateDirectoryConfigCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import { CreateEntitlementRequest, CreateEntitlementResult } from "../models/models_0";
5
+ export interface CreateEntitlementCommandInput extends CreateEntitlementRequest {
6
+ }
7
+ export interface CreateEntitlementCommandOutput extends CreateEntitlementResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateEntitlementCommand extends $Command<CreateEntitlementCommandInput, CreateEntitlementCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: CreateEntitlementCommandInput;
12
+ constructor(input: CreateEntitlementCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateEntitlementCommandInput, CreateEntitlementCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import { CreateFleetRequest, CreateFleetResult } from "../models/models_0";
5
+ export interface CreateFleetCommandInput extends CreateFleetRequest {
6
+ }
7
+ export interface CreateFleetCommandOutput extends CreateFleetResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateFleetCommand extends $Command<CreateFleetCommandInput, CreateFleetCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: CreateFleetCommandInput;
12
+ constructor(input: CreateFleetCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFleetCommandInput, CreateFleetCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import { CreateImageBuilderRequest, CreateImageBuilderResult } from "../models/models_0";
5
+ export interface CreateImageBuilderCommandInput extends CreateImageBuilderRequest {
6
+ }
7
+ export interface CreateImageBuilderCommandOutput extends CreateImageBuilderResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateImageBuilderCommand extends $Command<CreateImageBuilderCommandInput, CreateImageBuilderCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: CreateImageBuilderCommandInput;
12
+ constructor(input: CreateImageBuilderCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateImageBuilderCommandInput, CreateImageBuilderCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import { CreateImageBuilderStreamingURLRequest, CreateImageBuilderStreamingURLResult } from "../models/models_0";
5
+ export interface CreateImageBuilderStreamingURLCommandInput extends CreateImageBuilderStreamingURLRequest {
6
+ }
7
+ export interface CreateImageBuilderStreamingURLCommandOutput extends CreateImageBuilderStreamingURLResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateImageBuilderStreamingURLCommand extends $Command<CreateImageBuilderStreamingURLCommandInput, CreateImageBuilderStreamingURLCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: CreateImageBuilderStreamingURLCommandInput;
12
+ constructor(input: CreateImageBuilderStreamingURLCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateImageBuilderStreamingURLCommandInput, CreateImageBuilderStreamingURLCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import { CreateStackRequest, CreateStackResult } from "../models/models_0";
5
+ export interface CreateStackCommandInput extends CreateStackRequest {
6
+ }
7
+ export interface CreateStackCommandOutput extends CreateStackResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateStackCommand extends $Command<CreateStackCommandInput, CreateStackCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: CreateStackCommandInput;
12
+ constructor(input: CreateStackCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateStackCommandInput, CreateStackCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import { CreateStreamingURLRequest, CreateStreamingURLResult } from "../models/models_0";
5
+ export interface CreateStreamingURLCommandInput extends CreateStreamingURLRequest {
6
+ }
7
+ export interface CreateStreamingURLCommandOutput extends CreateStreamingURLResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateStreamingURLCommand extends $Command<CreateStreamingURLCommandInput, CreateStreamingURLCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: CreateStreamingURLCommandInput;
12
+ constructor(input: CreateStreamingURLCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateStreamingURLCommandInput, CreateStreamingURLCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import { CreateUpdatedImageRequest, CreateUpdatedImageResult } from "../models/models_0";
5
+ export interface CreateUpdatedImageCommandInput extends CreateUpdatedImageRequest {
6
+ }
7
+ export interface CreateUpdatedImageCommandOutput extends CreateUpdatedImageResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateUpdatedImageCommand extends $Command<CreateUpdatedImageCommandInput, CreateUpdatedImageCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: CreateUpdatedImageCommandInput;
12
+ constructor(input: CreateUpdatedImageCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateUpdatedImageCommandInput, CreateUpdatedImageCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import { CreateUsageReportSubscriptionRequest, CreateUsageReportSubscriptionResult } from "../models/models_0";
5
+ export interface CreateUsageReportSubscriptionCommandInput extends CreateUsageReportSubscriptionRequest {
6
+ }
7
+ export interface CreateUsageReportSubscriptionCommandOutput extends CreateUsageReportSubscriptionResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateUsageReportSubscriptionCommand extends $Command<CreateUsageReportSubscriptionCommandInput, CreateUsageReportSubscriptionCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: CreateUsageReportSubscriptionCommandInput;
12
+ constructor(input: CreateUsageReportSubscriptionCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateUsageReportSubscriptionCommandInput, CreateUsageReportSubscriptionCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import { CreateUserRequest, CreateUserResult } from "../models/models_0";
5
+ export interface CreateUserCommandInput extends CreateUserRequest {
6
+ }
7
+ export interface CreateUserCommandOutput extends CreateUserResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateUserCommand extends $Command<CreateUserCommandInput, CreateUserCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: CreateUserCommandInput;
12
+ constructor(input: CreateUserCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateUserCommandInput, CreateUserCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import { DeleteAppBlockRequest, DeleteAppBlockResult } from "../models/models_0";
5
+ export interface DeleteAppBlockCommandInput extends DeleteAppBlockRequest {
6
+ }
7
+ export interface DeleteAppBlockCommandOutput extends DeleteAppBlockResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteAppBlockCommand extends $Command<DeleteAppBlockCommandInput, DeleteAppBlockCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: DeleteAppBlockCommandInput;
12
+ constructor(input: DeleteAppBlockCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAppBlockCommandInput, DeleteAppBlockCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import { DeleteApplicationRequest, DeleteApplicationResult } from "../models/models_0";
5
+ export interface DeleteApplicationCommandInput extends DeleteApplicationRequest {
6
+ }
7
+ export interface DeleteApplicationCommandOutput extends DeleteApplicationResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteApplicationCommand extends $Command<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: DeleteApplicationCommandInput;
12
+ constructor(input: DeleteApplicationCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteApplicationCommandInput, DeleteApplicationCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import { DeleteDirectoryConfigRequest, DeleteDirectoryConfigResult } from "../models/models_0";
5
+ export interface DeleteDirectoryConfigCommandInput extends DeleteDirectoryConfigRequest {
6
+ }
7
+ export interface DeleteDirectoryConfigCommandOutput extends DeleteDirectoryConfigResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteDirectoryConfigCommand extends $Command<DeleteDirectoryConfigCommandInput, DeleteDirectoryConfigCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: DeleteDirectoryConfigCommandInput;
12
+ constructor(input: DeleteDirectoryConfigCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDirectoryConfigCommandInput, DeleteDirectoryConfigCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import { DeleteEntitlementRequest, DeleteEntitlementResult } from "../models/models_0";
5
+ export interface DeleteEntitlementCommandInput extends DeleteEntitlementRequest {
6
+ }
7
+ export interface DeleteEntitlementCommandOutput extends DeleteEntitlementResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteEntitlementCommand extends $Command<DeleteEntitlementCommandInput, DeleteEntitlementCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: DeleteEntitlementCommandInput;
12
+ constructor(input: DeleteEntitlementCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteEntitlementCommandInput, DeleteEntitlementCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import { DeleteFleetRequest, DeleteFleetResult } from "../models/models_0";
5
+ export interface DeleteFleetCommandInput extends DeleteFleetRequest {
6
+ }
7
+ export interface DeleteFleetCommandOutput extends DeleteFleetResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteFleetCommand extends $Command<DeleteFleetCommandInput, DeleteFleetCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: DeleteFleetCommandInput;
12
+ constructor(input: DeleteFleetCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFleetCommandInput, DeleteFleetCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import { DeleteImageBuilderRequest, DeleteImageBuilderResult } from "../models/models_0";
5
+ export interface DeleteImageBuilderCommandInput extends DeleteImageBuilderRequest {
6
+ }
7
+ export interface DeleteImageBuilderCommandOutput extends DeleteImageBuilderResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteImageBuilderCommand extends $Command<DeleteImageBuilderCommandInput, DeleteImageBuilderCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: DeleteImageBuilderCommandInput;
12
+ constructor(input: DeleteImageBuilderCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteImageBuilderCommandInput, DeleteImageBuilderCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import { DeleteImageRequest, DeleteImageResult } from "../models/models_0";
5
+ export interface DeleteImageCommandInput extends DeleteImageRequest {
6
+ }
7
+ export interface DeleteImageCommandOutput extends DeleteImageResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteImageCommand extends $Command<DeleteImageCommandInput, DeleteImageCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: DeleteImageCommandInput;
12
+ constructor(input: DeleteImageCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteImageCommandInput, DeleteImageCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import { DeleteImagePermissionsRequest, DeleteImagePermissionsResult } from "../models/models_0";
5
+ export interface DeleteImagePermissionsCommandInput extends DeleteImagePermissionsRequest {
6
+ }
7
+ export interface DeleteImagePermissionsCommandOutput extends DeleteImagePermissionsResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteImagePermissionsCommand extends $Command<DeleteImagePermissionsCommandInput, DeleteImagePermissionsCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: DeleteImagePermissionsCommandInput;
12
+ constructor(input: DeleteImagePermissionsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteImagePermissionsCommandInput, DeleteImagePermissionsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import { DeleteStackRequest, DeleteStackResult } from "../models/models_0";
5
+ export interface DeleteStackCommandInput extends DeleteStackRequest {
6
+ }
7
+ export interface DeleteStackCommandOutput extends DeleteStackResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteStackCommand extends $Command<DeleteStackCommandInput, DeleteStackCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: DeleteStackCommandInput;
12
+ constructor(input: DeleteStackCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteStackCommandInput, DeleteStackCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import { DeleteUsageReportSubscriptionRequest, DeleteUsageReportSubscriptionResult } from "../models/models_0";
5
+ export interface DeleteUsageReportSubscriptionCommandInput extends DeleteUsageReportSubscriptionRequest {
6
+ }
7
+ export interface DeleteUsageReportSubscriptionCommandOutput extends DeleteUsageReportSubscriptionResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteUsageReportSubscriptionCommand extends $Command<DeleteUsageReportSubscriptionCommandInput, DeleteUsageReportSubscriptionCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: DeleteUsageReportSubscriptionCommandInput;
12
+ constructor(input: DeleteUsageReportSubscriptionCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteUsageReportSubscriptionCommandInput, DeleteUsageReportSubscriptionCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import { DeleteUserRequest, DeleteUserResult } from "../models/models_0";
5
+ export interface DeleteUserCommandInput extends DeleteUserRequest {
6
+ }
7
+ export interface DeleteUserCommandOutput extends DeleteUserResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteUserCommand extends $Command<DeleteUserCommandInput, DeleteUserCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: DeleteUserCommandInput;
12
+ constructor(input: DeleteUserCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteUserCommandInput, DeleteUserCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import { DescribeAppBlocksRequest, DescribeAppBlocksResult } from "../models/models_0";
5
+ export interface DescribeAppBlocksCommandInput extends DescribeAppBlocksRequest {
6
+ }
7
+ export interface DescribeAppBlocksCommandOutput extends DescribeAppBlocksResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeAppBlocksCommand extends $Command<DescribeAppBlocksCommandInput, DescribeAppBlocksCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: DescribeAppBlocksCommandInput;
12
+ constructor(input: DescribeAppBlocksCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAppBlocksCommandInput, DescribeAppBlocksCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import { DescribeApplicationFleetAssociationsRequest, DescribeApplicationFleetAssociationsResult } from "../models/models_0";
5
+ export interface DescribeApplicationFleetAssociationsCommandInput extends DescribeApplicationFleetAssociationsRequest {
6
+ }
7
+ export interface DescribeApplicationFleetAssociationsCommandOutput extends DescribeApplicationFleetAssociationsResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeApplicationFleetAssociationsCommand extends $Command<DescribeApplicationFleetAssociationsCommandInput, DescribeApplicationFleetAssociationsCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: DescribeApplicationFleetAssociationsCommandInput;
12
+ constructor(input: DescribeApplicationFleetAssociationsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeApplicationFleetAssociationsCommandInput, DescribeApplicationFleetAssociationsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import { DescribeApplicationsRequest, DescribeApplicationsResult } from "../models/models_0";
5
+ export interface DescribeApplicationsCommandInput extends DescribeApplicationsRequest {
6
+ }
7
+ export interface DescribeApplicationsCommandOutput extends DescribeApplicationsResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeApplicationsCommand extends $Command<DescribeApplicationsCommandInput, DescribeApplicationsCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: DescribeApplicationsCommandInput;
12
+ constructor(input: DescribeApplicationsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeApplicationsCommandInput, DescribeApplicationsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import { DescribeDirectoryConfigsRequest, DescribeDirectoryConfigsResult } from "../models/models_0";
5
+ export interface DescribeDirectoryConfigsCommandInput extends DescribeDirectoryConfigsRequest {
6
+ }
7
+ export interface DescribeDirectoryConfigsCommandOutput extends DescribeDirectoryConfigsResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeDirectoryConfigsCommand extends $Command<DescribeDirectoryConfigsCommandInput, DescribeDirectoryConfigsCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: DescribeDirectoryConfigsCommandInput;
12
+ constructor(input: DescribeDirectoryConfigsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDirectoryConfigsCommandInput, DescribeDirectoryConfigsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import { DescribeEntitlementsRequest, DescribeEntitlementsResult } from "../models/models_0";
5
+ export interface DescribeEntitlementsCommandInput extends DescribeEntitlementsRequest {
6
+ }
7
+ export interface DescribeEntitlementsCommandOutput extends DescribeEntitlementsResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeEntitlementsCommand extends $Command<DescribeEntitlementsCommandInput, DescribeEntitlementsCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: DescribeEntitlementsCommandInput;
12
+ constructor(input: DescribeEntitlementsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEntitlementsCommandInput, DescribeEntitlementsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import { DescribeFleetsRequest, DescribeFleetsResult } from "../models/models_0";
5
+ export interface DescribeFleetsCommandInput extends DescribeFleetsRequest {
6
+ }
7
+ export interface DescribeFleetsCommandOutput extends DescribeFleetsResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeFleetsCommand extends $Command<DescribeFleetsCommandInput, DescribeFleetsCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: DescribeFleetsCommandInput;
12
+ constructor(input: DescribeFleetsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeFleetsCommandInput, DescribeFleetsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import { DescribeImageBuildersRequest, DescribeImageBuildersResult } from "../models/models_0";
5
+ export interface DescribeImageBuildersCommandInput extends DescribeImageBuildersRequest {
6
+ }
7
+ export interface DescribeImageBuildersCommandOutput extends DescribeImageBuildersResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeImageBuildersCommand extends $Command<DescribeImageBuildersCommandInput, DescribeImageBuildersCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: DescribeImageBuildersCommandInput;
12
+ constructor(input: DescribeImageBuildersCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeImageBuildersCommandInput, DescribeImageBuildersCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import { DescribeImagePermissionsRequest, DescribeImagePermissionsResult } from "../models/models_0";
5
+ export interface DescribeImagePermissionsCommandInput extends DescribeImagePermissionsRequest {
6
+ }
7
+ export interface DescribeImagePermissionsCommandOutput extends DescribeImagePermissionsResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeImagePermissionsCommand extends $Command<DescribeImagePermissionsCommandInput, DescribeImagePermissionsCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: DescribeImagePermissionsCommandInput;
12
+ constructor(input: DescribeImagePermissionsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeImagePermissionsCommandInput, DescribeImagePermissionsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }