@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 { DescribeImagesRequest, DescribeImagesResult } from "../models/models_0";
5
+ export interface DescribeImagesCommandInput extends DescribeImagesRequest {
6
+ }
7
+ export interface DescribeImagesCommandOutput extends DescribeImagesResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeImagesCommand extends $Command<DescribeImagesCommandInput, DescribeImagesCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: DescribeImagesCommandInput;
12
+ constructor(input: DescribeImagesCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeImagesCommandInput, DescribeImagesCommandOutput>;
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 { DescribeSessionsRequest, DescribeSessionsResult } from "../models/models_0";
5
+ export interface DescribeSessionsCommandInput extends DescribeSessionsRequest {
6
+ }
7
+ export interface DescribeSessionsCommandOutput extends DescribeSessionsResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeSessionsCommand extends $Command<DescribeSessionsCommandInput, DescribeSessionsCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: DescribeSessionsCommandInput;
12
+ constructor(input: DescribeSessionsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSessionsCommandInput, DescribeSessionsCommandOutput>;
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 { DescribeStacksRequest, DescribeStacksResult } from "../models/models_0";
5
+ export interface DescribeStacksCommandInput extends DescribeStacksRequest {
6
+ }
7
+ export interface DescribeStacksCommandOutput extends DescribeStacksResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeStacksCommand extends $Command<DescribeStacksCommandInput, DescribeStacksCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: DescribeStacksCommandInput;
12
+ constructor(input: DescribeStacksCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeStacksCommandInput, DescribeStacksCommandOutput>;
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 { DescribeUsageReportSubscriptionsRequest, DescribeUsageReportSubscriptionsResult } from "../models/models_0";
5
+ export interface DescribeUsageReportSubscriptionsCommandInput extends DescribeUsageReportSubscriptionsRequest {
6
+ }
7
+ export interface DescribeUsageReportSubscriptionsCommandOutput extends DescribeUsageReportSubscriptionsResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeUsageReportSubscriptionsCommand extends $Command<DescribeUsageReportSubscriptionsCommandInput, DescribeUsageReportSubscriptionsCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: DescribeUsageReportSubscriptionsCommandInput;
12
+ constructor(input: DescribeUsageReportSubscriptionsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeUsageReportSubscriptionsCommandInput, DescribeUsageReportSubscriptionsCommandOutput>;
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 { DescribeUserStackAssociationsRequest, DescribeUserStackAssociationsResult } from "../models/models_0";
5
+ export interface DescribeUserStackAssociationsCommandInput extends DescribeUserStackAssociationsRequest {
6
+ }
7
+ export interface DescribeUserStackAssociationsCommandOutput extends DescribeUserStackAssociationsResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeUserStackAssociationsCommand extends $Command<DescribeUserStackAssociationsCommandInput, DescribeUserStackAssociationsCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: DescribeUserStackAssociationsCommandInput;
12
+ constructor(input: DescribeUserStackAssociationsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeUserStackAssociationsCommandInput, DescribeUserStackAssociationsCommandOutput>;
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 { DescribeUsersRequest, DescribeUsersResult } from "../models/models_0";
5
+ export interface DescribeUsersCommandInput extends DescribeUsersRequest {
6
+ }
7
+ export interface DescribeUsersCommandOutput extends DescribeUsersResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeUsersCommand extends $Command<DescribeUsersCommandInput, DescribeUsersCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: DescribeUsersCommandInput;
12
+ constructor(input: DescribeUsersCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeUsersCommandInput, DescribeUsersCommandOutput>;
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 { DisableUserRequest, DisableUserResult } from "../models/models_0";
5
+ export interface DisableUserCommandInput extends DisableUserRequest {
6
+ }
7
+ export interface DisableUserCommandOutput extends DisableUserResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DisableUserCommand extends $Command<DisableUserCommandInput, DisableUserCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: DisableUserCommandInput;
12
+ constructor(input: DisableUserCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisableUserCommandInput, DisableUserCommandOutput>;
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 { DisassociateApplicationFleetRequest, DisassociateApplicationFleetResult } from "../models/models_0";
5
+ export interface DisassociateApplicationFleetCommandInput extends DisassociateApplicationFleetRequest {
6
+ }
7
+ export interface DisassociateApplicationFleetCommandOutput extends DisassociateApplicationFleetResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DisassociateApplicationFleetCommand extends $Command<DisassociateApplicationFleetCommandInput, DisassociateApplicationFleetCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: DisassociateApplicationFleetCommandInput;
12
+ constructor(input: DisassociateApplicationFleetCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateApplicationFleetCommandInput, DisassociateApplicationFleetCommandOutput>;
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 { DisassociateApplicationFromEntitlementRequest, DisassociateApplicationFromEntitlementResult } from "../models/models_0";
5
+ export interface DisassociateApplicationFromEntitlementCommandInput extends DisassociateApplicationFromEntitlementRequest {
6
+ }
7
+ export interface DisassociateApplicationFromEntitlementCommandOutput extends DisassociateApplicationFromEntitlementResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DisassociateApplicationFromEntitlementCommand extends $Command<DisassociateApplicationFromEntitlementCommandInput, DisassociateApplicationFromEntitlementCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: DisassociateApplicationFromEntitlementCommandInput;
12
+ constructor(input: DisassociateApplicationFromEntitlementCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateApplicationFromEntitlementCommandInput, DisassociateApplicationFromEntitlementCommandOutput>;
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 { DisassociateFleetRequest, DisassociateFleetResult } from "../models/models_0";
5
+ export interface DisassociateFleetCommandInput extends DisassociateFleetRequest {
6
+ }
7
+ export interface DisassociateFleetCommandOutput extends DisassociateFleetResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DisassociateFleetCommand extends $Command<DisassociateFleetCommandInput, DisassociateFleetCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: DisassociateFleetCommandInput;
12
+ constructor(input: DisassociateFleetCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateFleetCommandInput, DisassociateFleetCommandOutput>;
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 { EnableUserRequest, EnableUserResult } from "../models/models_0";
5
+ export interface EnableUserCommandInput extends EnableUserRequest {
6
+ }
7
+ export interface EnableUserCommandOutput extends EnableUserResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class EnableUserCommand extends $Command<EnableUserCommandInput, EnableUserCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: EnableUserCommandInput;
12
+ constructor(input: EnableUserCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EnableUserCommandInput, EnableUserCommandOutput>;
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 { ExpireSessionRequest, ExpireSessionResult } from "../models/models_0";
5
+ export interface ExpireSessionCommandInput extends ExpireSessionRequest {
6
+ }
7
+ export interface ExpireSessionCommandOutput extends ExpireSessionResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ExpireSessionCommand extends $Command<ExpireSessionCommandInput, ExpireSessionCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: ExpireSessionCommandInput;
12
+ constructor(input: ExpireSessionCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ExpireSessionCommandInput, ExpireSessionCommandOutput>;
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 { ListAssociatedFleetsRequest, ListAssociatedFleetsResult } from "../models/models_0";
5
+ export interface ListAssociatedFleetsCommandInput extends ListAssociatedFleetsRequest {
6
+ }
7
+ export interface ListAssociatedFleetsCommandOutput extends ListAssociatedFleetsResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListAssociatedFleetsCommand extends $Command<ListAssociatedFleetsCommandInput, ListAssociatedFleetsCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: ListAssociatedFleetsCommandInput;
12
+ constructor(input: ListAssociatedFleetsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAssociatedFleetsCommandInput, ListAssociatedFleetsCommandOutput>;
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 { ListAssociatedStacksRequest, ListAssociatedStacksResult } from "../models/models_0";
5
+ export interface ListAssociatedStacksCommandInput extends ListAssociatedStacksRequest {
6
+ }
7
+ export interface ListAssociatedStacksCommandOutput extends ListAssociatedStacksResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListAssociatedStacksCommand extends $Command<ListAssociatedStacksCommandInput, ListAssociatedStacksCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: ListAssociatedStacksCommandInput;
12
+ constructor(input: ListAssociatedStacksCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAssociatedStacksCommandInput, ListAssociatedStacksCommandOutput>;
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 { ListEntitledApplicationsRequest, ListEntitledApplicationsResult } from "../models/models_0";
5
+ export interface ListEntitledApplicationsCommandInput extends ListEntitledApplicationsRequest {
6
+ }
7
+ export interface ListEntitledApplicationsCommandOutput extends ListEntitledApplicationsResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListEntitledApplicationsCommand extends $Command<ListEntitledApplicationsCommandInput, ListEntitledApplicationsCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: ListEntitledApplicationsCommandInput;
12
+ constructor(input: ListEntitledApplicationsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListEntitledApplicationsCommandInput, ListEntitledApplicationsCommandOutput>;
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 { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
+ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
6
+ }
7
+ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: ListTagsForResourceCommandInput;
12
+ constructor(input: ListTagsForResourceCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
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 { StartFleetRequest, StartFleetResult } from "../models/models_0";
5
+ export interface StartFleetCommandInput extends StartFleetRequest {
6
+ }
7
+ export interface StartFleetCommandOutput extends StartFleetResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class StartFleetCommand extends $Command<StartFleetCommandInput, StartFleetCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: StartFleetCommandInput;
12
+ constructor(input: StartFleetCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartFleetCommandInput, StartFleetCommandOutput>;
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 { StartImageBuilderRequest, StartImageBuilderResult } from "../models/models_0";
5
+ export interface StartImageBuilderCommandInput extends StartImageBuilderRequest {
6
+ }
7
+ export interface StartImageBuilderCommandOutput extends StartImageBuilderResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class StartImageBuilderCommand extends $Command<StartImageBuilderCommandInput, StartImageBuilderCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: StartImageBuilderCommandInput;
12
+ constructor(input: StartImageBuilderCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartImageBuilderCommandInput, StartImageBuilderCommandOutput>;
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 { StopFleetRequest, StopFleetResult } from "../models/models_0";
5
+ export interface StopFleetCommandInput extends StopFleetRequest {
6
+ }
7
+ export interface StopFleetCommandOutput extends StopFleetResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class StopFleetCommand extends $Command<StopFleetCommandInput, StopFleetCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: StopFleetCommandInput;
12
+ constructor(input: StopFleetCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopFleetCommandInput, StopFleetCommandOutput>;
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 { StopImageBuilderRequest, StopImageBuilderResult } from "../models/models_0";
5
+ export interface StopImageBuilderCommandInput extends StopImageBuilderRequest {
6
+ }
7
+ export interface StopImageBuilderCommandOutput extends StopImageBuilderResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class StopImageBuilderCommand extends $Command<StopImageBuilderCommandInput, StopImageBuilderCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: StopImageBuilderCommandInput;
12
+ constructor(input: StopImageBuilderCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopImageBuilderCommandInput, StopImageBuilderCommandOutput>;
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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
+ export interface TagResourceCommandInput extends TagResourceRequest {
6
+ }
7
+ export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: TagResourceCommandInput;
12
+ constructor(input: TagResourceCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
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 { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
+ export interface UntagResourceCommandInput extends UntagResourceRequest {
6
+ }
7
+ export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: UntagResourceCommandInput;
12
+ constructor(input: UntagResourceCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
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 { UpdateApplicationRequest, UpdateApplicationResult } from "../models/models_0";
5
+ export interface UpdateApplicationCommandInput extends UpdateApplicationRequest {
6
+ }
7
+ export interface UpdateApplicationCommandOutput extends UpdateApplicationResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class UpdateApplicationCommand extends $Command<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: UpdateApplicationCommandInput;
12
+ constructor(input: UpdateApplicationCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateApplicationCommandInput, UpdateApplicationCommandOutput>;
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 { UpdateDirectoryConfigRequest, UpdateDirectoryConfigResult } from "../models/models_0";
5
+ export interface UpdateDirectoryConfigCommandInput extends UpdateDirectoryConfigRequest {
6
+ }
7
+ export interface UpdateDirectoryConfigCommandOutput extends UpdateDirectoryConfigResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class UpdateDirectoryConfigCommand extends $Command<UpdateDirectoryConfigCommandInput, UpdateDirectoryConfigCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: UpdateDirectoryConfigCommandInput;
12
+ constructor(input: UpdateDirectoryConfigCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDirectoryConfigCommandInput, UpdateDirectoryConfigCommandOutput>;
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 { UpdateEntitlementRequest, UpdateEntitlementResult } from "../models/models_0";
5
+ export interface UpdateEntitlementCommandInput extends UpdateEntitlementRequest {
6
+ }
7
+ export interface UpdateEntitlementCommandOutput extends UpdateEntitlementResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class UpdateEntitlementCommand extends $Command<UpdateEntitlementCommandInput, UpdateEntitlementCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: UpdateEntitlementCommandInput;
12
+ constructor(input: UpdateEntitlementCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateEntitlementCommandInput, UpdateEntitlementCommandOutput>;
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 { UpdateFleetRequest, UpdateFleetResult } from "../models/models_0";
5
+ export interface UpdateFleetCommandInput extends UpdateFleetRequest {
6
+ }
7
+ export interface UpdateFleetCommandOutput extends UpdateFleetResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class UpdateFleetCommand extends $Command<UpdateFleetCommandInput, UpdateFleetCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: UpdateFleetCommandInput;
12
+ constructor(input: UpdateFleetCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFleetCommandInput, UpdateFleetCommandOutput>;
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 { UpdateImagePermissionsRequest, UpdateImagePermissionsResult } from "../models/models_0";
5
+ export interface UpdateImagePermissionsCommandInput extends UpdateImagePermissionsRequest {
6
+ }
7
+ export interface UpdateImagePermissionsCommandOutput extends UpdateImagePermissionsResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class UpdateImagePermissionsCommand extends $Command<UpdateImagePermissionsCommandInput, UpdateImagePermissionsCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: UpdateImagePermissionsCommandInput;
12
+ constructor(input: UpdateImagePermissionsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateImagePermissionsCommandInput, UpdateImagePermissionsCommandOutput>;
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 { UpdateStackRequest, UpdateStackResult } from "../models/models_0";
5
+ export interface UpdateStackCommandInput extends UpdateStackRequest {
6
+ }
7
+ export interface UpdateStackCommandOutput extends UpdateStackResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class UpdateStackCommand extends $Command<UpdateStackCommandInput, UpdateStackCommandOutput, AppStreamClientResolvedConfig> {
11
+ readonly input: UpdateStackCommandInput;
12
+ constructor(input: UpdateStackCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateStackCommandInput, UpdateStackCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,65 @@
1
+ export * from "./AssociateApplicationFleetCommand";
2
+ export * from "./AssociateApplicationToEntitlementCommand";
3
+ export * from "./AssociateFleetCommand";
4
+ export * from "./BatchAssociateUserStackCommand";
5
+ export * from "./BatchDisassociateUserStackCommand";
6
+ export * from "./CopyImageCommand";
7
+ export * from "./CreateAppBlockCommand";
8
+ export * from "./CreateApplicationCommand";
9
+ export * from "./CreateDirectoryConfigCommand";
10
+ export * from "./CreateEntitlementCommand";
11
+ export * from "./CreateFleetCommand";
12
+ export * from "./CreateImageBuilderCommand";
13
+ export * from "./CreateImageBuilderStreamingURLCommand";
14
+ export * from "./CreateStackCommand";
15
+ export * from "./CreateStreamingURLCommand";
16
+ export * from "./CreateUpdatedImageCommand";
17
+ export * from "./CreateUsageReportSubscriptionCommand";
18
+ export * from "./CreateUserCommand";
19
+ export * from "./DeleteAppBlockCommand";
20
+ export * from "./DeleteApplicationCommand";
21
+ export * from "./DeleteDirectoryConfigCommand";
22
+ export * from "./DeleteEntitlementCommand";
23
+ export * from "./DeleteFleetCommand";
24
+ export * from "./DeleteImageBuilderCommand";
25
+ export * from "./DeleteImageCommand";
26
+ export * from "./DeleteImagePermissionsCommand";
27
+ export * from "./DeleteStackCommand";
28
+ export * from "./DeleteUsageReportSubscriptionCommand";
29
+ export * from "./DeleteUserCommand";
30
+ export * from "./DescribeAppBlocksCommand";
31
+ export * from "./DescribeApplicationFleetAssociationsCommand";
32
+ export * from "./DescribeApplicationsCommand";
33
+ export * from "./DescribeDirectoryConfigsCommand";
34
+ export * from "./DescribeEntitlementsCommand";
35
+ export * from "./DescribeFleetsCommand";
36
+ export * from "./DescribeImageBuildersCommand";
37
+ export * from "./DescribeImagePermissionsCommand";
38
+ export * from "./DescribeImagesCommand";
39
+ export * from "./DescribeSessionsCommand";
40
+ export * from "./DescribeStacksCommand";
41
+ export * from "./DescribeUsageReportSubscriptionsCommand";
42
+ export * from "./DescribeUserStackAssociationsCommand";
43
+ export * from "./DescribeUsersCommand";
44
+ export * from "./DisableUserCommand";
45
+ export * from "./DisassociateApplicationFleetCommand";
46
+ export * from "./DisassociateApplicationFromEntitlementCommand";
47
+ export * from "./DisassociateFleetCommand";
48
+ export * from "./EnableUserCommand";
49
+ export * from "./ExpireSessionCommand";
50
+ export * from "./ListAssociatedFleetsCommand";
51
+ export * from "./ListAssociatedStacksCommand";
52
+ export * from "./ListEntitledApplicationsCommand";
53
+ export * from "./ListTagsForResourceCommand";
54
+ export * from "./StartFleetCommand";
55
+ export * from "./StartImageBuilderCommand";
56
+ export * from "./StopFleetCommand";
57
+ export * from "./StopImageBuilderCommand";
58
+ export * from "./TagResourceCommand";
59
+ export * from "./UntagResourceCommand";
60
+ export * from "./UpdateApplicationCommand";
61
+ export * from "./UpdateDirectoryConfigCommand";
62
+ export * from "./UpdateEntitlementCommand";
63
+ export * from "./UpdateFleetCommand";
64
+ export * from "./UpdateImagePermissionsCommand";
65
+ export * from "./UpdateStackCommand";
@@ -0,0 +1,2 @@
1
+ import { RegionInfoProvider } from "@aws-sdk/types";
2
+ export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -0,0 +1,6 @@
1
+ export * from "./AppStream";
2
+ export * from "./AppStreamClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
6
+ export * from "./waiters";
@@ -0,0 +1 @@
1
+ export * from "./models_0";