@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 { CreateStreamingURLRequest, CreateStreamingURLResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateStreamingURLCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateStreamingURLCommandInput extends CreateStreamingURLRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateStreamingURLCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateStreamingURLCommandOutput extends CreateStreamingURLResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a temporary URL to start an AppStream 2.0 streaming session for the specified user. A streaming URL enables application streaming to be tested without user setup. </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 CreateStreamingURLCommandOutput extends CreateStreamingURLResul
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param CreateStreamingURLCommandInput - {@link CreateStreamingURLCommandInput}
|
|
34
|
+
* @returns {@link CreateStreamingURLCommandOutput}
|
|
28
35
|
* @see {@link CreateStreamingURLCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link CreateStreamingURLCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface CreateStreamingURLCommandOutput extends CreateStreamingURLResul
|
|
|
46
53
|
export declare class CreateStreamingURLCommand extends $Command<CreateStreamingURLCommandInput, CreateStreamingURLCommandOutput, AppStreamClientResolvedConfig> {
|
|
47
54
|
readonly input: CreateStreamingURLCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: CreateStreamingURLCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateStreamingURLCommandInput, CreateStreamingURLCommandOutput>;
|
|
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 { CreateUpdatedImageRequest, CreateUpdatedImageResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateUpdatedImageCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateUpdatedImageCommandInput extends CreateUpdatedImageRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateUpdatedImageCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateUpdatedImageCommandOutput extends CreateUpdatedImageResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a new image with the latest Windows operating system updates, driver updates, and AppStream 2.0 agent software.</p>
|
|
18
23
|
* <p>For more information, see the "Update an Image by Using
|
|
19
24
|
* Managed AppStream 2.0 Image Updates" section in <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/administer-images.html">Administer Your AppStream 2.0 Images</a>, in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>
|
|
@@ -27,6 +32,8 @@ export interface CreateUpdatedImageCommandOutput extends CreateUpdatedImageResul
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param CreateUpdatedImageCommandInput - {@link CreateUpdatedImageCommandInput}
|
|
36
|
+
* @returns {@link CreateUpdatedImageCommandOutput}
|
|
30
37
|
* @see {@link CreateUpdatedImageCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link CreateUpdatedImageCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
@@ -57,11 +64,20 @@ export interface CreateUpdatedImageCommandOutput extends CreateUpdatedImageResul
|
|
|
57
64
|
export declare class CreateUpdatedImageCommand extends $Command<CreateUpdatedImageCommandInput, CreateUpdatedImageCommandOutput, AppStreamClientResolvedConfig> {
|
|
58
65
|
readonly input: CreateUpdatedImageCommandInput;
|
|
59
66
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
67
|
+
/**
|
|
68
|
+
* @public
|
|
69
|
+
*/
|
|
60
70
|
constructor(input: CreateUpdatedImageCommandInput);
|
|
61
71
|
/**
|
|
62
72
|
* @internal
|
|
63
73
|
*/
|
|
64
74
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateUpdatedImageCommandInput, CreateUpdatedImageCommandOutput>;
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
65
78
|
private serialize;
|
|
79
|
+
/**
|
|
80
|
+
* @internal
|
|
81
|
+
*/
|
|
66
82
|
private deserialize;
|
|
67
83
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
|
|
5
5
|
import { CreateUsageReportSubscriptionRequest, CreateUsageReportSubscriptionResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateUsageReportSubscriptionCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateUsageReportSubscriptionCommandInput extends CreateUsageReportSubscriptionRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateUsageReportSubscriptionCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateUsageReportSubscriptionCommandOutput extends CreateUsageReportSubscriptionResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a usage report subscription. Usage reports are generated daily.</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 CreateUsageReportSubscriptionCommandOutput extends CreateUsageR
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param CreateUsageReportSubscriptionCommandInput - {@link CreateUsageReportSubscriptionCommandInput}
|
|
34
|
+
* @returns {@link CreateUsageReportSubscriptionCommandOutput}
|
|
28
35
|
* @see {@link CreateUsageReportSubscriptionCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link CreateUsageReportSubscriptionCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
@@ -43,11 +50,20 @@ export interface CreateUsageReportSubscriptionCommandOutput extends CreateUsageR
|
|
|
43
50
|
export declare class CreateUsageReportSubscriptionCommand extends $Command<CreateUsageReportSubscriptionCommandInput, CreateUsageReportSubscriptionCommandOutput, AppStreamClientResolvedConfig> {
|
|
44
51
|
readonly input: CreateUsageReportSubscriptionCommandInput;
|
|
45
52
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
53
|
+
/**
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
46
56
|
constructor(input: CreateUsageReportSubscriptionCommandInput);
|
|
47
57
|
/**
|
|
48
58
|
* @internal
|
|
49
59
|
*/
|
|
50
60
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateUsageReportSubscriptionCommandInput, CreateUsageReportSubscriptionCommandOutput>;
|
|
61
|
+
/**
|
|
62
|
+
* @internal
|
|
63
|
+
*/
|
|
51
64
|
private serialize;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
52
68
|
private deserialize;
|
|
53
69
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
|
|
5
5
|
import { CreateUserRequest, CreateUserResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateUserCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateUserCommandInput extends CreateUserRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateUserCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateUserCommandOutput extends CreateUserResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a new user in the user pool.</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 CreateUserCommandOutput extends CreateUserResult, __MetadataBea
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param CreateUserCommandInput - {@link CreateUserCommandInput}
|
|
34
|
+
* @returns {@link CreateUserCommandOutput}
|
|
28
35
|
* @see {@link CreateUserCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link CreateUserCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface CreateUserCommandOutput extends CreateUserResult, __MetadataBea
|
|
|
49
56
|
export declare class CreateUserCommand extends $Command<CreateUserCommandInput, CreateUserCommandOutput, AppStreamClientResolvedConfig> {
|
|
50
57
|
readonly input: CreateUserCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: CreateUserCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateUserCommandInput, CreateUserCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
57
70
|
private serialize;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
58
74
|
private deserialize;
|
|
59
75
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
|
|
5
5
|
import { DeleteAppBlockRequest, DeleteAppBlockResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteAppBlockCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteAppBlockCommandInput extends DeleteAppBlockRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteAppBlockCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteAppBlockCommandOutput extends DeleteAppBlockResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes an app block.</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 DeleteAppBlockCommandOutput extends DeleteAppBlockResult, __Met
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DeleteAppBlockCommandInput - {@link DeleteAppBlockCommandInput}
|
|
34
|
+
* @returns {@link DeleteAppBlockCommandOutput}
|
|
28
35
|
* @see {@link DeleteAppBlockCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DeleteAppBlockCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
@@ -43,11 +50,20 @@ export interface DeleteAppBlockCommandOutput extends DeleteAppBlockResult, __Met
|
|
|
43
50
|
export declare class DeleteAppBlockCommand extends $Command<DeleteAppBlockCommandInput, DeleteAppBlockCommandOutput, AppStreamClientResolvedConfig> {
|
|
44
51
|
readonly input: DeleteAppBlockCommandInput;
|
|
45
52
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
53
|
+
/**
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
46
56
|
constructor(input: DeleteAppBlockCommandInput);
|
|
47
57
|
/**
|
|
48
58
|
* @internal
|
|
49
59
|
*/
|
|
50
60
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAppBlockCommandInput, DeleteAppBlockCommandOutput>;
|
|
61
|
+
/**
|
|
62
|
+
* @internal
|
|
63
|
+
*/
|
|
51
64
|
private serialize;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
52
68
|
private deserialize;
|
|
53
69
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
|
|
5
5
|
import { DeleteApplicationRequest, DeleteApplicationResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteApplicationCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteApplicationCommandInput extends DeleteApplicationRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteApplicationCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteApplicationCommandOutput extends DeleteApplicationResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes an application.</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 DeleteApplicationCommandOutput extends DeleteApplicationResult,
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DeleteApplicationCommandInput - {@link DeleteApplicationCommandInput}
|
|
34
|
+
* @returns {@link DeleteApplicationCommandOutput}
|
|
28
35
|
* @see {@link DeleteApplicationCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DeleteApplicationCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface DeleteApplicationCommandOutput extends DeleteApplicationResult,
|
|
|
46
53
|
export declare class DeleteApplicationCommand extends $Command<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, AppStreamClientResolvedConfig> {
|
|
47
54
|
readonly input: DeleteApplicationCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: DeleteApplicationCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteApplicationCommandInput, DeleteApplicationCommandOutput>;
|
|
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 { DeleteDirectoryConfigRequest, DeleteDirectoryConfigResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteDirectoryConfigCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteDirectoryConfigCommandInput extends DeleteDirectoryConfigRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteDirectoryConfigCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteDirectoryConfigCommandOutput extends DeleteDirectoryConfigResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes the specified Directory Config object from AppStream 2.0. This object includes the information required to join streaming instances 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 DeleteDirectoryConfigCommandOutput extends DeleteDirectoryConfi
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DeleteDirectoryConfigCommandInput - {@link DeleteDirectoryConfigCommandInput}
|
|
34
|
+
* @returns {@link DeleteDirectoryConfigCommandOutput}
|
|
28
35
|
* @see {@link DeleteDirectoryConfigCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DeleteDirectoryConfigCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
@@ -40,11 +47,20 @@ export interface DeleteDirectoryConfigCommandOutput extends DeleteDirectoryConfi
|
|
|
40
47
|
export declare class DeleteDirectoryConfigCommand extends $Command<DeleteDirectoryConfigCommandInput, DeleteDirectoryConfigCommandOutput, AppStreamClientResolvedConfig> {
|
|
41
48
|
readonly input: DeleteDirectoryConfigCommandInput;
|
|
42
49
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
50
|
+
/**
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
43
53
|
constructor(input: DeleteDirectoryConfigCommandInput);
|
|
44
54
|
/**
|
|
45
55
|
* @internal
|
|
46
56
|
*/
|
|
47
57
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDirectoryConfigCommandInput, DeleteDirectoryConfigCommandOutput>;
|
|
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 { DeleteEntitlementRequest, DeleteEntitlementResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteEntitlementCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteEntitlementCommandInput extends DeleteEntitlementRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteEntitlementCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteEntitlementCommandOutput extends DeleteEntitlementResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes the specified entitlement.</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 DeleteEntitlementCommandOutput extends DeleteEntitlementResult,
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DeleteEntitlementCommandInput - {@link DeleteEntitlementCommandInput}
|
|
34
|
+
* @returns {@link DeleteEntitlementCommandOutput}
|
|
28
35
|
* @see {@link DeleteEntitlementCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DeleteEntitlementCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface DeleteEntitlementCommandOutput extends DeleteEntitlementResult,
|
|
|
46
53
|
export declare class DeleteEntitlementCommand extends $Command<DeleteEntitlementCommandInput, DeleteEntitlementCommandOutput, AppStreamClientResolvedConfig> {
|
|
47
54
|
readonly input: DeleteEntitlementCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: DeleteEntitlementCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteEntitlementCommandInput, DeleteEntitlementCommandOutput>;
|
|
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 { DeleteFleetRequest, DeleteFleetResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteFleetCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteFleetCommandInput extends DeleteFleetRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteFleetCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteFleetCommandOutput extends DeleteFleetResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes the specified fleet.</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 DeleteFleetCommandOutput extends DeleteFleetResult, __MetadataB
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DeleteFleetCommandInput - {@link DeleteFleetCommandInput}
|
|
34
|
+
* @returns {@link DeleteFleetCommandOutput}
|
|
28
35
|
* @see {@link DeleteFleetCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DeleteFleetCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
@@ -43,11 +50,20 @@ export interface DeleteFleetCommandOutput extends DeleteFleetResult, __MetadataB
|
|
|
43
50
|
export declare class DeleteFleetCommand extends $Command<DeleteFleetCommandInput, DeleteFleetCommandOutput, AppStreamClientResolvedConfig> {
|
|
44
51
|
readonly input: DeleteFleetCommandInput;
|
|
45
52
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
53
|
+
/**
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
46
56
|
constructor(input: DeleteFleetCommandInput);
|
|
47
57
|
/**
|
|
48
58
|
* @internal
|
|
49
59
|
*/
|
|
50
60
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFleetCommandInput, DeleteFleetCommandOutput>;
|
|
61
|
+
/**
|
|
62
|
+
* @internal
|
|
63
|
+
*/
|
|
51
64
|
private serialize;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
52
68
|
private deserialize;
|
|
53
69
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
|
|
5
5
|
import { DeleteImageBuilderRequest, DeleteImageBuilderResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteImageBuilderCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteImageBuilderCommandInput extends DeleteImageBuilderRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteImageBuilderCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteImageBuilderCommandOutput extends DeleteImageBuilderResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes the specified image builder and releases the capacity.</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 DeleteImageBuilderCommandOutput extends DeleteImageBuilderResul
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DeleteImageBuilderCommandInput - {@link DeleteImageBuilderCommandInput}
|
|
34
|
+
* @returns {@link DeleteImageBuilderCommandOutput}
|
|
28
35
|
* @see {@link DeleteImageBuilderCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DeleteImageBuilderCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
@@ -43,11 +50,20 @@ export interface DeleteImageBuilderCommandOutput extends DeleteImageBuilderResul
|
|
|
43
50
|
export declare class DeleteImageBuilderCommand extends $Command<DeleteImageBuilderCommandInput, DeleteImageBuilderCommandOutput, AppStreamClientResolvedConfig> {
|
|
44
51
|
readonly input: DeleteImageBuilderCommandInput;
|
|
45
52
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
53
|
+
/**
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
46
56
|
constructor(input: DeleteImageBuilderCommandInput);
|
|
47
57
|
/**
|
|
48
58
|
* @internal
|
|
49
59
|
*/
|
|
50
60
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteImageBuilderCommandInput, DeleteImageBuilderCommandOutput>;
|
|
61
|
+
/**
|
|
62
|
+
* @internal
|
|
63
|
+
*/
|
|
51
64
|
private serialize;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
52
68
|
private deserialize;
|
|
53
69
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
|
|
5
5
|
import { DeleteImageRequest, DeleteImageResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteImageCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteImageCommandInput extends DeleteImageRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteImageCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteImageCommandOutput extends DeleteImageResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes the specified image. You cannot delete an image when it is in use.
|
|
18
23
|
* After you delete an image, you cannot provision new capacity using the image.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface DeleteImageCommandOutput extends DeleteImageResult, __MetadataB
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param DeleteImageCommandInput - {@link DeleteImageCommandInput}
|
|
35
|
+
* @returns {@link DeleteImageCommandOutput}
|
|
29
36
|
* @see {@link DeleteImageCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link DeleteImageCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
@@ -47,11 +54,20 @@ export interface DeleteImageCommandOutput extends DeleteImageResult, __MetadataB
|
|
|
47
54
|
export declare class DeleteImageCommand extends $Command<DeleteImageCommandInput, DeleteImageCommandOutput, AppStreamClientResolvedConfig> {
|
|
48
55
|
readonly input: DeleteImageCommandInput;
|
|
49
56
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
50
60
|
constructor(input: DeleteImageCommandInput);
|
|
51
61
|
/**
|
|
52
62
|
* @internal
|
|
53
63
|
*/
|
|
54
64
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteImageCommandInput, DeleteImageCommandOutput>;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
55
68
|
private serialize;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
56
72
|
private deserialize;
|
|
57
73
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
|
|
5
5
|
import { DeleteImagePermissionsRequest, DeleteImagePermissionsResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteImagePermissionsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteImagePermissionsCommandInput extends DeleteImagePermissionsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteImagePermissionsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteImagePermissionsCommandOutput extends DeleteImagePermissionsResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes permissions for the specified private image. After you delete permissions for an image, AWS accounts to which you previously granted these permissions can no longer use the image.</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 DeleteImagePermissionsCommandOutput extends DeleteImagePermissi
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DeleteImagePermissionsCommandInput - {@link DeleteImagePermissionsCommandInput}
|
|
34
|
+
* @returns {@link DeleteImagePermissionsCommandOutput}
|
|
28
35
|
* @see {@link DeleteImagePermissionsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DeleteImagePermissionsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
@@ -40,11 +47,20 @@ export interface DeleteImagePermissionsCommandOutput extends DeleteImagePermissi
|
|
|
40
47
|
export declare class DeleteImagePermissionsCommand extends $Command<DeleteImagePermissionsCommandInput, DeleteImagePermissionsCommandOutput, AppStreamClientResolvedConfig> {
|
|
41
48
|
readonly input: DeleteImagePermissionsCommandInput;
|
|
42
49
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
50
|
+
/**
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
43
53
|
constructor(input: DeleteImagePermissionsCommandInput);
|
|
44
54
|
/**
|
|
45
55
|
* @internal
|
|
46
56
|
*/
|
|
47
57
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteImagePermissionsCommandInput, DeleteImagePermissionsCommandOutput>;
|
|
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 { DeleteStackRequest, DeleteStackResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteStackCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteStackCommandInput extends DeleteStackRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteStackCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteStackCommandOutput extends DeleteStackResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes the specified stack. After the stack is deleted, the application streaming environment provided by the stack is no longer available to users. Also, any reservations made for application streaming sessions for the stack are released.</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 DeleteStackCommandOutput extends DeleteStackResult, __MetadataB
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DeleteStackCommandInput - {@link DeleteStackCommandInput}
|
|
34
|
+
* @returns {@link DeleteStackCommandOutput}
|
|
28
35
|
* @see {@link DeleteStackCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DeleteStackCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface DeleteStackCommandOutput extends DeleteStackResult, __MetadataB
|
|
|
46
53
|
export declare class DeleteStackCommand extends $Command<DeleteStackCommandInput, DeleteStackCommandOutput, AppStreamClientResolvedConfig> {
|
|
47
54
|
readonly input: DeleteStackCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: DeleteStackCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteStackCommandInput, DeleteStackCommandOutput>;
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
54
67
|
private serialize;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
55
71
|
private deserialize;
|
|
56
72
|
}
|