@aws-sdk/client-appstream 3.42.0 → 3.47.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 +51 -0
- package/README.md +7 -7
- package/dist-cjs/AppStream.js +255 -0
- package/dist-cjs/commands/AssociateApplicationFleetCommand.js +36 -0
- package/dist-cjs/commands/AssociateApplicationToEntitlementCommand.js +36 -0
- package/dist-cjs/commands/CreateAppBlockCommand.js +36 -0
- package/dist-cjs/commands/CreateApplicationCommand.js +36 -0
- package/dist-cjs/commands/CreateEntitlementCommand.js +36 -0
- package/dist-cjs/commands/DeleteAppBlockCommand.js +36 -0
- package/dist-cjs/commands/DeleteApplicationCommand.js +36 -0
- package/dist-cjs/commands/DeleteEntitlementCommand.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/DescribeEntitlementsCommand.js +36 -0
- package/dist-cjs/commands/DisassociateApplicationFleetCommand.js +36 -0
- package/dist-cjs/commands/DisassociateApplicationFromEntitlementCommand.js +36 -0
- package/dist-cjs/commands/ListEntitledApplicationsCommand.js +36 -0
- package/dist-cjs/commands/UpdateApplicationCommand.js +36 -0
- package/dist-cjs/commands/UpdateEntitlementCommand.js +36 -0
- package/dist-cjs/commands/index.js +17 -0
- package/dist-cjs/endpoints.js +1 -12
- package/dist-cjs/models/models_0.js +254 -68
- package/dist-cjs/protocols/Aws_json1_1.js +1964 -115
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +9 -3
- package/dist-es/AppStream.js +255 -0
- package/dist-es/commands/AssociateApplicationFleetCommand.js +39 -0
- package/dist-es/commands/AssociateApplicationToEntitlementCommand.js +39 -0
- package/dist-es/commands/CreateAppBlockCommand.js +39 -0
- package/dist-es/commands/CreateApplicationCommand.js +39 -0
- package/dist-es/commands/CreateEntitlementCommand.js +39 -0
- package/dist-es/commands/DeleteAppBlockCommand.js +39 -0
- package/dist-es/commands/DeleteApplicationCommand.js +39 -0
- package/dist-es/commands/DeleteEntitlementCommand.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/DescribeEntitlementsCommand.js +39 -0
- package/dist-es/commands/DisassociateApplicationFleetCommand.js +39 -0
- package/dist-es/commands/DisassociateApplicationFromEntitlementCommand.js +39 -0
- package/dist-es/commands/ListEntitledApplicationsCommand.js +39 -0
- package/dist-es/commands/UpdateApplicationCommand.js +39 -0
- package/dist-es/commands/UpdateEntitlementCommand.js +39 -0
- package/dist-es/commands/index.js +17 -0
- package/dist-es/endpoints.js +1 -12
- package/dist-es/models/models_0.js +176 -48
- package/dist-es/protocols/Aws_json1_1.js +2134 -222
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -6
- package/dist-types/AppStream.d.ts +158 -4
- package/dist-types/AppStreamClient.d.ts +24 -3
- package/dist-types/commands/AssociateApplicationFleetCommand.d.ts +35 -0
- package/dist-types/commands/AssociateApplicationToEntitlementCommand.d.ts +35 -0
- package/dist-types/commands/CreateAppBlockCommand.d.ts +41 -0
- package/dist-types/commands/CreateApplicationCommand.d.ts +41 -0
- package/dist-types/commands/CreateEntitlementCommand.d.ts +40 -0
- package/dist-types/commands/CreateFleetCommand.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/DeleteEntitlementCommand.d.ts +35 -0
- 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/DescribeEntitlementsCommand.d.ts +35 -0
- package/dist-types/commands/DisassociateApplicationFleetCommand.d.ts +35 -0
- package/dist-types/commands/DisassociateApplicationFromEntitlementCommand.d.ts +35 -0
- package/dist-types/commands/ListEntitledApplicationsCommand.d.ts +35 -0
- package/dist-types/commands/UpdateApplicationCommand.d.ts +35 -0
- package/dist-types/commands/UpdateEntitlementCommand.d.ts +35 -0
- package/dist-types/commands/UpdateFleetCommand.d.ts +21 -3
- package/dist-types/commands/index.d.ts +17 -0
- package/dist-types/models/models_0.d.ts +982 -95
- package/dist-types/protocols/Aws_json1_1.d.ts +51 -0
- package/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/AppStream.d.ts +85 -0
- package/dist-types/ts3.4/AppStreamClient.d.ts +22 -3
- package/dist-types/ts3.4/commands/AssociateApplicationFleetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateApplicationToEntitlementCommand.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/CreateEntitlementCommand.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/DeleteEntitlementCommand.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/DescribeEntitlementsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateApplicationFleetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateApplicationFromEntitlementCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListEntitledApplicationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateEntitlementCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +17 -0
- package/dist-types/ts3.4/models/models_0.d.ts +549 -64
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +51 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +39 -46
|
@@ -0,0 +1,41 @@
|
|
|
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 { CreateApplicationRequest, CreateApplicationResult } from "../models/models_0";
|
|
5
|
+
export interface CreateApplicationCommandInput extends CreateApplicationRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateApplicationCommandOutput extends CreateApplicationResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Creates an application.</p>
|
|
11
|
+
* <p>Applications are an Amazon AppStream 2.0 resource that stores the details about how to
|
|
12
|
+
* launch applications on Elastic fleet streaming instances. An application consists of the
|
|
13
|
+
* launch details, icon, and display name. Applications are associated with an app block
|
|
14
|
+
* that contains the application binaries and other files. The applications assigned to an
|
|
15
|
+
* Elastic fleet are the applications users can launch. </p>
|
|
16
|
+
* <p>This is only supported for Elastic fleets.</p>
|
|
17
|
+
* @example
|
|
18
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
19
|
+
* ```javascript
|
|
20
|
+
* import { AppStreamClient, CreateApplicationCommand } from "@aws-sdk/client-appstream"; // ES Modules import
|
|
21
|
+
* // const { AppStreamClient, CreateApplicationCommand } = require("@aws-sdk/client-appstream"); // CommonJS import
|
|
22
|
+
* const client = new AppStreamClient(config);
|
|
23
|
+
* const command = new CreateApplicationCommand(input);
|
|
24
|
+
* const response = await client.send(command);
|
|
25
|
+
* ```
|
|
26
|
+
*
|
|
27
|
+
* @see {@link CreateApplicationCommandInput} for command's `input` shape.
|
|
28
|
+
* @see {@link CreateApplicationCommandOutput} for command's `response` shape.
|
|
29
|
+
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
export declare class CreateApplicationCommand extends $Command<CreateApplicationCommandInput, CreateApplicationCommandOutput, AppStreamClientResolvedConfig> {
|
|
33
|
+
readonly input: CreateApplicationCommandInput;
|
|
34
|
+
constructor(input: CreateApplicationCommandInput);
|
|
35
|
+
/**
|
|
36
|
+
* @internal
|
|
37
|
+
*/
|
|
38
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateApplicationCommandInput, CreateApplicationCommandOutput>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
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 { CreateEntitlementRequest, CreateEntitlementResult } from "../models/models_0";
|
|
5
|
+
export interface CreateEntitlementCommandInput extends CreateEntitlementRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateEntitlementCommandOutput extends CreateEntitlementResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Creates a new entitlement. Entitlements control access to specific applications within
|
|
11
|
+
* a stack, based on user attributes. Entitlements apply to SAML 2.0 federated user
|
|
12
|
+
* identities. Amazon AppStream 2.0 user pool and streaming URL users are entitled to all
|
|
13
|
+
* applications in a stack. Entitlements don't apply to the desktop stream view
|
|
14
|
+
* application, or to applications managed by a dynamic app provider using the Dynamic
|
|
15
|
+
* Application Framework.</p>
|
|
16
|
+
* @example
|
|
17
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
18
|
+
* ```javascript
|
|
19
|
+
* import { AppStreamClient, CreateEntitlementCommand } from "@aws-sdk/client-appstream"; // ES Modules import
|
|
20
|
+
* // const { AppStreamClient, CreateEntitlementCommand } = require("@aws-sdk/client-appstream"); // CommonJS import
|
|
21
|
+
* const client = new AppStreamClient(config);
|
|
22
|
+
* const command = new CreateEntitlementCommand(input);
|
|
23
|
+
* const response = await client.send(command);
|
|
24
|
+
* ```
|
|
25
|
+
*
|
|
26
|
+
* @see {@link CreateEntitlementCommandInput} for command's `input` shape.
|
|
27
|
+
* @see {@link CreateEntitlementCommandOutput} for command's `response` shape.
|
|
28
|
+
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
export declare class CreateEntitlementCommand extends $Command<CreateEntitlementCommandInput, CreateEntitlementCommandOutput, AppStreamClientResolvedConfig> {
|
|
32
|
+
readonly input: CreateEntitlementCommandInput;
|
|
33
|
+
constructor(input: CreateEntitlementCommandInput);
|
|
34
|
+
/**
|
|
35
|
+
* @internal
|
|
36
|
+
*/
|
|
37
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateEntitlementCommandInput, CreateEntitlementCommandOutput>;
|
|
38
|
+
private serialize;
|
|
39
|
+
private deserialize;
|
|
40
|
+
}
|
|
@@ -7,7 +7,7 @@ export interface CreateFleetCommandInput extends CreateFleetRequest {
|
|
|
7
7
|
export interface CreateFleetCommandOutput extends CreateFleetResult, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Creates a fleet. A fleet consists of streaming instances that run a specified image.</p>
|
|
10
|
+
* <p>Creates a fleet. A fleet consists of streaming instances that run a specified image when using Always-On or On-Demand.</p>
|
|
11
11
|
* @example
|
|
12
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
13
|
* ```javascript
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
|
|
4
|
+
import { DeleteAppBlockRequest, DeleteAppBlockResult } from "../models/models_0";
|
|
5
|
+
export interface DeleteAppBlockCommandInput extends DeleteAppBlockRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteAppBlockCommandOutput extends DeleteAppBlockResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Deletes an app block.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { AppStreamClient, DeleteAppBlockCommand } from "@aws-sdk/client-appstream"; // ES Modules import
|
|
15
|
+
* // const { AppStreamClient, DeleteAppBlockCommand } = require("@aws-sdk/client-appstream"); // CommonJS import
|
|
16
|
+
* const client = new AppStreamClient(config);
|
|
17
|
+
* const command = new DeleteAppBlockCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link DeleteAppBlockCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link DeleteAppBlockCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class DeleteAppBlockCommand extends $Command<DeleteAppBlockCommandInput, DeleteAppBlockCommandOutput, AppStreamClientResolvedConfig> {
|
|
27
|
+
readonly input: DeleteAppBlockCommandInput;
|
|
28
|
+
constructor(input: DeleteAppBlockCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAppBlockCommandInput, DeleteAppBlockCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
|
|
4
|
+
import { DeleteApplicationRequest, DeleteApplicationResult } from "../models/models_0";
|
|
5
|
+
export interface DeleteApplicationCommandInput extends DeleteApplicationRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteApplicationCommandOutput extends DeleteApplicationResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Deletes an application.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { AppStreamClient, DeleteApplicationCommand } from "@aws-sdk/client-appstream"; // ES Modules import
|
|
15
|
+
* // const { AppStreamClient, DeleteApplicationCommand } = require("@aws-sdk/client-appstream"); // CommonJS import
|
|
16
|
+
* const client = new AppStreamClient(config);
|
|
17
|
+
* const command = new DeleteApplicationCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link DeleteApplicationCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link DeleteApplicationCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class DeleteApplicationCommand extends $Command<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, AppStreamClientResolvedConfig> {
|
|
27
|
+
readonly input: DeleteApplicationCommandInput;
|
|
28
|
+
constructor(input: DeleteApplicationCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteApplicationCommandInput, DeleteApplicationCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -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 { DeleteEntitlementRequest, DeleteEntitlementResult } from "../models/models_0";
|
|
5
|
+
export interface DeleteEntitlementCommandInput extends DeleteEntitlementRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteEntitlementCommandOutput extends DeleteEntitlementResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Deletes the specified entitlement.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { AppStreamClient, DeleteEntitlementCommand } from "@aws-sdk/client-appstream"; // ES Modules import
|
|
15
|
+
* // const { AppStreamClient, DeleteEntitlementCommand } = require("@aws-sdk/client-appstream"); // CommonJS import
|
|
16
|
+
* const client = new AppStreamClient(config);
|
|
17
|
+
* const command = new DeleteEntitlementCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link DeleteEntitlementCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link DeleteEntitlementCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class DeleteEntitlementCommand extends $Command<DeleteEntitlementCommandInput, DeleteEntitlementCommandOutput, AppStreamClientResolvedConfig> {
|
|
27
|
+
readonly input: DeleteEntitlementCommandInput;
|
|
28
|
+
constructor(input: DeleteEntitlementCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteEntitlementCommandInput, DeleteEntitlementCommandOutput>;
|
|
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 { 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
|
+
}
|
|
@@ -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 { DescribeEntitlementsRequest, DescribeEntitlementsResult } from "../models/models_0";
|
|
5
|
+
export interface DescribeEntitlementsCommandInput extends DescribeEntitlementsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeEntitlementsCommandOutput extends DescribeEntitlementsResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Retrieves a list that describes one of more entitlements.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { AppStreamClient, DescribeEntitlementsCommand } from "@aws-sdk/client-appstream"; // ES Modules import
|
|
15
|
+
* // const { AppStreamClient, DescribeEntitlementsCommand } = require("@aws-sdk/client-appstream"); // CommonJS import
|
|
16
|
+
* const client = new AppStreamClient(config);
|
|
17
|
+
* const command = new DescribeEntitlementsCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link DescribeEntitlementsCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link DescribeEntitlementsCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class DescribeEntitlementsCommand extends $Command<DescribeEntitlementsCommandInput, DescribeEntitlementsCommandOutput, AppStreamClientResolvedConfig> {
|
|
27
|
+
readonly input: DescribeEntitlementsCommandInput;
|
|
28
|
+
constructor(input: DescribeEntitlementsCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEntitlementsCommandInput, DescribeEntitlementsCommandOutput>;
|
|
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 { 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
|
+
}
|
|
@@ -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 { DisassociateApplicationFromEntitlementRequest, DisassociateApplicationFromEntitlementResult } from "../models/models_0";
|
|
5
|
+
export interface DisassociateApplicationFromEntitlementCommandInput extends DisassociateApplicationFromEntitlementRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DisassociateApplicationFromEntitlementCommandOutput extends DisassociateApplicationFromEntitlementResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Deletes the specified application from the specified entitlement.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { AppStreamClient, DisassociateApplicationFromEntitlementCommand } from "@aws-sdk/client-appstream"; // ES Modules import
|
|
15
|
+
* // const { AppStreamClient, DisassociateApplicationFromEntitlementCommand } = require("@aws-sdk/client-appstream"); // CommonJS import
|
|
16
|
+
* const client = new AppStreamClient(config);
|
|
17
|
+
* const command = new DisassociateApplicationFromEntitlementCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link DisassociateApplicationFromEntitlementCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link DisassociateApplicationFromEntitlementCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class DisassociateApplicationFromEntitlementCommand extends $Command<DisassociateApplicationFromEntitlementCommandInput, DisassociateApplicationFromEntitlementCommandOutput, AppStreamClientResolvedConfig> {
|
|
27
|
+
readonly input: DisassociateApplicationFromEntitlementCommandInput;
|
|
28
|
+
constructor(input: DisassociateApplicationFromEntitlementCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateApplicationFromEntitlementCommandInput, DisassociateApplicationFromEntitlementCommandOutput>;
|
|
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 { ListEntitledApplicationsRequest, ListEntitledApplicationsResult } from "../models/models_0";
|
|
5
|
+
export interface ListEntitledApplicationsCommandInput extends ListEntitledApplicationsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListEntitledApplicationsCommandOutput extends ListEntitledApplicationsResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Retrieves a list of entitled 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, ListEntitledApplicationsCommand } from "@aws-sdk/client-appstream"; // ES Modules import
|
|
15
|
+
* // const { AppStreamClient, ListEntitledApplicationsCommand } = require("@aws-sdk/client-appstream"); // CommonJS import
|
|
16
|
+
* const client = new AppStreamClient(config);
|
|
17
|
+
* const command = new ListEntitledApplicationsCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link ListEntitledApplicationsCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link ListEntitledApplicationsCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class ListEntitledApplicationsCommand extends $Command<ListEntitledApplicationsCommandInput, ListEntitledApplicationsCommandOutput, AppStreamClientResolvedConfig> {
|
|
27
|
+
readonly input: ListEntitledApplicationsCommandInput;
|
|
28
|
+
constructor(input: ListEntitledApplicationsCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListEntitledApplicationsCommandInput, ListEntitledApplicationsCommandOutput>;
|
|
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 { 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
|
+
}
|
|
@@ -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 { UpdateEntitlementRequest, UpdateEntitlementResult } from "../models/models_0";
|
|
5
|
+
export interface UpdateEntitlementCommandInput extends UpdateEntitlementRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateEntitlementCommandOutput extends UpdateEntitlementResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Updates the specified entitlement.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { AppStreamClient, UpdateEntitlementCommand } from "@aws-sdk/client-appstream"; // ES Modules import
|
|
15
|
+
* // const { AppStreamClient, UpdateEntitlementCommand } = require("@aws-sdk/client-appstream"); // CommonJS import
|
|
16
|
+
* const client = new AppStreamClient(config);
|
|
17
|
+
* const command = new UpdateEntitlementCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link UpdateEntitlementCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link UpdateEntitlementCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class UpdateEntitlementCommand extends $Command<UpdateEntitlementCommandInput, UpdateEntitlementCommandOutput, AppStreamClientResolvedConfig> {
|
|
27
|
+
readonly input: UpdateEntitlementCommandInput;
|
|
28
|
+
constructor(input: UpdateEntitlementCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppStreamClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateEntitlementCommandInput, UpdateEntitlementCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -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
|
|
@@ -1,8 +1,13 @@
|
|
|
1
|
+
export * from "./AssociateApplicationFleetCommand";
|
|
2
|
+
export * from "./AssociateApplicationToEntitlementCommand";
|
|
1
3
|
export * from "./AssociateFleetCommand";
|
|
2
4
|
export * from "./BatchAssociateUserStackCommand";
|
|
3
5
|
export * from "./BatchDisassociateUserStackCommand";
|
|
4
6
|
export * from "./CopyImageCommand";
|
|
7
|
+
export * from "./CreateAppBlockCommand";
|
|
8
|
+
export * from "./CreateApplicationCommand";
|
|
5
9
|
export * from "./CreateDirectoryConfigCommand";
|
|
10
|
+
export * from "./CreateEntitlementCommand";
|
|
6
11
|
export * from "./CreateFleetCommand";
|
|
7
12
|
export * from "./CreateImageBuilderCommand";
|
|
8
13
|
export * from "./CreateImageBuilderStreamingURLCommand";
|
|
@@ -11,7 +16,10 @@ export * from "./CreateStreamingURLCommand";
|
|
|
11
16
|
export * from "./CreateUpdatedImageCommand";
|
|
12
17
|
export * from "./CreateUsageReportSubscriptionCommand";
|
|
13
18
|
export * from "./CreateUserCommand";
|
|
19
|
+
export * from "./DeleteAppBlockCommand";
|
|
20
|
+
export * from "./DeleteApplicationCommand";
|
|
14
21
|
export * from "./DeleteDirectoryConfigCommand";
|
|
22
|
+
export * from "./DeleteEntitlementCommand";
|
|
15
23
|
export * from "./DeleteFleetCommand";
|
|
16
24
|
export * from "./DeleteImageBuilderCommand";
|
|
17
25
|
export * from "./DeleteImageCommand";
|
|
@@ -19,7 +27,11 @@ export * from "./DeleteImagePermissionsCommand";
|
|
|
19
27
|
export * from "./DeleteStackCommand";
|
|
20
28
|
export * from "./DeleteUsageReportSubscriptionCommand";
|
|
21
29
|
export * from "./DeleteUserCommand";
|
|
30
|
+
export * from "./DescribeAppBlocksCommand";
|
|
31
|
+
export * from "./DescribeApplicationFleetAssociationsCommand";
|
|
32
|
+
export * from "./DescribeApplicationsCommand";
|
|
22
33
|
export * from "./DescribeDirectoryConfigsCommand";
|
|
34
|
+
export * from "./DescribeEntitlementsCommand";
|
|
23
35
|
export * from "./DescribeFleetsCommand";
|
|
24
36
|
export * from "./DescribeImageBuildersCommand";
|
|
25
37
|
export * from "./DescribeImagePermissionsCommand";
|
|
@@ -30,11 +42,14 @@ export * from "./DescribeUsageReportSubscriptionsCommand";
|
|
|
30
42
|
export * from "./DescribeUserStackAssociationsCommand";
|
|
31
43
|
export * from "./DescribeUsersCommand";
|
|
32
44
|
export * from "./DisableUserCommand";
|
|
45
|
+
export * from "./DisassociateApplicationFleetCommand";
|
|
46
|
+
export * from "./DisassociateApplicationFromEntitlementCommand";
|
|
33
47
|
export * from "./DisassociateFleetCommand";
|
|
34
48
|
export * from "./EnableUserCommand";
|
|
35
49
|
export * from "./ExpireSessionCommand";
|
|
36
50
|
export * from "./ListAssociatedFleetsCommand";
|
|
37
51
|
export * from "./ListAssociatedStacksCommand";
|
|
52
|
+
export * from "./ListEntitledApplicationsCommand";
|
|
38
53
|
export * from "./ListTagsForResourceCommand";
|
|
39
54
|
export * from "./StartFleetCommand";
|
|
40
55
|
export * from "./StartImageBuilderCommand";
|
|
@@ -42,7 +57,9 @@ export * from "./StopFleetCommand";
|
|
|
42
57
|
export * from "./StopImageBuilderCommand";
|
|
43
58
|
export * from "./TagResourceCommand";
|
|
44
59
|
export * from "./UntagResourceCommand";
|
|
60
|
+
export * from "./UpdateApplicationCommand";
|
|
45
61
|
export * from "./UpdateDirectoryConfigCommand";
|
|
62
|
+
export * from "./UpdateEntitlementCommand";
|
|
46
63
|
export * from "./UpdateFleetCommand";
|
|
47
64
|
export * from "./UpdateImagePermissionsCommand";
|
|
48
65
|
export * from "./UpdateStackCommand";
|