@aws-sdk/client-appstream 3.41.0 → 3.46.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 (95) hide show
  1. package/CHANGELOG.md +51 -0
  2. package/README.md +7 -7
  3. package/dist-cjs/AppStream.js +255 -0
  4. package/dist-cjs/commands/AssociateApplicationFleetCommand.js +36 -0
  5. package/dist-cjs/commands/AssociateApplicationToEntitlementCommand.js +36 -0
  6. package/dist-cjs/commands/CreateAppBlockCommand.js +36 -0
  7. package/dist-cjs/commands/CreateApplicationCommand.js +36 -0
  8. package/dist-cjs/commands/CreateEntitlementCommand.js +36 -0
  9. package/dist-cjs/commands/DeleteAppBlockCommand.js +36 -0
  10. package/dist-cjs/commands/DeleteApplicationCommand.js +36 -0
  11. package/dist-cjs/commands/DeleteEntitlementCommand.js +36 -0
  12. package/dist-cjs/commands/DescribeAppBlocksCommand.js +36 -0
  13. package/dist-cjs/commands/DescribeApplicationFleetAssociationsCommand.js +36 -0
  14. package/dist-cjs/commands/DescribeApplicationsCommand.js +36 -0
  15. package/dist-cjs/commands/DescribeEntitlementsCommand.js +36 -0
  16. package/dist-cjs/commands/DisassociateApplicationFleetCommand.js +36 -0
  17. package/dist-cjs/commands/DisassociateApplicationFromEntitlementCommand.js +36 -0
  18. package/dist-cjs/commands/ListEntitledApplicationsCommand.js +36 -0
  19. package/dist-cjs/commands/UpdateApplicationCommand.js +36 -0
  20. package/dist-cjs/commands/UpdateEntitlementCommand.js +36 -0
  21. package/dist-cjs/commands/index.js +17 -0
  22. package/dist-cjs/endpoints.js +1 -0
  23. package/dist-cjs/models/models_0.js +303 -32
  24. package/dist-cjs/protocols/Aws_json1_1.js +1969 -112
  25. package/dist-cjs/runtimeConfig.js +0 -2
  26. package/dist-es/AppStream.js +255 -0
  27. package/dist-es/commands/AssociateApplicationFleetCommand.js +39 -0
  28. package/dist-es/commands/AssociateApplicationToEntitlementCommand.js +39 -0
  29. package/dist-es/commands/CreateAppBlockCommand.js +39 -0
  30. package/dist-es/commands/CreateApplicationCommand.js +39 -0
  31. package/dist-es/commands/CreateEntitlementCommand.js +39 -0
  32. package/dist-es/commands/DeleteAppBlockCommand.js +39 -0
  33. package/dist-es/commands/DeleteApplicationCommand.js +39 -0
  34. package/dist-es/commands/DeleteEntitlementCommand.js +39 -0
  35. package/dist-es/commands/DescribeAppBlocksCommand.js +39 -0
  36. package/dist-es/commands/DescribeApplicationFleetAssociationsCommand.js +39 -0
  37. package/dist-es/commands/DescribeApplicationsCommand.js +39 -0
  38. package/dist-es/commands/DescribeEntitlementsCommand.js +39 -0
  39. package/dist-es/commands/DisassociateApplicationFleetCommand.js +39 -0
  40. package/dist-es/commands/DisassociateApplicationFromEntitlementCommand.js +39 -0
  41. package/dist-es/commands/ListEntitledApplicationsCommand.js +39 -0
  42. package/dist-es/commands/UpdateApplicationCommand.js +39 -0
  43. package/dist-es/commands/UpdateEntitlementCommand.js +39 -0
  44. package/dist-es/commands/index.js +17 -0
  45. package/dist-es/endpoints.js +1 -0
  46. package/dist-es/models/models_0.js +208 -24
  47. package/dist-es/protocols/Aws_json1_1.js +2284 -364
  48. package/dist-es/runtimeConfig.js +0 -2
  49. package/dist-types/AppStream.d.ts +158 -4
  50. package/dist-types/AppStreamClient.d.ts +19 -2
  51. package/dist-types/commands/AssociateApplicationFleetCommand.d.ts +35 -0
  52. package/dist-types/commands/AssociateApplicationToEntitlementCommand.d.ts +35 -0
  53. package/dist-types/commands/CreateAppBlockCommand.d.ts +41 -0
  54. package/dist-types/commands/CreateApplicationCommand.d.ts +41 -0
  55. package/dist-types/commands/CreateEntitlementCommand.d.ts +40 -0
  56. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  57. package/dist-types/commands/DeleteAppBlockCommand.d.ts +35 -0
  58. package/dist-types/commands/DeleteApplicationCommand.d.ts +35 -0
  59. package/dist-types/commands/DeleteEntitlementCommand.d.ts +35 -0
  60. package/dist-types/commands/DescribeAppBlocksCommand.d.ts +35 -0
  61. package/dist-types/commands/DescribeApplicationFleetAssociationsCommand.d.ts +35 -0
  62. package/dist-types/commands/DescribeApplicationsCommand.d.ts +35 -0
  63. package/dist-types/commands/DescribeEntitlementsCommand.d.ts +35 -0
  64. package/dist-types/commands/DisassociateApplicationFleetCommand.d.ts +35 -0
  65. package/dist-types/commands/DisassociateApplicationFromEntitlementCommand.d.ts +35 -0
  66. package/dist-types/commands/ListEntitledApplicationsCommand.d.ts +35 -0
  67. package/dist-types/commands/UpdateApplicationCommand.d.ts +35 -0
  68. package/dist-types/commands/UpdateEntitlementCommand.d.ts +35 -0
  69. package/dist-types/commands/UpdateFleetCommand.d.ts +21 -3
  70. package/dist-types/commands/index.d.ts +17 -0
  71. package/dist-types/models/models_0.d.ts +1036 -65
  72. package/dist-types/protocols/Aws_json1_1.d.ts +51 -0
  73. package/dist-types/ts3.4/AppStream.d.ts +85 -0
  74. package/dist-types/ts3.4/AppStreamClient.d.ts +19 -2
  75. package/dist-types/ts3.4/commands/AssociateApplicationFleetCommand.d.ts +17 -0
  76. package/dist-types/ts3.4/commands/AssociateApplicationToEntitlementCommand.d.ts +17 -0
  77. package/dist-types/ts3.4/commands/CreateAppBlockCommand.d.ts +17 -0
  78. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +17 -0
  79. package/dist-types/ts3.4/commands/CreateEntitlementCommand.d.ts +17 -0
  80. package/dist-types/ts3.4/commands/DeleteAppBlockCommand.d.ts +17 -0
  81. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +17 -0
  82. package/dist-types/ts3.4/commands/DeleteEntitlementCommand.d.ts +17 -0
  83. package/dist-types/ts3.4/commands/DescribeAppBlocksCommand.d.ts +17 -0
  84. package/dist-types/ts3.4/commands/DescribeApplicationFleetAssociationsCommand.d.ts +17 -0
  85. package/dist-types/ts3.4/commands/DescribeApplicationsCommand.d.ts +17 -0
  86. package/dist-types/ts3.4/commands/DescribeEntitlementsCommand.d.ts +17 -0
  87. package/dist-types/ts3.4/commands/DisassociateApplicationFleetCommand.d.ts +17 -0
  88. package/dist-types/ts3.4/commands/DisassociateApplicationFromEntitlementCommand.d.ts +17 -0
  89. package/dist-types/ts3.4/commands/ListEntitledApplicationsCommand.d.ts +17 -0
  90. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +17 -0
  91. package/dist-types/ts3.4/commands/UpdateEntitlementCommand.d.ts +17 -0
  92. package/dist-types/ts3.4/commands/index.d.ts +17 -0
  93. package/dist-types/ts3.4/models/models_0.d.ts +583 -42
  94. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +51 -0
  95. package/package.json +37 -44
@@ -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 { 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 { 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 { 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 { 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 { 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 { 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 { 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
+ }
@@ -1,8 +1,13 @@
1
+ export * from "./AssociateApplicationFleetCommand";
2
+ export * from "./AssociateApplicationToEntitlementCommand";
1
3
  export * from "./AssociateFleetCommand";
2
4
  export * from "./BatchAssociateUserStackCommand";
3
5
  export * from "./BatchDisassociateUserStackCommand";
4
6
  export * from "./CopyImageCommand";
7
+ export * from "./CreateAppBlockCommand";
8
+ export * from "./CreateApplicationCommand";
5
9
  export * from "./CreateDirectoryConfigCommand";
10
+ export * from "./CreateEntitlementCommand";
6
11
  export * from "./CreateFleetCommand";
7
12
  export * from "./CreateImageBuilderCommand";
8
13
  export * from "./CreateImageBuilderStreamingURLCommand";
@@ -11,7 +16,10 @@ export * from "./CreateStreamingURLCommand";
11
16
  export * from "./CreateUpdatedImageCommand";
12
17
  export * from "./CreateUsageReportSubscriptionCommand";
13
18
  export * from "./CreateUserCommand";
19
+ export * from "./DeleteAppBlockCommand";
20
+ export * from "./DeleteApplicationCommand";
14
21
  export * from "./DeleteDirectoryConfigCommand";
22
+ export * from "./DeleteEntitlementCommand";
15
23
  export * from "./DeleteFleetCommand";
16
24
  export * from "./DeleteImageBuilderCommand";
17
25
  export * from "./DeleteImageCommand";
@@ -19,7 +27,11 @@ export * from "./DeleteImagePermissionsCommand";
19
27
  export * from "./DeleteStackCommand";
20
28
  export * from "./DeleteUsageReportSubscriptionCommand";
21
29
  export * from "./DeleteUserCommand";
30
+ export * from "./DescribeAppBlocksCommand";
31
+ export * from "./DescribeApplicationFleetAssociationsCommand";
32
+ export * from "./DescribeApplicationsCommand";
22
33
  export * from "./DescribeDirectoryConfigsCommand";
34
+ export * from "./DescribeEntitlementsCommand";
23
35
  export * from "./DescribeFleetsCommand";
24
36
  export * from "./DescribeImageBuildersCommand";
25
37
  export * from "./DescribeImagePermissionsCommand";
@@ -30,11 +42,14 @@ export * from "./DescribeUsageReportSubscriptionsCommand";
30
42
  export * from "./DescribeUserStackAssociationsCommand";
31
43
  export * from "./DescribeUsersCommand";
32
44
  export * from "./DisableUserCommand";
45
+ export * from "./DisassociateApplicationFleetCommand";
46
+ export * from "./DisassociateApplicationFromEntitlementCommand";
33
47
  export * from "./DisassociateFleetCommand";
34
48
  export * from "./EnableUserCommand";
35
49
  export * from "./ExpireSessionCommand";
36
50
  export * from "./ListAssociatedFleetsCommand";
37
51
  export * from "./ListAssociatedStacksCommand";
52
+ export * from "./ListEntitledApplicationsCommand";
38
53
  export * from "./ListTagsForResourceCommand";
39
54
  export * from "./StartFleetCommand";
40
55
  export * from "./StartImageBuilderCommand";
@@ -42,7 +57,9 @@ export * from "./StopFleetCommand";
42
57
  export * from "./StopImageBuilderCommand";
43
58
  export * from "./TagResourceCommand";
44
59
  export * from "./UntagResourceCommand";
60
+ export * from "./UpdateApplicationCommand";
45
61
  export * from "./UpdateDirectoryConfigCommand";
62
+ export * from "./UpdateEntitlementCommand";
46
63
  export * from "./UpdateFleetCommand";
47
64
  export * from "./UpdateImagePermissionsCommand";
48
65
  export * from "./UpdateStackCommand";