@aws-sdk/client-appstream 3.40.0 → 3.45.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.
- package/CHANGELOG.md +44 -0
- package/README.md +7 -7
- package/dist-cjs/AppStream.js +150 -0
- package/dist-cjs/commands/AssociateApplicationFleetCommand.js +36 -0
- package/dist-cjs/commands/CreateAppBlockCommand.js +36 -0
- package/dist-cjs/commands/CreateApplicationCommand.js +36 -0
- package/dist-cjs/commands/DeleteAppBlockCommand.js +36 -0
- package/dist-cjs/commands/DeleteApplicationCommand.js +36 -0
- package/dist-cjs/commands/DescribeAppBlocksCommand.js +36 -0
- package/dist-cjs/commands/DescribeApplicationFleetAssociationsCommand.js +36 -0
- package/dist-cjs/commands/DescribeApplicationsCommand.js +36 -0
- package/dist-cjs/commands/DisassociateApplicationFleetCommand.js +36 -0
- package/dist-cjs/commands/UpdateApplicationCommand.js +36 -0
- package/dist-cjs/commands/index.js +10 -0
- package/dist-cjs/endpoints.js +9 -0
- package/dist-cjs/models/models_0.js +185 -34
- package/dist-cjs/protocols/Aws_json1_1.js +1335 -239
- package/dist-es/AppStream.js +150 -0
- package/dist-es/commands/AssociateApplicationFleetCommand.js +39 -0
- package/dist-es/commands/CreateAppBlockCommand.js +39 -0
- package/dist-es/commands/CreateApplicationCommand.js +39 -0
- package/dist-es/commands/DeleteAppBlockCommand.js +39 -0
- package/dist-es/commands/DeleteApplicationCommand.js +39 -0
- package/dist-es/commands/DescribeAppBlocksCommand.js +39 -0
- package/dist-es/commands/DescribeApplicationFleetAssociationsCommand.js +39 -0
- package/dist-es/commands/DescribeApplicationsCommand.js +39 -0
- package/dist-es/commands/DisassociateApplicationFleetCommand.js +39 -0
- package/dist-es/commands/UpdateApplicationCommand.js +39 -0
- package/dist-es/commands/index.js +10 -0
- package/dist-es/endpoints.js +9 -0
- package/dist-es/models/models_0.js +127 -24
- package/dist-es/protocols/Aws_json1_1.js +1291 -162
- package/dist-types/AppStream.d.ts +104 -4
- package/dist-types/AppStreamClient.d.ts +12 -2
- package/dist-types/commands/AssociateApplicationFleetCommand.d.ts +35 -0
- package/dist-types/commands/AssociateFleetCommand.d.ts +1 -1
- package/dist-types/commands/BatchAssociateUserStackCommand.d.ts +1 -1
- package/dist-types/commands/BatchDisassociateUserStackCommand.d.ts +1 -1
- package/dist-types/commands/CopyImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateAppBlockCommand.d.ts +41 -0
- package/dist-types/commands/CreateApplicationCommand.d.ts +41 -0
- package/dist-types/commands/CreateDirectoryConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateFleetCommand.d.ts +2 -2
- package/dist-types/commands/CreateImageBuilderCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageBuilderStreamingURLCommand.d.ts +1 -1
- package/dist-types/commands/CreateStackCommand.d.ts +1 -1
- package/dist-types/commands/CreateStreamingURLCommand.d.ts +1 -1
- package/dist-types/commands/CreateUpdatedImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateUsageReportSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/CreateUserCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAppBlockCommand.d.ts +35 -0
- package/dist-types/commands/DeleteApplicationCommand.d.ts +35 -0
- package/dist-types/commands/DeleteDirectoryConfigCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFleetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteImageBuilderCommand.d.ts +1 -1
- package/dist-types/commands/DeleteImageCommand.d.ts +1 -1
- package/dist-types/commands/DeleteImagePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteStackCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUsageReportSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAppBlocksCommand.d.ts +35 -0
- package/dist-types/commands/DescribeApplicationFleetAssociationsCommand.d.ts +35 -0
- package/dist-types/commands/DescribeApplicationsCommand.d.ts +35 -0
- package/dist-types/commands/DescribeDirectoryConfigsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFleetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageBuildersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImagePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImagesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSessionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStacksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUsageReportSubscriptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUserStackAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUsersCommand.d.ts +1 -1
- package/dist-types/commands/DisableUserCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateApplicationFleetCommand.d.ts +35 -0
- package/dist-types/commands/DisassociateFleetCommand.d.ts +1 -1
- package/dist-types/commands/EnableUserCommand.d.ts +1 -1
- package/dist-types/commands/ExpireSessionCommand.d.ts +1 -1
- package/dist-types/commands/ListAssociatedFleetsCommand.d.ts +1 -1
- package/dist-types/commands/ListAssociatedStacksCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/StartFleetCommand.d.ts +1 -1
- package/dist-types/commands/StartImageBuilderCommand.d.ts +1 -1
- package/dist-types/commands/StopFleetCommand.d.ts +1 -1
- package/dist-types/commands/StopImageBuilderCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateApplicationCommand.d.ts +35 -0
- package/dist-types/commands/UpdateDirectoryConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFleetCommand.d.ts +22 -4
- package/dist-types/commands/UpdateImagePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateStackCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +647 -63
- package/dist-types/protocols/Aws_json1_1.d.ts +30 -0
- package/dist-types/ts3.4/AppStream.d.ts +50 -0
- package/dist-types/ts3.4/AppStreamClient.d.ts +12 -2
- package/dist-types/ts3.4/commands/AssociateApplicationFleetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateAppBlockCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAppBlockCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAppBlocksCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeApplicationFleetAssociationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeApplicationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateApplicationFleetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +10 -0
- package/dist-types/ts3.4/models/models_0.d.ts +368 -42
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +30 -0
- package/package.json +6 -6
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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> {
|
|
@@ -8,9 +8,27 @@ export interface UpdateFleetCommandOutput extends UpdateFleetResult, __MetadataB
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Updates the specified fleet.</p>
|
|
11
|
-
* <p>If the fleet is in the <code>STOPPED</code> state, you can update any attribute except
|
|
12
|
-
*
|
|
13
|
-
*
|
|
11
|
+
* <p>If the fleet is in the <code>STOPPED</code> state, you can update any attribute except
|
|
12
|
+
* the fleet name.</p>
|
|
13
|
+
* <p>If the fleet is in the <code>RUNNING</code> state, you can update the following based
|
|
14
|
+
* on the fleet type:</p>
|
|
15
|
+
* <ul>
|
|
16
|
+
* <li>
|
|
17
|
+
* <p>Always-On and On-Demand fleet types</p>
|
|
18
|
+
* <p>You can update the <code>DisplayName</code>, <code>ComputeCapacity</code>,
|
|
19
|
+
* <code>ImageARN</code>, <code>ImageName</code>,
|
|
20
|
+
* <code>IdleDisconnectTimeoutInSeconds</code>, and
|
|
21
|
+
* <code>DisconnectTimeoutInSeconds</code> attributes.</p>
|
|
22
|
+
* </li>
|
|
23
|
+
* <li>
|
|
24
|
+
* <p>Elastic fleet type</p>
|
|
25
|
+
* <p>You can update the <code>DisplayName</code>,
|
|
26
|
+
* <code>IdleDisconnectTimeoutInSeconds</code>,
|
|
27
|
+
* <code>DisconnectTimeoutInSeconds</code>, <code>MaxConcurrentSessions</code>,
|
|
28
|
+
* and <code>UsbDeviceFilterStrings</code> attributes.</p>
|
|
29
|
+
* </li>
|
|
30
|
+
* </ul>
|
|
31
|
+
* <p>If the fleet is in the <code>STARTING</code> or <code>STOPPED</code> state, you can't update it.</p>
|
|
14
32
|
* @example
|
|
15
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
16
34
|
* ```javascript
|
|
@@ -23,7 +41,7 @@ export interface UpdateFleetCommandOutput extends UpdateFleetResult, __MetadataB
|
|
|
23
41
|
*
|
|
24
42
|
* @see {@link UpdateFleetCommandInput} for command's `input` shape.
|
|
25
43
|
* @see {@link UpdateFleetCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link AppStreamClientResolvedConfig | config} for
|
|
44
|
+
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
27
45
|
*
|
|
28
46
|
*/
|
|
29
47
|
export declare class UpdateFleetCommand extends $Command<UpdateFleetCommandInput, UpdateFleetCommandOutput, AppStreamClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateImagePermissionsCommandOutput extends UpdateImagePermissi
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateImagePermissionsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateImagePermissionsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link AppStreamClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateImagePermissionsCommand extends $Command<UpdateImagePermissionsCommandInput, UpdateImagePermissionsCommandOutput, AppStreamClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateStackCommandOutput extends UpdateStackResult, __MetadataB
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateStackCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateStackCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link AppStreamClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateStackCommand extends $Command<UpdateStackCommandInput, UpdateStackCommandOutput, AppStreamClientResolvedConfig> {
|