@aws-sdk/client-appstream 3.39.0 → 3.43.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 (121) hide show
  1. package/CHANGELOG.md +44 -0
  2. package/README.md +7 -7
  3. package/dist-cjs/AppStream.js +150 -0
  4. package/dist-cjs/commands/AssociateApplicationFleetCommand.js +36 -0
  5. package/dist-cjs/commands/CreateAppBlockCommand.js +36 -0
  6. package/dist-cjs/commands/CreateApplicationCommand.js +36 -0
  7. package/dist-cjs/commands/DeleteAppBlockCommand.js +36 -0
  8. package/dist-cjs/commands/DeleteApplicationCommand.js +36 -0
  9. package/dist-cjs/commands/DescribeAppBlocksCommand.js +36 -0
  10. package/dist-cjs/commands/DescribeApplicationFleetAssociationsCommand.js +36 -0
  11. package/dist-cjs/commands/DescribeApplicationsCommand.js +36 -0
  12. package/dist-cjs/commands/DisassociateApplicationFleetCommand.js +36 -0
  13. package/dist-cjs/commands/UpdateApplicationCommand.js +36 -0
  14. package/dist-cjs/commands/index.js +10 -0
  15. package/dist-cjs/endpoints.js +112 -9
  16. package/dist-cjs/models/models_0.js +185 -34
  17. package/dist-cjs/protocols/Aws_json1_1.js +1335 -239
  18. package/dist-cjs/runtimeConfig.browser.js +6 -3
  19. package/dist-cjs/runtimeConfig.js +5 -3
  20. package/dist-es/AppStream.js +150 -0
  21. package/dist-es/commands/AssociateApplicationFleetCommand.js +39 -0
  22. package/dist-es/commands/CreateAppBlockCommand.js +39 -0
  23. package/dist-es/commands/CreateApplicationCommand.js +39 -0
  24. package/dist-es/commands/DeleteAppBlockCommand.js +39 -0
  25. package/dist-es/commands/DeleteApplicationCommand.js +39 -0
  26. package/dist-es/commands/DescribeAppBlocksCommand.js +39 -0
  27. package/dist-es/commands/DescribeApplicationFleetAssociationsCommand.js +39 -0
  28. package/dist-es/commands/DescribeApplicationsCommand.js +39 -0
  29. package/dist-es/commands/DisassociateApplicationFleetCommand.js +39 -0
  30. package/dist-es/commands/UpdateApplicationCommand.js +39 -0
  31. package/dist-es/commands/index.js +10 -0
  32. package/dist-es/endpoints.js +112 -9
  33. package/dist-es/models/models_0.js +127 -24
  34. package/dist-es/protocols/Aws_json1_1.js +1291 -162
  35. package/dist-es/runtimeConfig.browser.js +3 -2
  36. package/dist-es/runtimeConfig.js +3 -3
  37. package/dist-types/AppStream.d.ts +104 -4
  38. package/dist-types/AppStreamClient.d.ts +20 -2
  39. package/dist-types/commands/AssociateApplicationFleetCommand.d.ts +35 -0
  40. package/dist-types/commands/AssociateFleetCommand.d.ts +1 -1
  41. package/dist-types/commands/BatchAssociateUserStackCommand.d.ts +1 -1
  42. package/dist-types/commands/BatchDisassociateUserStackCommand.d.ts +1 -1
  43. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateAppBlockCommand.d.ts +41 -0
  45. package/dist-types/commands/CreateApplicationCommand.d.ts +41 -0
  46. package/dist-types/commands/CreateDirectoryConfigCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateFleetCommand.d.ts +2 -2
  48. package/dist-types/commands/CreateImageBuilderCommand.d.ts +1 -1
  49. package/dist-types/commands/CreateImageBuilderStreamingURLCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateStackCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateStreamingURLCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateUpdatedImageCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateUsageReportSubscriptionCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateUserCommand.d.ts +1 -1
  55. package/dist-types/commands/DeleteAppBlockCommand.d.ts +35 -0
  56. package/dist-types/commands/DeleteApplicationCommand.d.ts +35 -0
  57. package/dist-types/commands/DeleteDirectoryConfigCommand.d.ts +1 -1
  58. package/dist-types/commands/DeleteFleetCommand.d.ts +1 -1
  59. package/dist-types/commands/DeleteImageBuilderCommand.d.ts +1 -1
  60. package/dist-types/commands/DeleteImageCommand.d.ts +1 -1
  61. package/dist-types/commands/DeleteImagePermissionsCommand.d.ts +1 -1
  62. package/dist-types/commands/DeleteStackCommand.d.ts +1 -1
  63. package/dist-types/commands/DeleteUsageReportSubscriptionCommand.d.ts +1 -1
  64. package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
  65. package/dist-types/commands/DescribeAppBlocksCommand.d.ts +35 -0
  66. package/dist-types/commands/DescribeApplicationFleetAssociationsCommand.d.ts +35 -0
  67. package/dist-types/commands/DescribeApplicationsCommand.d.ts +35 -0
  68. package/dist-types/commands/DescribeDirectoryConfigsCommand.d.ts +1 -1
  69. package/dist-types/commands/DescribeFleetsCommand.d.ts +1 -1
  70. package/dist-types/commands/DescribeImageBuildersCommand.d.ts +1 -1
  71. package/dist-types/commands/DescribeImagePermissionsCommand.d.ts +1 -1
  72. package/dist-types/commands/DescribeImagesCommand.d.ts +1 -1
  73. package/dist-types/commands/DescribeSessionsCommand.d.ts +1 -1
  74. package/dist-types/commands/DescribeStacksCommand.d.ts +1 -1
  75. package/dist-types/commands/DescribeUsageReportSubscriptionsCommand.d.ts +1 -1
  76. package/dist-types/commands/DescribeUserStackAssociationsCommand.d.ts +1 -1
  77. package/dist-types/commands/DescribeUsersCommand.d.ts +1 -1
  78. package/dist-types/commands/DisableUserCommand.d.ts +1 -1
  79. package/dist-types/commands/DisassociateApplicationFleetCommand.d.ts +35 -0
  80. package/dist-types/commands/DisassociateFleetCommand.d.ts +1 -1
  81. package/dist-types/commands/EnableUserCommand.d.ts +1 -1
  82. package/dist-types/commands/ExpireSessionCommand.d.ts +1 -1
  83. package/dist-types/commands/ListAssociatedFleetsCommand.d.ts +1 -1
  84. package/dist-types/commands/ListAssociatedStacksCommand.d.ts +1 -1
  85. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  86. package/dist-types/commands/StartFleetCommand.d.ts +1 -1
  87. package/dist-types/commands/StartImageBuilderCommand.d.ts +1 -1
  88. package/dist-types/commands/StopFleetCommand.d.ts +1 -1
  89. package/dist-types/commands/StopImageBuilderCommand.d.ts +1 -1
  90. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  91. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  92. package/dist-types/commands/UpdateApplicationCommand.d.ts +35 -0
  93. package/dist-types/commands/UpdateDirectoryConfigCommand.d.ts +1 -1
  94. package/dist-types/commands/UpdateFleetCommand.d.ts +22 -4
  95. package/dist-types/commands/UpdateImagePermissionsCommand.d.ts +1 -1
  96. package/dist-types/commands/UpdateStackCommand.d.ts +1 -1
  97. package/dist-types/commands/index.d.ts +10 -0
  98. package/dist-types/models/models_0.d.ts +647 -63
  99. package/dist-types/protocols/Aws_json1_1.d.ts +30 -0
  100. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  101. package/dist-types/runtimeConfig.d.ts +2 -0
  102. package/dist-types/runtimeConfig.native.d.ts +2 -0
  103. package/dist-types/ts3.4/AppStream.d.ts +50 -0
  104. package/dist-types/ts3.4/AppStreamClient.d.ts +16 -2
  105. package/dist-types/ts3.4/commands/AssociateApplicationFleetCommand.d.ts +17 -0
  106. package/dist-types/ts3.4/commands/CreateAppBlockCommand.d.ts +17 -0
  107. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +17 -0
  108. package/dist-types/ts3.4/commands/DeleteAppBlockCommand.d.ts +17 -0
  109. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +17 -0
  110. package/dist-types/ts3.4/commands/DescribeAppBlocksCommand.d.ts +17 -0
  111. package/dist-types/ts3.4/commands/DescribeApplicationFleetAssociationsCommand.d.ts +17 -0
  112. package/dist-types/ts3.4/commands/DescribeApplicationsCommand.d.ts +17 -0
  113. package/dist-types/ts3.4/commands/DisassociateApplicationFleetCommand.d.ts +17 -0
  114. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +17 -0
  115. package/dist-types/ts3.4/commands/index.d.ts +10 -0
  116. package/dist-types/ts3.4/models/models_0.d.ts +368 -42
  117. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +30 -0
  118. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  119. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  120. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  121. package/package.json +24 -24
@@ -20,7 +20,7 @@ export interface CreateUserCommandOutput extends CreateUserResult, __MetadataBea
20
20
  *
21
21
  * @see {@link CreateUserCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateUserCommandOutput} for command's `response` shape.
23
- * @see {@link AppStreamClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreateUserCommand extends $Command<CreateUserCommandInput, CreateUserCommandOutput, AppStreamClientResolvedConfig> {
@@ -0,0 +1,35 @@
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
+ * <p>Deletes an app block.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { AppStreamClient, DeleteAppBlockCommand } from "@aws-sdk/client-appstream"; // ES Modules import
15
+ * // const { AppStreamClient, DeleteAppBlockCommand } = require("@aws-sdk/client-appstream"); // CommonJS import
16
+ * const client = new AppStreamClient(config);
17
+ * const command = new DeleteAppBlockCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link DeleteAppBlockCommandInput} for command's `input` shape.
22
+ * @see {@link DeleteAppBlockCommandOutput} for command's `response` shape.
23
+ * @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class DeleteAppBlockCommand extends $Command<DeleteAppBlockCommandInput, DeleteAppBlockCommandOutput, AppStreamClientResolvedConfig> {
27
+ readonly input: DeleteAppBlockCommandInput;
28
+ constructor(input: DeleteAppBlockCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAppBlockCommandInput, DeleteAppBlockCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,35 @@
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
+ * <p>Deletes an application.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { AppStreamClient, DeleteApplicationCommand } from "@aws-sdk/client-appstream"; // ES Modules import
15
+ * // const { AppStreamClient, DeleteApplicationCommand } = require("@aws-sdk/client-appstream"); // CommonJS import
16
+ * const client = new AppStreamClient(config);
17
+ * const command = new DeleteApplicationCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link DeleteApplicationCommandInput} for command's `input` shape.
22
+ * @see {@link DeleteApplicationCommandOutput} for command's `response` shape.
23
+ * @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class DeleteApplicationCommand extends $Command<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, AppStreamClientResolvedConfig> {
27
+ readonly input: DeleteApplicationCommandInput;
28
+ constructor(input: DeleteApplicationCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteApplicationCommandInput, DeleteApplicationCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -20,7 +20,7 @@ export interface DeleteDirectoryConfigCommandOutput extends DeleteDirectoryConfi
20
20
  *
21
21
  * @see {@link DeleteDirectoryConfigCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteDirectoryConfigCommandOutput} for command's `response` shape.
23
- * @see {@link AppStreamClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteDirectoryConfigCommand extends $Command<DeleteDirectoryConfigCommandInput, DeleteDirectoryConfigCommandOutput, AppStreamClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteFleetCommandOutput extends DeleteFleetResult, __MetadataB
20
20
  *
21
21
  * @see {@link DeleteFleetCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteFleetCommandOutput} for command's `response` shape.
23
- * @see {@link AppStreamClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteFleetCommand extends $Command<DeleteFleetCommandInput, DeleteFleetCommandOutput, AppStreamClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteImageBuilderCommandOutput extends DeleteImageBuilderResul
20
20
  *
21
21
  * @see {@link DeleteImageBuilderCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteImageBuilderCommandOutput} for command's `response` shape.
23
- * @see {@link AppStreamClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteImageBuilderCommand extends $Command<DeleteImageBuilderCommandInput, DeleteImageBuilderCommandOutput, AppStreamClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DeleteImageCommandOutput extends DeleteImageResult, __MetadataB
21
21
  *
22
22
  * @see {@link DeleteImageCommandInput} for command's `input` shape.
23
23
  * @see {@link DeleteImageCommandOutput} for command's `response` shape.
24
- * @see {@link AppStreamClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DeleteImageCommand extends $Command<DeleteImageCommandInput, DeleteImageCommandOutput, AppStreamClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteImagePermissionsCommandOutput extends DeleteImagePermissi
20
20
  *
21
21
  * @see {@link DeleteImagePermissionsCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteImagePermissionsCommandOutput} for command's `response` shape.
23
- * @see {@link AppStreamClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteImagePermissionsCommand extends $Command<DeleteImagePermissionsCommandInput, DeleteImagePermissionsCommandOutput, AppStreamClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteStackCommandOutput extends DeleteStackResult, __MetadataB
20
20
  *
21
21
  * @see {@link DeleteStackCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteStackCommandOutput} for command's `response` shape.
23
- * @see {@link AppStreamClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteStackCommand extends $Command<DeleteStackCommandInput, DeleteStackCommandOutput, AppStreamClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteUsageReportSubscriptionCommandOutput extends DeleteUsageR
20
20
  *
21
21
  * @see {@link DeleteUsageReportSubscriptionCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteUsageReportSubscriptionCommandOutput} for command's `response` shape.
23
- * @see {@link AppStreamClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteUsageReportSubscriptionCommand extends $Command<DeleteUsageReportSubscriptionCommandInput, DeleteUsageReportSubscriptionCommandOutput, AppStreamClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteUserCommandOutput extends DeleteUserResult, __MetadataBea
20
20
  *
21
21
  * @see {@link DeleteUserCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteUserCommandOutput} for command's `response` shape.
23
- * @see {@link AppStreamClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteUserCommand extends $Command<DeleteUserCommandInput, DeleteUserCommandOutput, AppStreamClientResolvedConfig> {
@@ -0,0 +1,35 @@
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
+ * <p>Retrieves a list that describes one or more app blocks.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { AppStreamClient, DescribeAppBlocksCommand } from "@aws-sdk/client-appstream"; // ES Modules import
15
+ * // const { AppStreamClient, DescribeAppBlocksCommand } = require("@aws-sdk/client-appstream"); // CommonJS import
16
+ * const client = new AppStreamClient(config);
17
+ * const command = new DescribeAppBlocksCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link DescribeAppBlocksCommandInput} for command's `input` shape.
22
+ * @see {@link DescribeAppBlocksCommandOutput} for command's `response` shape.
23
+ * @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class DescribeAppBlocksCommand extends $Command<DescribeAppBlocksCommandInput, DescribeAppBlocksCommandOutput, AppStreamClientResolvedConfig> {
27
+ readonly input: DescribeAppBlocksCommandInput;
28
+ constructor(input: DescribeAppBlocksCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAppBlocksCommandInput, DescribeAppBlocksCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,35 @@
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
+ * <p>Retrieves a list that describes one or more application fleet associations. Either ApplicationArn or FleetName must be specified.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { AppStreamClient, DescribeApplicationFleetAssociationsCommand } from "@aws-sdk/client-appstream"; // ES Modules import
15
+ * // const { AppStreamClient, DescribeApplicationFleetAssociationsCommand } = require("@aws-sdk/client-appstream"); // CommonJS import
16
+ * const client = new AppStreamClient(config);
17
+ * const command = new DescribeApplicationFleetAssociationsCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link DescribeApplicationFleetAssociationsCommandInput} for command's `input` shape.
22
+ * @see {@link DescribeApplicationFleetAssociationsCommandOutput} for command's `response` shape.
23
+ * @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class DescribeApplicationFleetAssociationsCommand extends $Command<DescribeApplicationFleetAssociationsCommandInput, DescribeApplicationFleetAssociationsCommandOutput, AppStreamClientResolvedConfig> {
27
+ readonly input: DescribeApplicationFleetAssociationsCommandInput;
28
+ constructor(input: DescribeApplicationFleetAssociationsCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeApplicationFleetAssociationsCommandInput, DescribeApplicationFleetAssociationsCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,35 @@
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
+ * <p>Retrieves a list that describes one or more applications.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { AppStreamClient, DescribeApplicationsCommand } from "@aws-sdk/client-appstream"; // ES Modules import
15
+ * // const { AppStreamClient, DescribeApplicationsCommand } = require("@aws-sdk/client-appstream"); // CommonJS import
16
+ * const client = new AppStreamClient(config);
17
+ * const command = new DescribeApplicationsCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link DescribeApplicationsCommandInput} for command's `input` shape.
22
+ * @see {@link DescribeApplicationsCommandOutput} for command's `response` shape.
23
+ * @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class DescribeApplicationsCommand extends $Command<DescribeApplicationsCommandInput, DescribeApplicationsCommandOutput, AppStreamClientResolvedConfig> {
27
+ readonly input: DescribeApplicationsCommandInput;
28
+ constructor(input: DescribeApplicationsCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeApplicationsCommandInput, DescribeApplicationsCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -22,7 +22,7 @@ export interface DescribeDirectoryConfigsCommandOutput extends DescribeDirectory
22
22
  *
23
23
  * @see {@link DescribeDirectoryConfigsCommandInput} for command's `input` shape.
24
24
  * @see {@link DescribeDirectoryConfigsCommandOutput} for command's `response` shape.
25
- * @see {@link AppStreamClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DescribeDirectoryConfigsCommand extends $Command<DescribeDirectoryConfigsCommandInput, DescribeDirectoryConfigsCommandOutput, AppStreamClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeFleetsCommandOutput extends DescribeFleetsResult, __Met
20
20
  *
21
21
  * @see {@link DescribeFleetsCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeFleetsCommandOutput} for command's `response` shape.
23
- * @see {@link AppStreamClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeFleetsCommand extends $Command<DescribeFleetsCommandInput, DescribeFleetsCommandOutput, AppStreamClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeImageBuildersCommandOutput extends DescribeImageBuilder
20
20
  *
21
21
  * @see {@link DescribeImageBuildersCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeImageBuildersCommandOutput} for command's `response` shape.
23
- * @see {@link AppStreamClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeImageBuildersCommand extends $Command<DescribeImageBuildersCommandInput, DescribeImageBuildersCommandOutput, AppStreamClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeImagePermissionsCommandOutput extends DescribeImagePerm
20
20
  *
21
21
  * @see {@link DescribeImagePermissionsCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeImagePermissionsCommandOutput} for command's `response` shape.
23
- * @see {@link AppStreamClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeImagePermissionsCommand extends $Command<DescribeImagePermissionsCommandInput, DescribeImagePermissionsCommandOutput, AppStreamClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeImagesCommandOutput extends DescribeImagesResult, __Met
20
20
  *
21
21
  * @see {@link DescribeImagesCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeImagesCommandOutput} for command's `response` shape.
23
- * @see {@link AppStreamClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeImagesCommand extends $Command<DescribeImagesCommandInput, DescribeImagesCommandOutput, AppStreamClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DescribeSessionsCommandOutput extends DescribeSessionsResult, _
22
22
  *
23
23
  * @see {@link DescribeSessionsCommandInput} for command's `input` shape.
24
24
  * @see {@link DescribeSessionsCommandOutput} for command's `response` shape.
25
- * @see {@link AppStreamClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DescribeSessionsCommand extends $Command<DescribeSessionsCommandInput, DescribeSessionsCommandOutput, AppStreamClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeStacksCommandOutput extends DescribeStacksResult, __Met
20
20
  *
21
21
  * @see {@link DescribeStacksCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeStacksCommandOutput} for command's `response` shape.
23
- * @see {@link AppStreamClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeStacksCommand extends $Command<DescribeStacksCommandInput, DescribeStacksCommandOutput, AppStreamClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeUsageReportSubscriptionsCommandOutput extends DescribeU
20
20
  *
21
21
  * @see {@link DescribeUsageReportSubscriptionsCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeUsageReportSubscriptionsCommandOutput} for command's `response` shape.
23
- * @see {@link AppStreamClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeUsageReportSubscriptionsCommand extends $Command<DescribeUsageReportSubscriptionsCommandInput, DescribeUsageReportSubscriptionsCommandOutput, AppStreamClientResolvedConfig> {
@@ -28,7 +28,7 @@ export interface DescribeUserStackAssociationsCommandOutput extends DescribeUser
28
28
  *
29
29
  * @see {@link DescribeUserStackAssociationsCommandInput} for command's `input` shape.
30
30
  * @see {@link DescribeUserStackAssociationsCommandOutput} for command's `response` shape.
31
- * @see {@link AppStreamClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
32
32
  *
33
33
  */
34
34
  export declare class DescribeUserStackAssociationsCommand extends $Command<DescribeUserStackAssociationsCommandInput, DescribeUserStackAssociationsCommandOutput, AppStreamClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeUsersCommandOutput extends DescribeUsersResult, __Metad
20
20
  *
21
21
  * @see {@link DescribeUsersCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeUsersCommandOutput} for command's `response` shape.
23
- * @see {@link AppStreamClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeUsersCommand extends $Command<DescribeUsersCommandInput, DescribeUsersCommandOutput, AppStreamClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DisableUserCommandOutput extends DisableUserResult, __MetadataB
20
20
  *
21
21
  * @see {@link DisableUserCommandInput} for command's `input` shape.
22
22
  * @see {@link DisableUserCommandOutput} for command's `response` shape.
23
- * @see {@link AppStreamClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DisableUserCommand extends $Command<DisableUserCommandInput, DisableUserCommandOutput, AppStreamClientResolvedConfig> {
@@ -0,0 +1,35 @@
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
+ * <p>Disassociates the specified application from the fleet.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { AppStreamClient, DisassociateApplicationFleetCommand } from "@aws-sdk/client-appstream"; // ES Modules import
15
+ * // const { AppStreamClient, DisassociateApplicationFleetCommand } = require("@aws-sdk/client-appstream"); // CommonJS import
16
+ * const client = new AppStreamClient(config);
17
+ * const command = new DisassociateApplicationFleetCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link DisassociateApplicationFleetCommandInput} for command's `input` shape.
22
+ * @see {@link DisassociateApplicationFleetCommandOutput} for command's `response` shape.
23
+ * @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class DisassociateApplicationFleetCommand extends $Command<DisassociateApplicationFleetCommandInput, DisassociateApplicationFleetCommandOutput, AppStreamClientResolvedConfig> {
27
+ readonly input: DisassociateApplicationFleetCommandInput;
28
+ constructor(input: DisassociateApplicationFleetCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateApplicationFleetCommandInput, DisassociateApplicationFleetCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -20,7 +20,7 @@ export interface DisassociateFleetCommandOutput extends DisassociateFleetResult,
20
20
  *
21
21
  * @see {@link DisassociateFleetCommandInput} for command's `input` shape.
22
22
  * @see {@link DisassociateFleetCommandOutput} for command's `response` shape.
23
- * @see {@link AppStreamClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DisassociateFleetCommand extends $Command<DisassociateFleetCommandInput, DisassociateFleetCommandOutput, AppStreamClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface EnableUserCommandOutput extends EnableUserResult, __MetadataBea
20
20
  *
21
21
  * @see {@link EnableUserCommandInput} for command's `input` shape.
22
22
  * @see {@link EnableUserCommandOutput} for command's `response` shape.
23
- * @see {@link AppStreamClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class EnableUserCommand extends $Command<EnableUserCommandInput, EnableUserCommandOutput, AppStreamClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ExpireSessionCommandOutput extends ExpireSessionResult, __Metad
20
20
  *
21
21
  * @see {@link ExpireSessionCommandInput} for command's `input` shape.
22
22
  * @see {@link ExpireSessionCommandOutput} for command's `response` shape.
23
- * @see {@link AppStreamClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ExpireSessionCommand extends $Command<ExpireSessionCommandInput, ExpireSessionCommandOutput, AppStreamClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListAssociatedFleetsCommandOutput extends ListAssociatedFleetsR
20
20
  *
21
21
  * @see {@link ListAssociatedFleetsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListAssociatedFleetsCommandOutput} for command's `response` shape.
23
- * @see {@link AppStreamClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListAssociatedFleetsCommand extends $Command<ListAssociatedFleetsCommandInput, ListAssociatedFleetsCommandOutput, AppStreamClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListAssociatedStacksCommandOutput extends ListAssociatedStacksR
20
20
  *
21
21
  * @see {@link ListAssociatedStacksCommandInput} for command's `input` shape.
22
22
  * @see {@link ListAssociatedStacksCommandOutput} for command's `response` shape.
23
- * @see {@link AppStreamClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListAssociatedStacksCommand extends $Command<ListAssociatedStacksCommandInput, ListAssociatedStacksCommandOutput, AppStreamClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
21
21
  *
22
22
  * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
23
23
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
24
- * @see {@link AppStreamClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AppStreamClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface StartFleetCommandOutput extends StartFleetResult, __MetadataBea
20
20
  *
21
21
  * @see {@link StartFleetCommandInput} for command's `input` shape.
22
22
  * @see {@link StartFleetCommandOutput} for command's `response` shape.
23
- * @see {@link AppStreamClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class StartFleetCommand extends $Command<StartFleetCommandInput, StartFleetCommandOutput, AppStreamClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface StartImageBuilderCommandOutput extends StartImageBuilderResult,
20
20
  *
21
21
  * @see {@link StartImageBuilderCommandInput} for command's `input` shape.
22
22
  * @see {@link StartImageBuilderCommandOutput} for command's `response` shape.
23
- * @see {@link AppStreamClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class StartImageBuilderCommand extends $Command<StartImageBuilderCommandInput, StartImageBuilderCommandOutput, AppStreamClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface StopFleetCommandOutput extends StopFleetResult, __MetadataBeare
20
20
  *
21
21
  * @see {@link StopFleetCommandInput} for command's `input` shape.
22
22
  * @see {@link StopFleetCommandOutput} for command's `response` shape.
23
- * @see {@link AppStreamClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class StopFleetCommand extends $Command<StopFleetCommandInput, StopFleetCommandOutput, AppStreamClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface StopImageBuilderCommandOutput extends StopImageBuilderResult, _
20
20
  *
21
21
  * @see {@link StopImageBuilderCommandInput} for command's `input` shape.
22
22
  * @see {@link StopImageBuilderCommandOutput} for command's `response` shape.
23
- * @see {@link AppStreamClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class StopImageBuilderCommand extends $Command<StopImageBuilderCommandInput, StopImageBuilderCommandOutput, AppStreamClientResolvedConfig> {
@@ -26,7 +26,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
26
26
  *
27
27
  * @see {@link TagResourceCommandInput} for command's `input` shape.
28
28
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
29
- * @see {@link AppStreamClientResolvedConfig | config} for command's `input` shape.
29
+ * @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
30
30
  *
31
31
  */
32
32
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, AppStreamClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
22
22
  *
23
23
  * @see {@link UntagResourceCommandInput} for command's `input` shape.
24
24
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
25
- * @see {@link AppStreamClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, AppStreamClientResolvedConfig> {
@@ -0,0 +1,35 @@
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
+ * <p>Updates the specified application.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { AppStreamClient, UpdateApplicationCommand } from "@aws-sdk/client-appstream"; // ES Modules import
15
+ * // const { AppStreamClient, UpdateApplicationCommand } = require("@aws-sdk/client-appstream"); // CommonJS import
16
+ * const client = new AppStreamClient(config);
17
+ * const command = new UpdateApplicationCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link UpdateApplicationCommandInput} for command's `input` shape.
22
+ * @see {@link UpdateApplicationCommandOutput} for command's `response` shape.
23
+ * @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class UpdateApplicationCommand extends $Command<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, AppStreamClientResolvedConfig> {
27
+ readonly input: UpdateApplicationCommandInput;
28
+ constructor(input: UpdateApplicationCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateApplicationCommandInput, UpdateApplicationCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -20,7 +20,7 @@ export interface UpdateDirectoryConfigCommandOutput extends UpdateDirectoryConfi
20
20
  *
21
21
  * @see {@link UpdateDirectoryConfigCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateDirectoryConfigCommandOutput} for command's `response` shape.
23
- * @see {@link AppStreamClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateDirectoryConfigCommand extends $Command<UpdateDirectoryConfigCommandInput, UpdateDirectoryConfigCommandOutput, AppStreamClientResolvedConfig> {