@aws-sdk/client-appstream 3.289.0 → 3.292.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/commands/AssociateApplicationFleetCommand.d.ts +16 -0
- package/dist-types/commands/AssociateApplicationToEntitlementCommand.d.ts +13 -0
- package/dist-types/commands/AssociateFleetCommand.d.ts +19 -0
- package/dist-types/commands/BatchAssociateUserStackCommand.d.ts +7 -0
- package/dist-types/commands/BatchDisassociateUserStackCommand.d.ts +7 -0
- package/dist-types/commands/CopyImageCommand.d.ts +19 -0
- package/dist-types/commands/CreateAppBlockCommand.d.ts +13 -0
- package/dist-types/commands/CreateApplicationCommand.d.ts +16 -0
- package/dist-types/commands/CreateDirectoryConfigCommand.d.ts +19 -0
- package/dist-types/commands/CreateEntitlementCommand.d.ts +13 -0
- package/dist-types/commands/CreateFleetCommand.d.ts +34 -0
- package/dist-types/commands/CreateImageBuilderCommand.d.ts +34 -0
- package/dist-types/commands/CreateImageBuilderStreamingURLCommand.d.ts +7 -0
- package/dist-types/commands/CreateStackCommand.d.ts +22 -0
- package/dist-types/commands/CreateStreamingURLCommand.d.ts +13 -0
- package/dist-types/commands/CreateUpdatedImageCommand.d.ts +22 -0
- package/dist-types/commands/CreateUsageReportSubscriptionCommand.d.ts +10 -0
- package/dist-types/commands/CreateUserCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAppBlockCommand.d.ts +10 -0
- package/dist-types/commands/DeleteApplicationCommand.d.ts +13 -0
- package/dist-types/commands/DeleteDirectoryConfigCommand.d.ts +7 -0
- package/dist-types/commands/DeleteEntitlementCommand.d.ts +13 -0
- package/dist-types/commands/DeleteFleetCommand.d.ts +10 -0
- package/dist-types/commands/DeleteImageBuilderCommand.d.ts +10 -0
- package/dist-types/commands/DeleteImageCommand.d.ts +13 -0
- package/dist-types/commands/DeleteImagePermissionsCommand.d.ts +7 -0
- package/dist-types/commands/DeleteStackCommand.d.ts +13 -0
- package/dist-types/commands/DeleteUsageReportSubscriptionCommand.d.ts +7 -0
- package/dist-types/commands/DeleteUserCommand.d.ts +4 -0
- package/dist-types/commands/DescribeAppBlocksCommand.d.ts +7 -0
- package/dist-types/commands/DescribeApplicationFleetAssociationsCommand.d.ts +7 -0
- package/dist-types/commands/DescribeApplicationsCommand.d.ts +7 -0
- package/dist-types/commands/DescribeDirectoryConfigsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeEntitlementsCommand.d.ts +10 -0
- package/dist-types/commands/DescribeFleetsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeImageBuildersCommand.d.ts +4 -0
- package/dist-types/commands/DescribeImagePermissionsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeImagesCommand.d.ts +7 -0
- package/dist-types/commands/DescribeSessionsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeStacksCommand.d.ts +4 -0
- package/dist-types/commands/DescribeUsageReportSubscriptionsCommand.d.ts +7 -0
- package/dist-types/commands/DescribeUserStackAssociationsCommand.d.ts +7 -0
- package/dist-types/commands/DescribeUsersCommand.d.ts +10 -0
- package/dist-types/commands/DisableUserCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateApplicationFleetCommand.d.ts +10 -0
- package/dist-types/commands/DisassociateApplicationFromEntitlementCommand.d.ts +10 -0
- package/dist-types/commands/DisassociateFleetCommand.d.ts +13 -0
- package/dist-types/commands/EnableUserCommand.d.ts +7 -0
- package/dist-types/commands/ExpireSessionCommand.d.ts +1 -0
- package/dist-types/commands/ListAssociatedFleetsCommand.d.ts +1 -0
- package/dist-types/commands/ListAssociatedStacksCommand.d.ts +1 -0
- package/dist-types/commands/ListEntitledApplicationsCommand.d.ts +10 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
- package/dist-types/commands/StartFleetCommand.d.ts +25 -0
- package/dist-types/commands/StartImageBuilderCommand.d.ts +16 -0
- package/dist-types/commands/StopFleetCommand.d.ts +7 -0
- package/dist-types/commands/StopImageBuilderCommand.d.ts +10 -0
- package/dist-types/commands/TagResourceCommand.d.ts +10 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateApplicationCommand.d.ts +10 -0
- package/dist-types/commands/UpdateDirectoryConfigCommand.d.ts +16 -0
- package/dist-types/commands/UpdateEntitlementCommand.d.ts +13 -0
- package/dist-types/commands/UpdateFleetCommand.d.ts +34 -0
- package/dist-types/commands/UpdateImagePermissionsCommand.d.ts +10 -0
- package/dist-types/commands/UpdateStackCommand.d.ts +28 -0
- package/package.json +36 -41
|
@@ -29,6 +29,13 @@ export interface DescribeAppBlocksCommandOutput extends DescribeAppBlocksResult,
|
|
|
29
29
|
* @see {@link DescribeAppBlocksCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link OperationNotPermittedException} (client fault)
|
|
33
|
+
* <p>The attempted operation is not permitted.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
36
|
+
* <p>The specified resource was not found.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class DescribeAppBlocksCommand extends $Command<DescribeAppBlocksCommandInput, DescribeAppBlocksCommandOutput, AppStreamClientResolvedConfig> {
|
|
34
41
|
readonly input: DescribeAppBlocksCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DescribeApplicationFleetAssociationsCommandOutput extends Descr
|
|
|
29
29
|
* @see {@link DescribeApplicationFleetAssociationsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidParameterCombinationException} (client fault)
|
|
33
|
+
* <p>Indicates an incorrect combination of parameters, or a missing parameter.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link OperationNotPermittedException} (client fault)
|
|
36
|
+
* <p>The attempted operation is not permitted.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class DescribeApplicationFleetAssociationsCommand extends $Command<DescribeApplicationFleetAssociationsCommandInput, DescribeApplicationFleetAssociationsCommandOutput, AppStreamClientResolvedConfig> {
|
|
34
41
|
readonly input: DescribeApplicationFleetAssociationsCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DescribeApplicationsCommandOutput extends DescribeApplicationsR
|
|
|
29
29
|
* @see {@link DescribeApplicationsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link OperationNotPermittedException} (client fault)
|
|
33
|
+
* <p>The attempted operation is not permitted.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
36
|
+
* <p>The specified resource was not found.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class DescribeApplicationsCommand extends $Command<DescribeApplicationsCommandInput, DescribeApplicationsCommandOutput, AppStreamClientResolvedConfig> {
|
|
34
41
|
readonly input: DescribeApplicationsCommandInput;
|
|
@@ -31,6 +31,10 @@ export interface DescribeDirectoryConfigsCommandOutput extends DescribeDirectory
|
|
|
31
31
|
* @see {@link DescribeDirectoryConfigsCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
35
|
+
* <p>The specified resource was not found.</p>
|
|
36
|
+
*
|
|
37
|
+
*
|
|
34
38
|
*/
|
|
35
39
|
export declare class DescribeDirectoryConfigsCommand extends $Command<DescribeDirectoryConfigsCommandInput, DescribeDirectoryConfigsCommandOutput, AppStreamClientResolvedConfig> {
|
|
36
40
|
readonly input: DescribeDirectoryConfigsCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface DescribeEntitlementsCommandOutput extends DescribeEntitlementsR
|
|
|
29
29
|
* @see {@link DescribeEntitlementsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link EntitlementNotFoundException} (client fault)
|
|
33
|
+
* <p>The entitlement can't be found.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link OperationNotPermittedException} (client fault)
|
|
36
|
+
* <p>The attempted operation is not permitted.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>The specified resource was not found.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class DescribeEntitlementsCommand extends $Command<DescribeEntitlementsCommandInput, DescribeEntitlementsCommandOutput, AppStreamClientResolvedConfig> {
|
|
34
44
|
readonly input: DescribeEntitlementsCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface DescribeFleetsCommandOutput extends DescribeFleetsResult, __Met
|
|
|
29
29
|
* @see {@link DescribeFleetsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
33
|
+
* <p>The specified resource was not found.</p>
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class DescribeFleetsCommand extends $Command<DescribeFleetsCommandInput, DescribeFleetsCommandOutput, AppStreamClientResolvedConfig> {
|
|
34
38
|
readonly input: DescribeFleetsCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface DescribeImageBuildersCommandOutput extends DescribeImageBuilder
|
|
|
29
29
|
* @see {@link DescribeImageBuildersCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
33
|
+
* <p>The specified resource was not found.</p>
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class DescribeImageBuildersCommand extends $Command<DescribeImageBuildersCommandInput, DescribeImageBuildersCommandOutput, AppStreamClientResolvedConfig> {
|
|
34
38
|
readonly input: DescribeImageBuildersCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface DescribeImagePermissionsCommandOutput extends DescribeImagePerm
|
|
|
29
29
|
* @see {@link DescribeImagePermissionsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
33
|
+
* <p>The specified resource was not found.</p>
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class DescribeImagePermissionsCommand extends $Command<DescribeImagePermissionsCommandInput, DescribeImagePermissionsCommandOutput, AppStreamClientResolvedConfig> {
|
|
34
38
|
readonly input: DescribeImagePermissionsCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DescribeImagesCommandOutput extends DescribeImagesResult, __Met
|
|
|
29
29
|
* @see {@link DescribeImagesCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidParameterCombinationException} (client fault)
|
|
33
|
+
* <p>Indicates an incorrect combination of parameters, or a missing parameter.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
36
|
+
* <p>The specified resource was not found.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class DescribeImagesCommand extends $Command<DescribeImagesCommandInput, DescribeImagesCommandOutput, AppStreamClientResolvedConfig> {
|
|
34
41
|
readonly input: DescribeImagesCommandInput;
|
|
@@ -31,6 +31,10 @@ export interface DescribeSessionsCommandOutput extends DescribeSessionsResult, _
|
|
|
31
31
|
* @see {@link DescribeSessionsCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link InvalidParameterCombinationException} (client fault)
|
|
35
|
+
* <p>Indicates an incorrect combination of parameters, or a missing parameter.</p>
|
|
36
|
+
*
|
|
37
|
+
*
|
|
34
38
|
*/
|
|
35
39
|
export declare class DescribeSessionsCommand extends $Command<DescribeSessionsCommandInput, DescribeSessionsCommandOutput, AppStreamClientResolvedConfig> {
|
|
36
40
|
readonly input: DescribeSessionsCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface DescribeStacksCommandOutput extends DescribeStacksResult, __Met
|
|
|
29
29
|
* @see {@link DescribeStacksCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
33
|
+
* <p>The specified resource was not found.</p>
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class DescribeStacksCommand extends $Command<DescribeStacksCommandInput, DescribeStacksCommandOutput, AppStreamClientResolvedConfig> {
|
|
34
38
|
readonly input: DescribeStacksCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DescribeUsageReportSubscriptionsCommandOutput extends DescribeU
|
|
|
29
29
|
* @see {@link DescribeUsageReportSubscriptionsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidAccountStatusException} (client fault)
|
|
33
|
+
* <p>The resource cannot be created because your AWS account is suspended. For assistance, contact AWS Support. </p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
36
|
+
* <p>The specified resource was not found.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class DescribeUsageReportSubscriptionsCommand extends $Command<DescribeUsageReportSubscriptionsCommandInput, DescribeUsageReportSubscriptionsCommandOutput, AppStreamClientResolvedConfig> {
|
|
34
41
|
readonly input: DescribeUsageReportSubscriptionsCommandInput;
|
|
@@ -37,6 +37,13 @@ export interface DescribeUserStackAssociationsCommandOutput extends DescribeUser
|
|
|
37
37
|
* @see {@link DescribeUserStackAssociationsCommandOutput} for command's `response` shape.
|
|
38
38
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
39
39
|
*
|
|
40
|
+
* @throws {@link InvalidParameterCombinationException} (client fault)
|
|
41
|
+
* <p>Indicates an incorrect combination of parameters, or a missing parameter.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link OperationNotPermittedException} (client fault)
|
|
44
|
+
* <p>The attempted operation is not permitted.</p>
|
|
45
|
+
*
|
|
46
|
+
*
|
|
40
47
|
*/
|
|
41
48
|
export declare class DescribeUserStackAssociationsCommand extends $Command<DescribeUserStackAssociationsCommandInput, DescribeUserStackAssociationsCommandOutput, AppStreamClientResolvedConfig> {
|
|
42
49
|
readonly input: DescribeUserStackAssociationsCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface DescribeUsersCommandOutput extends DescribeUsersResult, __Metad
|
|
|
29
29
|
* @see {@link DescribeUsersCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidParameterCombinationException} (client fault)
|
|
33
|
+
* <p>Indicates an incorrect combination of parameters, or a missing parameter.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link OperationNotPermittedException} (client fault)
|
|
36
|
+
* <p>The attempted operation is not permitted.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>The specified resource was not found.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class DescribeUsersCommand extends $Command<DescribeUsersCommandInput, DescribeUsersCommandOutput, AppStreamClientResolvedConfig> {
|
|
34
44
|
readonly input: DescribeUsersCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface DisableUserCommandOutput extends DisableUserResult, __MetadataB
|
|
|
29
29
|
* @see {@link DisableUserCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
33
|
+
* <p>The specified resource was not found.</p>
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class DisableUserCommand extends $Command<DisableUserCommandInput, DisableUserCommandOutput, AppStreamClientResolvedConfig> {
|
|
34
38
|
readonly input: DisableUserCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface DisassociateApplicationFleetCommandOutput extends DisassociateA
|
|
|
29
29
|
* @see {@link DisassociateApplicationFleetCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
33
|
+
* <p>An API error occurred. Wait a few minutes and try again.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidParameterCombinationException} (client fault)
|
|
36
|
+
* <p>Indicates an incorrect combination of parameters, or a missing parameter.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link OperationNotPermittedException} (client fault)
|
|
39
|
+
* <p>The attempted operation is not permitted.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class DisassociateApplicationFleetCommand extends $Command<DisassociateApplicationFleetCommandInput, DisassociateApplicationFleetCommandOutput, AppStreamClientResolvedConfig> {
|
|
34
44
|
readonly input: DisassociateApplicationFleetCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface DisassociateApplicationFromEntitlementCommandOutput extends Dis
|
|
|
29
29
|
* @see {@link DisassociateApplicationFromEntitlementCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link EntitlementNotFoundException} (client fault)
|
|
33
|
+
* <p>The entitlement can't be found.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link OperationNotPermittedException} (client fault)
|
|
36
|
+
* <p>The attempted operation is not permitted.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>The specified resource was not found.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class DisassociateApplicationFromEntitlementCommand extends $Command<DisassociateApplicationFromEntitlementCommandInput, DisassociateApplicationFromEntitlementCommandOutput, AppStreamClientResolvedConfig> {
|
|
34
44
|
readonly input: DisassociateApplicationFromEntitlementCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface DisassociateFleetCommandOutput extends DisassociateFleetResult,
|
|
|
29
29
|
* @see {@link DisassociateFleetCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
33
|
+
* <p>An API error occurred. Wait a few minutes and try again.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link OperationNotPermittedException} (client fault)
|
|
36
|
+
* <p>The attempted operation is not permitted.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
39
|
+
* <p>The specified resource is in use.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
42
|
+
* <p>The specified resource was not found.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class DisassociateFleetCommand extends $Command<DisassociateFleetCommandInput, DisassociateFleetCommandOutput, AppStreamClientResolvedConfig> {
|
|
34
47
|
readonly input: DisassociateFleetCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface EnableUserCommandOutput extends EnableUserResult, __MetadataBea
|
|
|
29
29
|
* @see {@link EnableUserCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidAccountStatusException} (client fault)
|
|
33
|
+
* <p>The resource cannot be created because your AWS account is suspended. For assistance, contact AWS Support. </p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
36
|
+
* <p>The specified resource was not found.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class EnableUserCommand extends $Command<EnableUserCommandInput, EnableUserCommandOutput, AppStreamClientResolvedConfig> {
|
|
34
41
|
readonly input: EnableUserCommandInput;
|
|
@@ -29,6 +29,7 @@ export interface ExpireSessionCommandOutput extends ExpireSessionResult, __Metad
|
|
|
29
29
|
* @see {@link ExpireSessionCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
*
|
|
32
33
|
*/
|
|
33
34
|
export declare class ExpireSessionCommand extends $Command<ExpireSessionCommandInput, ExpireSessionCommandOutput, AppStreamClientResolvedConfig> {
|
|
34
35
|
readonly input: ExpireSessionCommandInput;
|
|
@@ -29,6 +29,7 @@ export interface ListAssociatedFleetsCommandOutput extends ListAssociatedFleetsR
|
|
|
29
29
|
* @see {@link ListAssociatedFleetsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
*
|
|
32
33
|
*/
|
|
33
34
|
export declare class ListAssociatedFleetsCommand extends $Command<ListAssociatedFleetsCommandInput, ListAssociatedFleetsCommandOutput, AppStreamClientResolvedConfig> {
|
|
34
35
|
readonly input: ListAssociatedFleetsCommandInput;
|
|
@@ -29,6 +29,7 @@ export interface ListAssociatedStacksCommandOutput extends ListAssociatedStacksR
|
|
|
29
29
|
* @see {@link ListAssociatedStacksCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
*
|
|
32
33
|
*/
|
|
33
34
|
export declare class ListAssociatedStacksCommand extends $Command<ListAssociatedStacksCommandInput, ListAssociatedStacksCommandOutput, AppStreamClientResolvedConfig> {
|
|
34
35
|
readonly input: ListAssociatedStacksCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface ListEntitledApplicationsCommandOutput extends ListEntitledAppli
|
|
|
29
29
|
* @see {@link ListEntitledApplicationsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link EntitlementNotFoundException} (client fault)
|
|
33
|
+
* <p>The entitlement can't be found.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link OperationNotPermittedException} (client fault)
|
|
36
|
+
* <p>The attempted operation is not permitted.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>The specified resource was not found.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class ListEntitledApplicationsCommand extends $Command<ListEntitledApplicationsCommandInput, ListEntitledApplicationsCommandOutput, AppStreamClientResolvedConfig> {
|
|
34
44
|
readonly input: ListEntitledApplicationsCommandInput;
|
|
@@ -30,6 +30,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
30
30
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
34
|
+
* <p>The specified resource was not found.</p>
|
|
35
|
+
*
|
|
36
|
+
*
|
|
33
37
|
*/
|
|
34
38
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AppStreamClientResolvedConfig> {
|
|
35
39
|
readonly input: ListTagsForResourceCommandInput;
|
|
@@ -29,6 +29,31 @@ export interface StartFleetCommandOutput extends StartFleetResult, __MetadataBea
|
|
|
29
29
|
* @see {@link StartFleetCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
33
|
+
* <p>An API error occurred. Wait a few minutes and try again.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidAccountStatusException} (client fault)
|
|
36
|
+
* <p>The resource cannot be created because your AWS account is suspended. For assistance, contact AWS Support. </p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidRoleException} (client fault)
|
|
39
|
+
* <p>The specified role is invalid.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
42
|
+
* <p>The requested limit exceeds the permitted limit for an account.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link OperationNotPermittedException} (client fault)
|
|
45
|
+
* <p>The attempted operation is not permitted.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link RequestLimitExceededException} (client fault)
|
|
48
|
+
* <p>AppStream 2.0 can’t process the request right now because the Describe calls from your AWS account are being throttled by Amazon EC2. Try again later.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ResourceNotAvailableException} (client fault)
|
|
51
|
+
* <p>The specified resource exists and is not in use, but isn't available.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
54
|
+
* <p>The specified resource was not found.</p>
|
|
55
|
+
*
|
|
56
|
+
*
|
|
32
57
|
*/
|
|
33
58
|
export declare class StartFleetCommand extends $Command<StartFleetCommandInput, StartFleetCommandOutput, AppStreamClientResolvedConfig> {
|
|
34
59
|
readonly input: StartFleetCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface StartImageBuilderCommandOutput extends StartImageBuilderResult,
|
|
|
29
29
|
* @see {@link StartImageBuilderCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
33
|
+
* <p>An API error occurred. Wait a few minutes and try again.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link IncompatibleImageException} (client fault)
|
|
36
|
+
* <p>The image can't be updated because it's not compatible for updates.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidAccountStatusException} (client fault)
|
|
39
|
+
* <p>The resource cannot be created because your AWS account is suspended. For assistance, contact AWS Support. </p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceNotAvailableException} (client fault)
|
|
42
|
+
* <p>The specified resource exists and is not in use, but isn't available.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
45
|
+
* <p>The specified resource was not found.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class StartImageBuilderCommand extends $Command<StartImageBuilderCommandInput, StartImageBuilderCommandOutput, AppStreamClientResolvedConfig> {
|
|
34
50
|
readonly input: StartImageBuilderCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface StopFleetCommandOutput extends StopFleetResult, __MetadataBeare
|
|
|
29
29
|
* @see {@link StopFleetCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
33
|
+
* <p>An API error occurred. Wait a few minutes and try again.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
36
|
+
* <p>The specified resource was not found.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class StopFleetCommand extends $Command<StopFleetCommandInput, StopFleetCommandOutput, AppStreamClientResolvedConfig> {
|
|
34
41
|
readonly input: StopFleetCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface StopImageBuilderCommandOutput extends StopImageBuilderResult, _
|
|
|
29
29
|
* @see {@link StopImageBuilderCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
33
|
+
* <p>An API error occurred. Wait a few minutes and try again.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link OperationNotPermittedException} (client fault)
|
|
36
|
+
* <p>The attempted operation is not permitted.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>The specified resource was not found.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class StopImageBuilderCommand extends $Command<StopImageBuilderCommandInput, StopImageBuilderCommandOutput, AppStreamClientResolvedConfig> {
|
|
34
44
|
readonly input: StopImageBuilderCommandInput;
|
|
@@ -34,6 +34,16 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
34
34
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link InvalidAccountStatusException} (client fault)
|
|
38
|
+
* <p>The resource cannot be created because your AWS account is suspended. For assistance, contact AWS Support. </p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
41
|
+
* <p>The requested limit exceeds the permitted limit for an account.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
44
|
+
* <p>The specified resource was not found.</p>
|
|
45
|
+
*
|
|
46
|
+
*
|
|
37
47
|
*/
|
|
38
48
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, AppStreamClientResolvedConfig> {
|
|
39
49
|
readonly input: TagResourceCommandInput;
|
|
@@ -31,6 +31,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
31
31
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
35
|
+
* <p>The specified resource was not found.</p>
|
|
36
|
+
*
|
|
37
|
+
*
|
|
34
38
|
*/
|
|
35
39
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, AppStreamClientResolvedConfig> {
|
|
36
40
|
readonly input: UntagResourceCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface UpdateApplicationCommandOutput extends UpdateApplicationResult,
|
|
|
29
29
|
* @see {@link UpdateApplicationCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
33
|
+
* <p>An API error occurred. Wait a few minutes and try again.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link OperationNotPermittedException} (client fault)
|
|
36
|
+
* <p>The attempted operation is not permitted.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>The specified resource was not found.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class UpdateApplicationCommand extends $Command<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, AppStreamClientResolvedConfig> {
|
|
34
44
|
readonly input: UpdateApplicationCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface UpdateDirectoryConfigCommandOutput extends UpdateDirectoryConfi
|
|
|
29
29
|
* @see {@link UpdateDirectoryConfigCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
33
|
+
* <p>An API error occurred. Wait a few minutes and try again.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidRoleException} (client fault)
|
|
36
|
+
* <p>The specified role is invalid.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link OperationNotPermittedException} (client fault)
|
|
39
|
+
* <p>The attempted operation is not permitted.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
42
|
+
* <p>The specified resource is in use.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
45
|
+
* <p>The specified resource was not found.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class UpdateDirectoryConfigCommand extends $Command<UpdateDirectoryConfigCommandInput, UpdateDirectoryConfigCommandOutput, AppStreamClientResolvedConfig> {
|
|
34
50
|
readonly input: UpdateDirectoryConfigCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface UpdateEntitlementCommandOutput extends UpdateEntitlementResult,
|
|
|
29
29
|
* @see {@link UpdateEntitlementCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
33
|
+
* <p>An API error occurred. Wait a few minutes and try again.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link EntitlementNotFoundException} (client fault)
|
|
36
|
+
* <p>The entitlement can't be found.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link OperationNotPermittedException} (client fault)
|
|
39
|
+
* <p>The attempted operation is not permitted.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
42
|
+
* <p>The specified resource was not found.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class UpdateEntitlementCommand extends $Command<UpdateEntitlementCommandInput, UpdateEntitlementCommandOutput, AppStreamClientResolvedConfig> {
|
|
34
47
|
readonly input: UpdateEntitlementCommandInput;
|
|
@@ -50,6 +50,40 @@ export interface UpdateFleetCommandOutput extends UpdateFleetResult, __MetadataB
|
|
|
50
50
|
* @see {@link UpdateFleetCommandOutput} for command's `response` shape.
|
|
51
51
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
52
52
|
*
|
|
53
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
54
|
+
* <p>An API error occurred. Wait a few minutes and try again.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link IncompatibleImageException} (client fault)
|
|
57
|
+
* <p>The image can't be updated because it's not compatible for updates.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link InvalidAccountStatusException} (client fault)
|
|
60
|
+
* <p>The resource cannot be created because your AWS account is suspended. For assistance, contact AWS Support. </p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link InvalidParameterCombinationException} (client fault)
|
|
63
|
+
* <p>Indicates an incorrect combination of parameters, or a missing parameter.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link InvalidRoleException} (client fault)
|
|
66
|
+
* <p>The specified role is invalid.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
69
|
+
* <p>The requested limit exceeds the permitted limit for an account.</p>
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link OperationNotPermittedException} (client fault)
|
|
72
|
+
* <p>The attempted operation is not permitted.</p>
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link RequestLimitExceededException} (client fault)
|
|
75
|
+
* <p>AppStream 2.0 can’t process the request right now because the Describe calls from your AWS account are being throttled by Amazon EC2. Try again later.</p>
|
|
76
|
+
*
|
|
77
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
78
|
+
* <p>The specified resource is in use.</p>
|
|
79
|
+
*
|
|
80
|
+
* @throws {@link ResourceNotAvailableException} (client fault)
|
|
81
|
+
* <p>The specified resource exists and is not in use, but isn't available.</p>
|
|
82
|
+
*
|
|
83
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
84
|
+
* <p>The specified resource was not found.</p>
|
|
85
|
+
*
|
|
86
|
+
*
|
|
53
87
|
*/
|
|
54
88
|
export declare class UpdateFleetCommand extends $Command<UpdateFleetCommandInput, UpdateFleetCommandOutput, AppStreamClientResolvedConfig> {
|
|
55
89
|
readonly input: UpdateFleetCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface UpdateImagePermissionsCommandOutput extends UpdateImagePermissi
|
|
|
29
29
|
* @see {@link UpdateImagePermissionsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
33
|
+
* <p>The requested limit exceeds the permitted limit for an account.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceNotAvailableException} (client fault)
|
|
36
|
+
* <p>The specified resource exists and is not in use, but isn't available.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>The specified resource was not found.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class UpdateImagePermissionsCommand extends $Command<UpdateImagePermissionsCommandInput, UpdateImagePermissionsCommandOutput, AppStreamClientResolvedConfig> {
|
|
34
44
|
readonly input: UpdateImagePermissionsCommandInput;
|
|
@@ -29,6 +29,34 @@ export interface UpdateStackCommandOutput extends UpdateStackResult, __MetadataB
|
|
|
29
29
|
* @see {@link UpdateStackCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
33
|
+
* <p>An API error occurred. Wait a few minutes and try again.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link IncompatibleImageException} (client fault)
|
|
36
|
+
* <p>The image can't be updated because it's not compatible for updates.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidAccountStatusException} (client fault)
|
|
39
|
+
* <p>The resource cannot be created because your AWS account is suspended. For assistance, contact AWS Support. </p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidParameterCombinationException} (client fault)
|
|
42
|
+
* <p>Indicates an incorrect combination of parameters, or a missing parameter.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InvalidRoleException} (client fault)
|
|
45
|
+
* <p>The specified role is invalid.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
48
|
+
* <p>The requested limit exceeds the permitted limit for an account.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link OperationNotPermittedException} (client fault)
|
|
51
|
+
* <p>The attempted operation is not permitted.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
54
|
+
* <p>The specified resource is in use.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
57
|
+
* <p>The specified resource was not found.</p>
|
|
58
|
+
*
|
|
59
|
+
*
|
|
32
60
|
*/
|
|
33
61
|
export declare class UpdateStackCommand extends $Command<UpdateStackCommandInput, UpdateStackCommandOutput, AppStreamClientResolvedConfig> {
|
|
34
62
|
readonly input: UpdateStackCommandInput;
|