@aws-sdk/client-appstream 3.289.0 → 3.290.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 +30 -30
|
@@ -29,6 +29,22 @@ export interface AssociateApplicationFleetCommandOutput extends AssociateApplica
|
|
|
29
29
|
* @see {@link AssociateApplicationFleetCommandOutput} 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 LimitExceededException} (client fault)
|
|
39
|
+
* <p>The requested limit exceeds the permitted limit for an account.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link OperationNotPermittedException} (client fault)
|
|
42
|
+
* <p>The attempted operation is not permitted.</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 AssociateApplicationFleetCommand extends $Command<AssociateApplicationFleetCommandInput, AssociateApplicationFleetCommandOutput, AppStreamClientResolvedConfig> {
|
|
34
50
|
readonly input: AssociateApplicationFleetCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface AssociateApplicationToEntitlementCommandOutput extends Associat
|
|
|
29
29
|
* @see {@link AssociateApplicationToEntitlementCommandOutput} 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 LimitExceededException} (client fault)
|
|
36
|
+
* <p>The requested limit exceeds the permitted limit for an account.</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 AssociateApplicationToEntitlementCommand extends $Command<AssociateApplicationToEntitlementCommandInput, AssociateApplicationToEntitlementCommandOutput, AppStreamClientResolvedConfig> {
|
|
34
47
|
readonly input: AssociateApplicationToEntitlementCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface AssociateFleetCommandOutput extends AssociateFleetResult, __Met
|
|
|
29
29
|
* @see {@link AssociateFleetCommandOutput} 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 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 ResourceNotFoundException} (client fault)
|
|
48
|
+
* <p>The specified resource was not found.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class AssociateFleetCommand extends $Command<AssociateFleetCommandInput, AssociateFleetCommandOutput, AppStreamClientResolvedConfig> {
|
|
34
53
|
readonly input: AssociateFleetCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface BatchAssociateUserStackCommandOutput extends BatchAssociateUser
|
|
|
29
29
|
* @see {@link BatchAssociateUserStackCommandOutput} 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 BatchAssociateUserStackCommand extends $Command<BatchAssociateUserStackCommandInput, BatchAssociateUserStackCommandOutput, AppStreamClientResolvedConfig> {
|
|
34
41
|
readonly input: BatchAssociateUserStackCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface BatchDisassociateUserStackCommandOutput extends BatchDisassocia
|
|
|
29
29
|
* @see {@link BatchDisassociateUserStackCommandOutput} 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 BatchDisassociateUserStackCommand extends $Command<BatchDisassociateUserStackCommandInput, BatchDisassociateUserStackCommandOutput, AppStreamClientResolvedConfig> {
|
|
34
41
|
readonly input: BatchDisassociateUserStackCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface CopyImageCommandOutput extends CopyImageResponse, __MetadataBea
|
|
|
29
29
|
* @see {@link CopyImageCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link IncompatibleImageException} (client fault)
|
|
33
|
+
* <p>The image can't be updated because it's not compatible for updates.</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 LimitExceededException} (client fault)
|
|
39
|
+
* <p>The requested limit exceeds the permitted limit for an account.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceAlreadyExistsException} (client fault)
|
|
42
|
+
* <p>The specified resource already exists.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ResourceNotAvailableException} (client fault)
|
|
45
|
+
* <p>The specified resource exists and is not in use, but isn't available.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
48
|
+
* <p>The specified resource was not found.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class CopyImageCommand extends $Command<CopyImageCommandInput, CopyImageCommandOutput, AppStreamClientResolvedConfig> {
|
|
34
53
|
readonly input: CopyImageCommandInput;
|
|
@@ -35,6 +35,19 @@ export interface CreateAppBlockCommandOutput extends CreateAppBlockResult, __Met
|
|
|
35
35
|
* @see {@link CreateAppBlockCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
39
|
+
* <p>An API error occurred. Wait a few minutes and try again.</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 ResourceAlreadyExistsException} (client fault)
|
|
48
|
+
* <p>The specified resource already exists.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
38
51
|
*/
|
|
39
52
|
export declare class CreateAppBlockCommand extends $Command<CreateAppBlockCommandInput, CreateAppBlockCommandOutput, AppStreamClientResolvedConfig> {
|
|
40
53
|
readonly input: CreateAppBlockCommandInput;
|
|
@@ -35,6 +35,22 @@ export interface CreateApplicationCommandOutput extends CreateApplicationResult,
|
|
|
35
35
|
* @see {@link CreateApplicationCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
39
|
+
* <p>An API error occurred. Wait a few minutes and try again.</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 ResourceAlreadyExistsException} (client fault)
|
|
48
|
+
* <p>The specified resource already exists.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
51
|
+
* <p>The specified resource was not found.</p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
38
54
|
*/
|
|
39
55
|
export declare class CreateApplicationCommand extends $Command<CreateApplicationCommandInput, CreateApplicationCommandOutput, AppStreamClientResolvedConfig> {
|
|
40
56
|
readonly input: CreateApplicationCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface CreateDirectoryConfigCommandOutput extends CreateDirectoryConfi
|
|
|
29
29
|
* @see {@link CreateDirectoryConfigCommandOutput} 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 InvalidRoleException} (client fault)
|
|
36
|
+
* <p>The specified role is invalid.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
39
|
+
* <p>The requested limit exceeds the permitted limit for an account.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link OperationNotPermittedException} (client fault)
|
|
42
|
+
* <p>The attempted operation is not permitted.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ResourceAlreadyExistsException} (client fault)
|
|
45
|
+
* <p>The specified resource already exists.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
48
|
+
* <p>The specified resource was not found.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class CreateDirectoryConfigCommand extends $Command<CreateDirectoryConfigCommandInput, CreateDirectoryConfigCommandOutput, AppStreamClientResolvedConfig> {
|
|
34
53
|
readonly input: CreateDirectoryConfigCommandInput;
|
|
@@ -34,6 +34,19 @@ export interface CreateEntitlementCommandOutput extends CreateEntitlementResult,
|
|
|
34
34
|
* @see {@link CreateEntitlementCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link EntitlementAlreadyExistsException} (client fault)
|
|
38
|
+
* <p>The entitlement already exists.</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 OperationNotPermittedException} (client fault)
|
|
44
|
+
* <p>The attempted operation is not permitted.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
47
|
+
* <p>The specified resource was not found.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
37
50
|
*/
|
|
38
51
|
export declare class CreateEntitlementCommand extends $Command<CreateEntitlementCommandInput, CreateEntitlementCommandOutput, AppStreamClientResolvedConfig> {
|
|
39
52
|
readonly input: CreateEntitlementCommandInput;
|
|
@@ -29,6 +29,40 @@ export interface CreateFleetCommandOutput extends CreateFleetResult, __MetadataB
|
|
|
29
29
|
* @see {@link CreateFleetCommandOutput} 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 RequestLimitExceededException} (client fault)
|
|
54
|
+
* <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>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ResourceAlreadyExistsException} (client fault)
|
|
57
|
+
* <p>The specified resource already exists.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link ResourceNotAvailableException} (client fault)
|
|
60
|
+
* <p>The specified resource exists and is not in use, but isn't available.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
63
|
+
* <p>The specified resource was not found.</p>
|
|
64
|
+
*
|
|
65
|
+
*
|
|
32
66
|
*/
|
|
33
67
|
export declare class CreateFleetCommand extends $Command<CreateFleetCommandInput, CreateFleetCommandOutput, AppStreamClientResolvedConfig> {
|
|
34
68
|
readonly input: CreateFleetCommandInput;
|
|
@@ -30,6 +30,40 @@ export interface CreateImageBuilderCommandOutput extends CreateImageBuilderResul
|
|
|
30
30
|
* @see {@link CreateImageBuilderCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
34
|
+
* <p>An API error occurred. Wait a few minutes and try again.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link IncompatibleImageException} (client fault)
|
|
37
|
+
* <p>The image can't be updated because it's not compatible for updates.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidAccountStatusException} (client fault)
|
|
40
|
+
* <p>The resource cannot be created because your AWS account is suspended. For assistance, contact AWS Support. </p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InvalidParameterCombinationException} (client fault)
|
|
43
|
+
* <p>Indicates an incorrect combination of parameters, or a missing parameter.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link InvalidRoleException} (client fault)
|
|
46
|
+
* <p>The specified role is invalid.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
49
|
+
* <p>The requested limit exceeds the permitted limit for an account.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link OperationNotPermittedException} (client fault)
|
|
52
|
+
* <p>The attempted operation is not permitted.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link RequestLimitExceededException} (client fault)
|
|
55
|
+
* <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>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link ResourceAlreadyExistsException} (client fault)
|
|
58
|
+
* <p>The specified resource already exists.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link ResourceNotAvailableException} (client fault)
|
|
61
|
+
* <p>The specified resource exists and is not in use, but isn't available.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
64
|
+
* <p>The specified resource was not found.</p>
|
|
65
|
+
*
|
|
66
|
+
*
|
|
33
67
|
*/
|
|
34
68
|
export declare class CreateImageBuilderCommand extends $Command<CreateImageBuilderCommandInput, CreateImageBuilderCommandOutput, AppStreamClientResolvedConfig> {
|
|
35
69
|
readonly input: CreateImageBuilderCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface CreateImageBuilderStreamingURLCommandOutput extends CreateImage
|
|
|
29
29
|
* @see {@link CreateImageBuilderStreamingURLCommandOutput} 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 CreateImageBuilderStreamingURLCommand extends $Command<CreateImageBuilderStreamingURLCommandInput, CreateImageBuilderStreamingURLCommandOutput, AppStreamClientResolvedConfig> {
|
|
34
41
|
readonly input: CreateImageBuilderStreamingURLCommandInput;
|
|
@@ -29,6 +29,28 @@ export interface CreateStackCommandOutput extends CreateStackResult, __MetadataB
|
|
|
29
29
|
* @see {@link CreateStackCommandOutput} 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 InvalidParameterCombinationException} (client fault)
|
|
39
|
+
* <p>Indicates an incorrect combination of parameters, or a missing parameter.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidRoleException} (client fault)
|
|
42
|
+
* <p>The specified role is invalid.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
45
|
+
* <p>The requested limit exceeds the permitted limit for an account.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ResourceAlreadyExistsException} (client fault)
|
|
48
|
+
* <p>The specified resource already exists.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
51
|
+
* <p>The specified resource was not found.</p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
32
54
|
*/
|
|
33
55
|
export declare class CreateStackCommand extends $Command<CreateStackCommandInput, CreateStackCommandOutput, AppStreamClientResolvedConfig> {
|
|
34
56
|
readonly input: CreateStackCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface CreateStreamingURLCommandOutput extends CreateStreamingURLResul
|
|
|
29
29
|
* @see {@link CreateStreamingURLCommandOutput} 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 ResourceNotAvailableException} (client fault)
|
|
39
|
+
* <p>The specified resource exists and is not in use, but isn't available.</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 CreateStreamingURLCommand extends $Command<CreateStreamingURLCommandInput, CreateStreamingURLCommandOutput, AppStreamClientResolvedConfig> {
|
|
34
47
|
readonly input: CreateStreamingURLCommandInput;
|
|
@@ -31,6 +31,28 @@ export interface CreateUpdatedImageCommandOutput extends CreateUpdatedImageResul
|
|
|
31
31
|
* @see {@link CreateUpdatedImageCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
35
|
+
* <p>An API error occurred. Wait a few minutes and try again.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link IncompatibleImageException} (client fault)
|
|
38
|
+
* <p>The image can't be updated because it's not compatible for updates.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidAccountStatusException} (client fault)
|
|
41
|
+
* <p>The resource cannot be created because your AWS account is suspended. For assistance, contact AWS Support. </p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
44
|
+
* <p>The requested limit exceeds the permitted limit for an account.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link OperationNotPermittedException} (client fault)
|
|
47
|
+
* <p>The attempted operation is not permitted.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ResourceAlreadyExistsException} (client fault)
|
|
50
|
+
* <p>The specified resource already exists.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
53
|
+
* <p>The specified resource was not found.</p>
|
|
54
|
+
*
|
|
55
|
+
*
|
|
34
56
|
*/
|
|
35
57
|
export declare class CreateUpdatedImageCommand extends $Command<CreateUpdatedImageCommandInput, CreateUpdatedImageCommandOutput, AppStreamClientResolvedConfig> {
|
|
36
58
|
readonly input: CreateUpdatedImageCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface CreateUsageReportSubscriptionCommandOutput extends CreateUsageR
|
|
|
29
29
|
* @see {@link CreateUsageReportSubscriptionCommandOutput} 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 InvalidRoleException} (client fault)
|
|
36
|
+
* <p>The specified role is invalid.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
39
|
+
* <p>The requested limit exceeds the permitted limit for an account.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class CreateUsageReportSubscriptionCommand extends $Command<CreateUsageReportSubscriptionCommandInput, CreateUsageReportSubscriptionCommandOutput, AppStreamClientResolvedConfig> {
|
|
34
44
|
readonly input: CreateUsageReportSubscriptionCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface CreateUserCommandOutput extends CreateUserResult, __MetadataBea
|
|
|
29
29
|
* @see {@link CreateUserCommandOutput} 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 InvalidParameterCombinationException} (client fault)
|
|
36
|
+
* <p>Indicates an incorrect combination of parameters, or a missing parameter.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
39
|
+
* <p>The requested limit exceeds the permitted limit for an account.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link OperationNotPermittedException} (client fault)
|
|
42
|
+
* <p>The attempted operation is not permitted.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ResourceAlreadyExistsException} (client fault)
|
|
45
|
+
* <p>The specified resource already exists.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class CreateUserCommand extends $Command<CreateUserCommandInput, CreateUserCommandOutput, AppStreamClientResolvedConfig> {
|
|
34
50
|
readonly input: CreateUserCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface DeleteAppBlockCommandOutput extends DeleteAppBlockResult, __Met
|
|
|
29
29
|
* @see {@link DeleteAppBlockCommandOutput} 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 ResourceInUseException} (client fault)
|
|
36
|
+
* <p>The specified resource is in use.</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 DeleteAppBlockCommand extends $Command<DeleteAppBlockCommandInput, DeleteAppBlockCommandOutput, AppStreamClientResolvedConfig> {
|
|
34
44
|
readonly input: DeleteAppBlockCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface DeleteApplicationCommandOutput extends DeleteApplicationResult,
|
|
|
29
29
|
* @see {@link DeleteApplicationCommandOutput} 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 DeleteApplicationCommand extends $Command<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, AppStreamClientResolvedConfig> {
|
|
34
47
|
readonly input: DeleteApplicationCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DeleteDirectoryConfigCommandOutput extends DeleteDirectoryConfi
|
|
|
29
29
|
* @see {@link DeleteDirectoryConfigCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
33
|
+
* <p>The specified resource is in use.</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 DeleteDirectoryConfigCommand extends $Command<DeleteDirectoryConfigCommandInput, DeleteDirectoryConfigCommandOutput, AppStreamClientResolvedConfig> {
|
|
34
41
|
readonly input: DeleteDirectoryConfigCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface DeleteEntitlementCommandOutput extends DeleteEntitlementResult,
|
|
|
29
29
|
* @see {@link DeleteEntitlementCommandOutput} 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 DeleteEntitlementCommand extends $Command<DeleteEntitlementCommandInput, DeleteEntitlementCommandOutput, AppStreamClientResolvedConfig> {
|
|
34
47
|
readonly input: DeleteEntitlementCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface DeleteFleetCommandOutput extends DeleteFleetResult, __MetadataB
|
|
|
29
29
|
* @see {@link DeleteFleetCommandOutput} 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 ResourceInUseException} (client fault)
|
|
36
|
+
* <p>The specified resource is in use.</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 DeleteFleetCommand extends $Command<DeleteFleetCommandInput, DeleteFleetCommandOutput, AppStreamClientResolvedConfig> {
|
|
34
44
|
readonly input: DeleteFleetCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface DeleteImageBuilderCommandOutput extends DeleteImageBuilderResul
|
|
|
29
29
|
* @see {@link DeleteImageBuilderCommandOutput} 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 DeleteImageBuilderCommand extends $Command<DeleteImageBuilderCommandInput, DeleteImageBuilderCommandOutput, AppStreamClientResolvedConfig> {
|
|
34
44
|
readonly input: DeleteImageBuilderCommandInput;
|
|
@@ -30,6 +30,19 @@ export interface DeleteImageCommandOutput extends DeleteImageResult, __MetadataB
|
|
|
30
30
|
* @see {@link DeleteImageCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
34
|
+
* <p>An API error occurred. Wait a few minutes and try again.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link OperationNotPermittedException} (client fault)
|
|
37
|
+
* <p>The attempted operation is not permitted.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
40
|
+
* <p>The specified resource is in use.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
43
|
+
* <p>The specified resource was not found.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
33
46
|
*/
|
|
34
47
|
export declare class DeleteImageCommand extends $Command<DeleteImageCommandInput, DeleteImageCommandOutput, AppStreamClientResolvedConfig> {
|
|
35
48
|
readonly input: DeleteImageCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DeleteImagePermissionsCommandOutput extends DeleteImagePermissi
|
|
|
29
29
|
* @see {@link DeleteImagePermissionsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ResourceNotAvailableException} (client fault)
|
|
33
|
+
* <p>The specified resource exists and is not in use, but isn't available.</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 DeleteImagePermissionsCommand extends $Command<DeleteImagePermissionsCommandInput, DeleteImagePermissionsCommandOutput, AppStreamClientResolvedConfig> {
|
|
34
41
|
readonly input: DeleteImagePermissionsCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface DeleteStackCommandOutput extends DeleteStackResult, __MetadataB
|
|
|
29
29
|
* @see {@link DeleteStackCommandOutput} 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 DeleteStackCommand extends $Command<DeleteStackCommandInput, DeleteStackCommandOutput, AppStreamClientResolvedConfig> {
|
|
34
47
|
readonly input: DeleteStackCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DeleteUsageReportSubscriptionCommandOutput extends DeleteUsageR
|
|
|
29
29
|
* @see {@link DeleteUsageReportSubscriptionCommandOutput} 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 DeleteUsageReportSubscriptionCommand extends $Command<DeleteUsageReportSubscriptionCommandInput, DeleteUsageReportSubscriptionCommandOutput, AppStreamClientResolvedConfig> {
|
|
34
41
|
readonly input: DeleteUsageReportSubscriptionCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface DeleteUserCommandOutput extends DeleteUserResult, __MetadataBea
|
|
|
29
29
|
* @see {@link DeleteUserCommandOutput} 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 DeleteUserCommand extends $Command<DeleteUserCommandInput, DeleteUserCommandOutput, AppStreamClientResolvedConfig> {
|
|
34
38
|
readonly input: DeleteUserCommandInput;
|