@aws-sdk/client-appstream 3.296.0 → 3.297.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/dist-types/AppStream.d.ts +66 -0
- package/dist-types/AppStreamClient.d.ts +24 -4
- package/dist-types/commands/AssociateApplicationFleetCommand.d.ts +16 -0
- package/dist-types/commands/AssociateApplicationToEntitlementCommand.d.ts +16 -0
- package/dist-types/commands/AssociateFleetCommand.d.ts +16 -0
- package/dist-types/commands/BatchAssociateUserStackCommand.d.ts +16 -0
- package/dist-types/commands/BatchDisassociateUserStackCommand.d.ts +16 -0
- package/dist-types/commands/CopyImageCommand.d.ts +16 -0
- package/dist-types/commands/CreateAppBlockCommand.d.ts +16 -0
- package/dist-types/commands/CreateApplicationCommand.d.ts +16 -0
- package/dist-types/commands/CreateDirectoryConfigCommand.d.ts +16 -0
- package/dist-types/commands/CreateEntitlementCommand.d.ts +16 -0
- package/dist-types/commands/CreateFleetCommand.d.ts +16 -0
- package/dist-types/commands/CreateImageBuilderCommand.d.ts +16 -0
- package/dist-types/commands/CreateImageBuilderStreamingURLCommand.d.ts +16 -0
- package/dist-types/commands/CreateStackCommand.d.ts +16 -0
- package/dist-types/commands/CreateStreamingURLCommand.d.ts +16 -0
- package/dist-types/commands/CreateUpdatedImageCommand.d.ts +16 -0
- package/dist-types/commands/CreateUsageReportSubscriptionCommand.d.ts +16 -0
- package/dist-types/commands/CreateUserCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAppBlockCommand.d.ts +16 -0
- package/dist-types/commands/DeleteApplicationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDirectoryConfigCommand.d.ts +16 -0
- package/dist-types/commands/DeleteEntitlementCommand.d.ts +16 -0
- package/dist-types/commands/DeleteFleetCommand.d.ts +16 -0
- package/dist-types/commands/DeleteImageBuilderCommand.d.ts +16 -0
- package/dist-types/commands/DeleteImageCommand.d.ts +16 -0
- package/dist-types/commands/DeleteImagePermissionsCommand.d.ts +16 -0
- package/dist-types/commands/DeleteStackCommand.d.ts +16 -0
- package/dist-types/commands/DeleteUsageReportSubscriptionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteUserCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAppBlocksCommand.d.ts +16 -0
- package/dist-types/commands/DescribeApplicationFleetAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeApplicationsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDirectoryConfigsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeEntitlementsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeFleetsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeImageBuildersCommand.d.ts +16 -0
- package/dist-types/commands/DescribeImagePermissionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeImagesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSessionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeStacksCommand.d.ts +16 -0
- package/dist-types/commands/DescribeUsageReportSubscriptionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeUserStackAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeUsersCommand.d.ts +16 -0
- package/dist-types/commands/DisableUserCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateApplicationFleetCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateApplicationFromEntitlementCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateFleetCommand.d.ts +16 -0
- package/dist-types/commands/EnableUserCommand.d.ts +16 -0
- package/dist-types/commands/ExpireSessionCommand.d.ts +16 -0
- package/dist-types/commands/ListAssociatedFleetsCommand.d.ts +16 -0
- package/dist-types/commands/ListAssociatedStacksCommand.d.ts +16 -0
- package/dist-types/commands/ListEntitledApplicationsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/StartFleetCommand.d.ts +16 -0
- package/dist-types/commands/StartImageBuilderCommand.d.ts +16 -0
- package/dist-types/commands/StopFleetCommand.d.ts +16 -0
- package/dist-types/commands/StopImageBuilderCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateApplicationCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDirectoryConfigCommand.d.ts +16 -0
- package/dist-types/commands/UpdateEntitlementCommand.d.ts +16 -0
- package/dist-types/commands/UpdateFleetCommand.d.ts +16 -0
- package/dist-types/commands/UpdateImagePermissionsCommand.d.ts +16 -0
- package/dist-types/commands/UpdateStackCommand.d.ts +16 -0
- package/dist-types/models/AppStreamServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +527 -0
- package/dist-types/pagination/DescribeImagePermissionsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeImagesPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/package.json +3 -3
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
|
|
5
5
|
import { AssociateApplicationToEntitlementRequest, AssociateApplicationToEntitlementResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link AssociateApplicationToEntitlementCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface AssociateApplicationToEntitlementCommandInput extends AssociateApplicationToEntitlementRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link AssociateApplicationToEntitlementCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface AssociateApplicationToEntitlementCommandOutput extends AssociateApplicationToEntitlementResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Associates an application to entitle.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface AssociateApplicationToEntitlementCommandOutput extends Associat
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param AssociateApplicationToEntitlementCommandInput - {@link AssociateApplicationToEntitlementCommandInput}
|
|
34
|
+
* @returns {@link AssociateApplicationToEntitlementCommandOutput}
|
|
28
35
|
* @see {@link AssociateApplicationToEntitlementCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link AssociateApplicationToEntitlementCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface AssociateApplicationToEntitlementCommandOutput extends Associat
|
|
|
46
53
|
export declare class AssociateApplicationToEntitlementCommand extends $Command<AssociateApplicationToEntitlementCommandInput, AssociateApplicationToEntitlementCommandOutput, AppStreamClientResolvedConfig> {
|
|
47
54
|
readonly input: AssociateApplicationToEntitlementCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: AssociateApplicationToEntitlementCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateApplicationToEntitlementCommandInput, AssociateApplicationToEntitlementCommandOutput>;
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
54
67
|
private serialize;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
55
71
|
private deserialize;
|
|
56
72
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
|
|
5
5
|
import { AssociateFleetRequest, AssociateFleetResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link AssociateFleetCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface AssociateFleetCommandInput extends AssociateFleetRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link AssociateFleetCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface AssociateFleetCommandOutput extends AssociateFleetResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Associates the specified fleet with the specified stack.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface AssociateFleetCommandOutput extends AssociateFleetResult, __Met
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param AssociateFleetCommandInput - {@link AssociateFleetCommandInput}
|
|
34
|
+
* @returns {@link AssociateFleetCommandOutput}
|
|
28
35
|
* @see {@link AssociateFleetCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link AssociateFleetCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface AssociateFleetCommandOutput extends AssociateFleetResult, __Met
|
|
|
52
59
|
export declare class AssociateFleetCommand extends $Command<AssociateFleetCommandInput, AssociateFleetCommandOutput, AppStreamClientResolvedConfig> {
|
|
53
60
|
readonly input: AssociateFleetCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: AssociateFleetCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateFleetCommandInput, AssociateFleetCommandOutput>;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
60
73
|
private serialize;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
61
77
|
private deserialize;
|
|
62
78
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
|
|
5
5
|
import { BatchAssociateUserStackRequest, BatchAssociateUserStackResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link BatchAssociateUserStackCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface BatchAssociateUserStackCommandInput extends BatchAssociateUserStackRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link BatchAssociateUserStackCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface BatchAssociateUserStackCommandOutput extends BatchAssociateUserStackResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Associates the specified users with the specified stacks. Users in a user pool cannot be assigned to stacks with fleets that are joined to an Active Directory domain.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface BatchAssociateUserStackCommandOutput extends BatchAssociateUser
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param BatchAssociateUserStackCommandInput - {@link BatchAssociateUserStackCommandInput}
|
|
34
|
+
* @returns {@link BatchAssociateUserStackCommandOutput}
|
|
28
35
|
* @see {@link BatchAssociateUserStackCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link BatchAssociateUserStackCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
@@ -40,11 +47,20 @@ export interface BatchAssociateUserStackCommandOutput extends BatchAssociateUser
|
|
|
40
47
|
export declare class BatchAssociateUserStackCommand extends $Command<BatchAssociateUserStackCommandInput, BatchAssociateUserStackCommandOutput, AppStreamClientResolvedConfig> {
|
|
41
48
|
readonly input: BatchAssociateUserStackCommandInput;
|
|
42
49
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
50
|
+
/**
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
43
53
|
constructor(input: BatchAssociateUserStackCommandInput);
|
|
44
54
|
/**
|
|
45
55
|
* @internal
|
|
46
56
|
*/
|
|
47
57
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchAssociateUserStackCommandInput, BatchAssociateUserStackCommandOutput>;
|
|
58
|
+
/**
|
|
59
|
+
* @internal
|
|
60
|
+
*/
|
|
48
61
|
private serialize;
|
|
62
|
+
/**
|
|
63
|
+
* @internal
|
|
64
|
+
*/
|
|
49
65
|
private deserialize;
|
|
50
66
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
|
|
5
5
|
import { BatchDisassociateUserStackRequest, BatchDisassociateUserStackResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link BatchDisassociateUserStackCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface BatchDisassociateUserStackCommandInput extends BatchDisassociateUserStackRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link BatchDisassociateUserStackCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface BatchDisassociateUserStackCommandOutput extends BatchDisassociateUserStackResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Disassociates the specified users from the specified stacks.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface BatchDisassociateUserStackCommandOutput extends BatchDisassocia
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param BatchDisassociateUserStackCommandInput - {@link BatchDisassociateUserStackCommandInput}
|
|
34
|
+
* @returns {@link BatchDisassociateUserStackCommandOutput}
|
|
28
35
|
* @see {@link BatchDisassociateUserStackCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link BatchDisassociateUserStackCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
@@ -40,11 +47,20 @@ export interface BatchDisassociateUserStackCommandOutput extends BatchDisassocia
|
|
|
40
47
|
export declare class BatchDisassociateUserStackCommand extends $Command<BatchDisassociateUserStackCommandInput, BatchDisassociateUserStackCommandOutput, AppStreamClientResolvedConfig> {
|
|
41
48
|
readonly input: BatchDisassociateUserStackCommandInput;
|
|
42
49
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
50
|
+
/**
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
43
53
|
constructor(input: BatchDisassociateUserStackCommandInput);
|
|
44
54
|
/**
|
|
45
55
|
* @internal
|
|
46
56
|
*/
|
|
47
57
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchDisassociateUserStackCommandInput, BatchDisassociateUserStackCommandOutput>;
|
|
58
|
+
/**
|
|
59
|
+
* @internal
|
|
60
|
+
*/
|
|
48
61
|
private serialize;
|
|
62
|
+
/**
|
|
63
|
+
* @internal
|
|
64
|
+
*/
|
|
49
65
|
private deserialize;
|
|
50
66
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
|
|
5
5
|
import { CopyImageRequest, CopyImageResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CopyImageCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CopyImageCommandInput extends CopyImageRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CopyImageCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CopyImageCommandOutput extends CopyImageResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Copies the image within the same region or to a new region within the same AWS account. Note that any tags you added to the image will not be copied.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface CopyImageCommandOutput extends CopyImageResponse, __MetadataBea
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param CopyImageCommandInput - {@link CopyImageCommandInput}
|
|
34
|
+
* @returns {@link CopyImageCommandOutput}
|
|
28
35
|
* @see {@link CopyImageCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link CopyImageCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface CopyImageCommandOutput extends CopyImageResponse, __MetadataBea
|
|
|
52
59
|
export declare class CopyImageCommand extends $Command<CopyImageCommandInput, CopyImageCommandOutput, AppStreamClientResolvedConfig> {
|
|
53
60
|
readonly input: CopyImageCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: CopyImageCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CopyImageCommandInput, CopyImageCommandOutput>;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
60
73
|
private serialize;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
61
77
|
private deserialize;
|
|
62
78
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
|
|
5
5
|
import { CreateAppBlockRequest, CreateAppBlockResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateAppBlockCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateAppBlockCommandInput extends CreateAppBlockRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateAppBlockCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateAppBlockCommandOutput extends CreateAppBlockResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates an app block.</p>
|
|
18
23
|
* <p>App blocks are an Amazon AppStream 2.0 resource that stores the details about the
|
|
19
24
|
* virtual hard disk in an S3 bucket. It also stores the setup script with details about
|
|
@@ -31,6 +36,8 @@ export interface CreateAppBlockCommandOutput extends CreateAppBlockResult, __Met
|
|
|
31
36
|
* const response = await client.send(command);
|
|
32
37
|
* ```
|
|
33
38
|
*
|
|
39
|
+
* @param CreateAppBlockCommandInput - {@link CreateAppBlockCommandInput}
|
|
40
|
+
* @returns {@link CreateAppBlockCommandOutput}
|
|
34
41
|
* @see {@link CreateAppBlockCommandInput} for command's `input` shape.
|
|
35
42
|
* @see {@link CreateAppBlockCommandOutput} for command's `response` shape.
|
|
36
43
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface CreateAppBlockCommandOutput extends CreateAppBlockResult, __Met
|
|
|
52
59
|
export declare class CreateAppBlockCommand extends $Command<CreateAppBlockCommandInput, CreateAppBlockCommandOutput, AppStreamClientResolvedConfig> {
|
|
53
60
|
readonly input: CreateAppBlockCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: CreateAppBlockCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAppBlockCommandInput, CreateAppBlockCommandOutput>;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
60
73
|
private serialize;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
61
77
|
private deserialize;
|
|
62
78
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
|
|
5
5
|
import { CreateApplicationRequest, CreateApplicationResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateApplicationCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateApplicationCommandInput extends CreateApplicationRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateApplicationCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateApplicationCommandOutput extends CreateApplicationResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates an application.</p>
|
|
18
23
|
* <p>Applications are an Amazon AppStream 2.0 resource that stores the details about how to
|
|
19
24
|
* launch applications on Elastic fleet streaming instances. An application consists of the
|
|
@@ -31,6 +36,8 @@ export interface CreateApplicationCommandOutput extends CreateApplicationResult,
|
|
|
31
36
|
* const response = await client.send(command);
|
|
32
37
|
* ```
|
|
33
38
|
*
|
|
39
|
+
* @param CreateApplicationCommandInput - {@link CreateApplicationCommandInput}
|
|
40
|
+
* @returns {@link CreateApplicationCommandOutput}
|
|
34
41
|
* @see {@link CreateApplicationCommandInput} for command's `input` shape.
|
|
35
42
|
* @see {@link CreateApplicationCommandOutput} for command's `response` shape.
|
|
36
43
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
@@ -55,11 +62,20 @@ export interface CreateApplicationCommandOutput extends CreateApplicationResult,
|
|
|
55
62
|
export declare class CreateApplicationCommand extends $Command<CreateApplicationCommandInput, CreateApplicationCommandOutput, AppStreamClientResolvedConfig> {
|
|
56
63
|
readonly input: CreateApplicationCommandInput;
|
|
57
64
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
58
68
|
constructor(input: CreateApplicationCommandInput);
|
|
59
69
|
/**
|
|
60
70
|
* @internal
|
|
61
71
|
*/
|
|
62
72
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateApplicationCommandInput, CreateApplicationCommandOutput>;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
63
76
|
private serialize;
|
|
77
|
+
/**
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
64
80
|
private deserialize;
|
|
65
81
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
|
|
5
5
|
import { CreateDirectoryConfigRequest, CreateDirectoryConfigResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateDirectoryConfigCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateDirectoryConfigCommandInput extends CreateDirectoryConfigRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateDirectoryConfigCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateDirectoryConfigCommandOutput extends CreateDirectoryConfigResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a Directory Config object in AppStream 2.0. This object includes the configuration information required to join fleets and image builders to Microsoft Active Directory domains.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface CreateDirectoryConfigCommandOutput extends CreateDirectoryConfi
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param CreateDirectoryConfigCommandInput - {@link CreateDirectoryConfigCommandInput}
|
|
34
|
+
* @returns {@link CreateDirectoryConfigCommandOutput}
|
|
28
35
|
* @see {@link CreateDirectoryConfigCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link CreateDirectoryConfigCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface CreateDirectoryConfigCommandOutput extends CreateDirectoryConfi
|
|
|
52
59
|
export declare class CreateDirectoryConfigCommand extends $Command<CreateDirectoryConfigCommandInput, CreateDirectoryConfigCommandOutput, AppStreamClientResolvedConfig> {
|
|
53
60
|
readonly input: CreateDirectoryConfigCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: CreateDirectoryConfigCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDirectoryConfigCommandInput, CreateDirectoryConfigCommandOutput>;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
60
73
|
private serialize;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
61
77
|
private deserialize;
|
|
62
78
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
|
|
5
5
|
import { CreateEntitlementRequest, CreateEntitlementResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateEntitlementCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateEntitlementCommandInput extends CreateEntitlementRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateEntitlementCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateEntitlementCommandOutput extends CreateEntitlementResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a new entitlement. Entitlements control access to specific applications within
|
|
18
23
|
* a stack, based on user attributes. Entitlements apply to SAML 2.0 federated user
|
|
19
24
|
* identities. Amazon AppStream 2.0 user pool and streaming URL users are entitled to all
|
|
@@ -30,6 +35,8 @@ export interface CreateEntitlementCommandOutput extends CreateEntitlementResult,
|
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
32
37
|
*
|
|
38
|
+
* @param CreateEntitlementCommandInput - {@link CreateEntitlementCommandInput}
|
|
39
|
+
* @returns {@link CreateEntitlementCommandOutput}
|
|
33
40
|
* @see {@link CreateEntitlementCommandInput} for command's `input` shape.
|
|
34
41
|
* @see {@link CreateEntitlementCommandOutput} for command's `response` shape.
|
|
35
42
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
@@ -51,11 +58,20 @@ export interface CreateEntitlementCommandOutput extends CreateEntitlementResult,
|
|
|
51
58
|
export declare class CreateEntitlementCommand extends $Command<CreateEntitlementCommandInput, CreateEntitlementCommandOutput, AppStreamClientResolvedConfig> {
|
|
52
59
|
readonly input: CreateEntitlementCommandInput;
|
|
53
60
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
61
|
+
/**
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
54
64
|
constructor(input: CreateEntitlementCommandInput);
|
|
55
65
|
/**
|
|
56
66
|
* @internal
|
|
57
67
|
*/
|
|
58
68
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateEntitlementCommandInput, CreateEntitlementCommandOutput>;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
59
72
|
private serialize;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
60
76
|
private deserialize;
|
|
61
77
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
|
|
5
5
|
import { CreateFleetRequest, CreateFleetResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateFleetCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateFleetCommandInput extends CreateFleetRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateFleetCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateFleetCommandOutput extends CreateFleetResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a fleet. A fleet consists of streaming instances that your users access for their applications and desktops.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface CreateFleetCommandOutput extends CreateFleetResult, __MetadataB
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param CreateFleetCommandInput - {@link CreateFleetCommandInput}
|
|
34
|
+
* @returns {@link CreateFleetCommandOutput}
|
|
28
35
|
* @see {@link CreateFleetCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link CreateFleetCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
@@ -67,11 +74,20 @@ export interface CreateFleetCommandOutput extends CreateFleetResult, __MetadataB
|
|
|
67
74
|
export declare class CreateFleetCommand extends $Command<CreateFleetCommandInput, CreateFleetCommandOutput, AppStreamClientResolvedConfig> {
|
|
68
75
|
readonly input: CreateFleetCommandInput;
|
|
69
76
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
77
|
+
/**
|
|
78
|
+
* @public
|
|
79
|
+
*/
|
|
70
80
|
constructor(input: CreateFleetCommandInput);
|
|
71
81
|
/**
|
|
72
82
|
* @internal
|
|
73
83
|
*/
|
|
74
84
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFleetCommandInput, CreateFleetCommandOutput>;
|
|
85
|
+
/**
|
|
86
|
+
* @internal
|
|
87
|
+
*/
|
|
75
88
|
private serialize;
|
|
89
|
+
/**
|
|
90
|
+
* @internal
|
|
91
|
+
*/
|
|
76
92
|
private deserialize;
|
|
77
93
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
|
|
5
5
|
import { CreateImageBuilderRequest, CreateImageBuilderResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateImageBuilderCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateImageBuilderCommandInput extends CreateImageBuilderRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateImageBuilderCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateImageBuilderCommandOutput extends CreateImageBuilderResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates an image builder. An image builder is a virtual machine that is used to create an image.</p>
|
|
18
23
|
* <p>The initial state of the builder is <code>PENDING</code>. When it is ready, the state is <code>RUNNING</code>.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface CreateImageBuilderCommandOutput extends CreateImageBuilderResul
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param CreateImageBuilderCommandInput - {@link CreateImageBuilderCommandInput}
|
|
35
|
+
* @returns {@link CreateImageBuilderCommandOutput}
|
|
29
36
|
* @see {@link CreateImageBuilderCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link CreateImageBuilderCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
@@ -68,11 +75,20 @@ export interface CreateImageBuilderCommandOutput extends CreateImageBuilderResul
|
|
|
68
75
|
export declare class CreateImageBuilderCommand extends $Command<CreateImageBuilderCommandInput, CreateImageBuilderCommandOutput, AppStreamClientResolvedConfig> {
|
|
69
76
|
readonly input: CreateImageBuilderCommandInput;
|
|
70
77
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
78
|
+
/**
|
|
79
|
+
* @public
|
|
80
|
+
*/
|
|
71
81
|
constructor(input: CreateImageBuilderCommandInput);
|
|
72
82
|
/**
|
|
73
83
|
* @internal
|
|
74
84
|
*/
|
|
75
85
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateImageBuilderCommandInput, CreateImageBuilderCommandOutput>;
|
|
86
|
+
/**
|
|
87
|
+
* @internal
|
|
88
|
+
*/
|
|
76
89
|
private serialize;
|
|
90
|
+
/**
|
|
91
|
+
* @internal
|
|
92
|
+
*/
|
|
77
93
|
private deserialize;
|
|
78
94
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
|
|
5
5
|
import { CreateImageBuilderStreamingURLRequest, CreateImageBuilderStreamingURLResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateImageBuilderStreamingURLCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateImageBuilderStreamingURLCommandInput extends CreateImageBuilderStreamingURLRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateImageBuilderStreamingURLCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateImageBuilderStreamingURLCommandOutput extends CreateImageBuilderStreamingURLResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a URL to start an image builder streaming session.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface CreateImageBuilderStreamingURLCommandOutput extends CreateImage
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param CreateImageBuilderStreamingURLCommandInput - {@link CreateImageBuilderStreamingURLCommandInput}
|
|
34
|
+
* @returns {@link CreateImageBuilderStreamingURLCommandOutput}
|
|
28
35
|
* @see {@link CreateImageBuilderStreamingURLCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link CreateImageBuilderStreamingURLCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
@@ -40,11 +47,20 @@ export interface CreateImageBuilderStreamingURLCommandOutput extends CreateImage
|
|
|
40
47
|
export declare class CreateImageBuilderStreamingURLCommand extends $Command<CreateImageBuilderStreamingURLCommandInput, CreateImageBuilderStreamingURLCommandOutput, AppStreamClientResolvedConfig> {
|
|
41
48
|
readonly input: CreateImageBuilderStreamingURLCommandInput;
|
|
42
49
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
50
|
+
/**
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
43
53
|
constructor(input: CreateImageBuilderStreamingURLCommandInput);
|
|
44
54
|
/**
|
|
45
55
|
* @internal
|
|
46
56
|
*/
|
|
47
57
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateImageBuilderStreamingURLCommandInput, CreateImageBuilderStreamingURLCommandOutput>;
|
|
58
|
+
/**
|
|
59
|
+
* @internal
|
|
60
|
+
*/
|
|
48
61
|
private serialize;
|
|
62
|
+
/**
|
|
63
|
+
* @internal
|
|
64
|
+
*/
|
|
49
65
|
private deserialize;
|
|
50
66
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
|
|
5
5
|
import { CreateStackRequest, CreateStackResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateStackCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateStackCommandInput extends CreateStackRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateStackCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateStackCommandOutput extends CreateStackResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a stack to start streaming applications to users. A stack consists of an associated fleet, user access policies, and storage configurations. </p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface CreateStackCommandOutput extends CreateStackResult, __MetadataB
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param CreateStackCommandInput - {@link CreateStackCommandInput}
|
|
34
|
+
* @returns {@link CreateStackCommandOutput}
|
|
28
35
|
* @see {@link CreateStackCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link CreateStackCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
@@ -55,11 +62,20 @@ export interface CreateStackCommandOutput extends CreateStackResult, __MetadataB
|
|
|
55
62
|
export declare class CreateStackCommand extends $Command<CreateStackCommandInput, CreateStackCommandOutput, AppStreamClientResolvedConfig> {
|
|
56
63
|
readonly input: CreateStackCommandInput;
|
|
57
64
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
58
68
|
constructor(input: CreateStackCommandInput);
|
|
59
69
|
/**
|
|
60
70
|
* @internal
|
|
61
71
|
*/
|
|
62
72
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateStackCommandInput, CreateStackCommandOutput>;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
63
76
|
private serialize;
|
|
77
|
+
/**
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
64
80
|
private deserialize;
|
|
65
81
|
}
|