@aws-sdk/client-appstream 3.907.0 → 3.910.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/README.md +40 -0
- package/dist-cjs/endpoint/ruleset.js +1 -1
- package/dist-cjs/index.js +228 -0
- package/dist-es/AppStream.js +10 -0
- package/dist-es/commands/AssociateSoftwareToImageBuilderCommand.js +22 -0
- package/dist-es/commands/DescribeAppLicenseUsageCommand.js +22 -0
- package/dist-es/commands/DescribeSoftwareAssociationsCommand.js +22 -0
- package/dist-es/commands/DisassociateSoftwareFromImageBuilderCommand.js +22 -0
- package/dist-es/commands/StartSoftwareDeploymentToImageBuilderCommand.js +22 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/endpoint/ruleset.js +1 -1
- package/dist-es/models/models_0.js +11 -0
- package/dist-es/protocols/Aws_json1_1.js +121 -0
- package/dist-types/AppStream.d.ts +35 -0
- package/dist-types/AppStreamClient.d.ts +7 -2
- package/dist-types/commands/AssociateSoftwareToImageBuilderCommand.d.ts +90 -0
- package/dist-types/commands/CreateImageBuilderCommand.d.ts +7 -1
- package/dist-types/commands/CreateUpdatedImageCommand.d.ts +1 -0
- package/dist-types/commands/DeleteImageBuilderCommand.d.ts +1 -1
- package/dist-types/commands/DeleteImageCommand.d.ts +1 -0
- package/dist-types/commands/DescribeAppLicenseUsageCommand.d.ts +96 -0
- package/dist-types/commands/DescribeImageBuildersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImagesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeSoftwareAssociationsCommand.d.ts +95 -0
- package/dist-types/commands/DisassociateSoftwareFromImageBuilderCommand.d.ts +87 -0
- package/dist-types/commands/StartImageBuilderCommand.d.ts +1 -1
- package/dist-types/commands/StartSoftwareDeploymentToImageBuilderCommand.d.ts +82 -0
- package/dist-types/commands/StopImageBuilderCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +624 -2
- package/dist-types/protocols/Aws_json1_1.d.ts +45 -0
- package/dist-types/ts3.4/AppStream.d.ts +97 -0
- package/dist-types/ts3.4/AppStreamClient.d.ts +30 -0
- package/dist-types/ts3.4/commands/AssociateSoftwareToImageBuilderCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeAppLicenseUsageCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeSoftwareAssociationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DisassociateSoftwareFromImageBuilderCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StartSoftwareDeploymentToImageBuilderCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +64 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +60 -0
- package/package.json +36 -36
|
@@ -68,6 +68,12 @@ declare const CreateImageBuilderCommand_base: {
|
|
|
68
68
|
* VpceId: "STRING_VALUE",
|
|
69
69
|
* },
|
|
70
70
|
* ],
|
|
71
|
+
* SoftwaresToInstall: [ // StringList
|
|
72
|
+
* "STRING_VALUE",
|
|
73
|
+
* ],
|
|
74
|
+
* SoftwaresToUninstall: [
|
|
75
|
+
* "STRING_VALUE",
|
|
76
|
+
* ],
|
|
71
77
|
* };
|
|
72
78
|
* const command = new CreateImageBuilderCommand(input);
|
|
73
79
|
* const response = await client.send(command);
|
|
@@ -89,7 +95,7 @@ declare const CreateImageBuilderCommand_base: {
|
|
|
89
95
|
* // InstanceType: "STRING_VALUE",
|
|
90
96
|
* // Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2" || "RHEL8" || "ROCKY_LINUX8",
|
|
91
97
|
* // IamRoleArn: "STRING_VALUE",
|
|
92
|
-
* // State: "PENDING" || "UPDATING_AGENT" || "RUNNING" || "STOPPING" || "STOPPED" || "REBOOTING" || "SNAPSHOTTING" || "DELETING" || "FAILED" || "UPDATING" || "PENDING_QUALIFICATION",
|
|
98
|
+
* // State: "PENDING" || "UPDATING_AGENT" || "RUNNING" || "STOPPING" || "STOPPED" || "REBOOTING" || "SNAPSHOTTING" || "DELETING" || "FAILED" || "UPDATING" || "PENDING_QUALIFICATION" || "PENDING_SYNCING_APPS" || "SYNCING_APPS",
|
|
93
99
|
* // StateChangeReason: { // ImageBuilderStateChangeReason
|
|
94
100
|
* // Code: "INTERNAL_ERROR" || "IMAGE_UNAVAILABLE",
|
|
95
101
|
* // Message: "STRING_VALUE",
|
|
@@ -114,6 +114,7 @@ declare const CreateUpdatedImageCommand_base: {
|
|
|
114
114
|
* // ],
|
|
115
115
|
* // DynamicAppProvidersEnabled: "ENABLED" || "DISABLED",
|
|
116
116
|
* // ImageSharedWithOthers: "TRUE" || "FALSE",
|
|
117
|
+
* // ManagedSoftwareIncluded: true || false,
|
|
117
118
|
* // },
|
|
118
119
|
* // canUpdateImage: true || false,
|
|
119
120
|
* // };
|
|
@@ -59,7 +59,7 @@ declare const DeleteImageBuilderCommand_base: {
|
|
|
59
59
|
* // InstanceType: "STRING_VALUE",
|
|
60
60
|
* // Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2" || "RHEL8" || "ROCKY_LINUX8",
|
|
61
61
|
* // IamRoleArn: "STRING_VALUE",
|
|
62
|
-
* // State: "PENDING" || "UPDATING_AGENT" || "RUNNING" || "STOPPING" || "STOPPED" || "REBOOTING" || "SNAPSHOTTING" || "DELETING" || "FAILED" || "UPDATING" || "PENDING_QUALIFICATION",
|
|
62
|
+
* // State: "PENDING" || "UPDATING_AGENT" || "RUNNING" || "STOPPING" || "STOPPED" || "REBOOTING" || "SNAPSHOTTING" || "DELETING" || "FAILED" || "UPDATING" || "PENDING_QUALIFICATION" || "PENDING_SYNCING_APPS" || "SYNCING_APPS",
|
|
63
63
|
* // StateChangeReason: { // ImageBuilderStateChangeReason
|
|
64
64
|
* // Code: "INTERNAL_ERROR" || "IMAGE_UNAVAILABLE",
|
|
65
65
|
* // Message: "STRING_VALUE",
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
|
|
4
|
+
import { DescribeAppLicenseUsageRequest, DescribeAppLicenseUsageResult } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link DescribeAppLicenseUsageCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DescribeAppLicenseUsageCommandInput extends DescribeAppLicenseUsageRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DescribeAppLicenseUsageCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DescribeAppLicenseUsageCommandOutput extends DescribeAppLicenseUsageResult, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const DescribeAppLicenseUsageCommand_base: {
|
|
25
|
+
new (input: DescribeAppLicenseUsageCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAppLicenseUsageCommandInput, DescribeAppLicenseUsageCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeAppLicenseUsageCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAppLicenseUsageCommandInput, DescribeAppLicenseUsageCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Retrieves license included application usage information.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { AppStreamClient, DescribeAppLicenseUsageCommand } from "@aws-sdk/client-appstream"; // ES Modules import
|
|
35
|
+
* // const { AppStreamClient, DescribeAppLicenseUsageCommand } = require("@aws-sdk/client-appstream"); // CommonJS import
|
|
36
|
+
* // import type { AppStreamClientConfig } from "@aws-sdk/client-appstream";
|
|
37
|
+
* const config = {}; // type is AppStreamClientConfig
|
|
38
|
+
* const client = new AppStreamClient(config);
|
|
39
|
+
* const input = { // DescribeAppLicenseUsageRequest
|
|
40
|
+
* BillingPeriod: "STRING_VALUE", // required
|
|
41
|
+
* MaxResults: Number("int"),
|
|
42
|
+
* NextToken: "STRING_VALUE",
|
|
43
|
+
* };
|
|
44
|
+
* const command = new DescribeAppLicenseUsageCommand(input);
|
|
45
|
+
* const response = await client.send(command);
|
|
46
|
+
* // { // DescribeAppLicenseUsageResult
|
|
47
|
+
* // AppLicenseUsages: [ // AdminAppLicenseUsageList
|
|
48
|
+
* // { // AdminAppLicenseUsageRecord
|
|
49
|
+
* // UserArn: "STRING_VALUE", // required
|
|
50
|
+
* // BillingPeriod: "STRING_VALUE", // required
|
|
51
|
+
* // OwnerAWSAccountId: "STRING_VALUE", // required
|
|
52
|
+
* // SubscriptionFirstUsedDate: new Date("TIMESTAMP"), // required
|
|
53
|
+
* // SubscriptionLastUsedDate: new Date("TIMESTAMP"), // required
|
|
54
|
+
* // LicenseType: "STRING_VALUE", // required
|
|
55
|
+
* // UserId: "STRING_VALUE", // required
|
|
56
|
+
* // },
|
|
57
|
+
* // ],
|
|
58
|
+
* // NextToken: "STRING_VALUE",
|
|
59
|
+
* // };
|
|
60
|
+
*
|
|
61
|
+
* ```
|
|
62
|
+
*
|
|
63
|
+
* @param DescribeAppLicenseUsageCommandInput - {@link DescribeAppLicenseUsageCommandInput}
|
|
64
|
+
* @returns {@link DescribeAppLicenseUsageCommandOutput}
|
|
65
|
+
* @see {@link DescribeAppLicenseUsageCommandInput} for command's `input` shape.
|
|
66
|
+
* @see {@link DescribeAppLicenseUsageCommandOutput} for command's `response` shape.
|
|
67
|
+
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link InvalidParameterCombinationException} (client fault)
|
|
70
|
+
* <p>Indicates an incorrect combination of parameters, or a missing parameter.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link OperationNotPermittedException} (client fault)
|
|
73
|
+
* <p>The attempted operation is not permitted.</p>
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
76
|
+
* <p>The specified resource was not found.</p>
|
|
77
|
+
*
|
|
78
|
+
* @throws {@link AppStreamServiceException}
|
|
79
|
+
* <p>Base exception class for all service exceptions from AppStream service.</p>
|
|
80
|
+
*
|
|
81
|
+
*
|
|
82
|
+
* @public
|
|
83
|
+
*/
|
|
84
|
+
export declare class DescribeAppLicenseUsageCommand extends DescribeAppLicenseUsageCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: DescribeAppLicenseUsageRequest;
|
|
89
|
+
output: DescribeAppLicenseUsageResult;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: DescribeAppLicenseUsageCommandInput;
|
|
93
|
+
output: DescribeAppLicenseUsageCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
96
|
+
}
|
|
@@ -64,7 +64,7 @@ declare const DescribeImageBuildersCommand_base: {
|
|
|
64
64
|
* // InstanceType: "STRING_VALUE",
|
|
65
65
|
* // Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2" || "RHEL8" || "ROCKY_LINUX8",
|
|
66
66
|
* // IamRoleArn: "STRING_VALUE",
|
|
67
|
-
* // State: "PENDING" || "UPDATING_AGENT" || "RUNNING" || "STOPPING" || "STOPPED" || "REBOOTING" || "SNAPSHOTTING" || "DELETING" || "FAILED" || "UPDATING" || "PENDING_QUALIFICATION",
|
|
67
|
+
* // State: "PENDING" || "UPDATING_AGENT" || "RUNNING" || "STOPPING" || "STOPPED" || "REBOOTING" || "SNAPSHOTTING" || "DELETING" || "FAILED" || "UPDATING" || "PENDING_QUALIFICATION" || "PENDING_SYNCING_APPS" || "SYNCING_APPS",
|
|
68
68
|
* // StateChangeReason: { // ImageBuilderStateChangeReason
|
|
69
69
|
* // Code: "INTERNAL_ERROR" || "IMAGE_UNAVAILABLE",
|
|
70
70
|
* // Message: "STRING_VALUE",
|
|
@@ -114,6 +114,7 @@ declare const DescribeImagesCommand_base: {
|
|
|
114
114
|
* // ],
|
|
115
115
|
* // DynamicAppProvidersEnabled: "ENABLED" || "DISABLED",
|
|
116
116
|
* // ImageSharedWithOthers: "TRUE" || "FALSE",
|
|
117
|
+
* // ManagedSoftwareIncluded: true || false,
|
|
117
118
|
* // },
|
|
118
119
|
* // ],
|
|
119
120
|
* // NextToken: "STRING_VALUE",
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
|
|
4
|
+
import { DescribeSoftwareAssociationsRequest, DescribeSoftwareAssociationsResult } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link DescribeSoftwareAssociationsCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DescribeSoftwareAssociationsCommandInput extends DescribeSoftwareAssociationsRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DescribeSoftwareAssociationsCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DescribeSoftwareAssociationsCommandOutput extends DescribeSoftwareAssociationsResult, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const DescribeSoftwareAssociationsCommand_base: {
|
|
25
|
+
new (input: DescribeSoftwareAssociationsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSoftwareAssociationsCommandInput, DescribeSoftwareAssociationsCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeSoftwareAssociationsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSoftwareAssociationsCommandInput, DescribeSoftwareAssociationsCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Retrieves license included application associations for a specified resource.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { AppStreamClient, DescribeSoftwareAssociationsCommand } from "@aws-sdk/client-appstream"; // ES Modules import
|
|
35
|
+
* // const { AppStreamClient, DescribeSoftwareAssociationsCommand } = require("@aws-sdk/client-appstream"); // CommonJS import
|
|
36
|
+
* // import type { AppStreamClientConfig } from "@aws-sdk/client-appstream";
|
|
37
|
+
* const config = {}; // type is AppStreamClientConfig
|
|
38
|
+
* const client = new AppStreamClient(config);
|
|
39
|
+
* const input = { // DescribeSoftwareAssociationsRequest
|
|
40
|
+
* AssociatedResource: "STRING_VALUE", // required
|
|
41
|
+
* MaxResults: Number("int"),
|
|
42
|
+
* NextToken: "STRING_VALUE",
|
|
43
|
+
* };
|
|
44
|
+
* const command = new DescribeSoftwareAssociationsCommand(input);
|
|
45
|
+
* const response = await client.send(command);
|
|
46
|
+
* // { // DescribeSoftwareAssociationsResult
|
|
47
|
+
* // AssociatedResource: "STRING_VALUE",
|
|
48
|
+
* // SoftwareAssociations: [ // SoftwareAssociationsList
|
|
49
|
+
* // { // SoftwareAssociations
|
|
50
|
+
* // SoftwareName: "STRING_VALUE",
|
|
51
|
+
* // Status: "STAGED_FOR_INSTALLATION" || "PENDING_INSTALLATION" || "INSTALLED" || "STAGED_FOR_UNINSTALLATION" || "PENDING_UNINSTALLATION" || "FAILED_TO_INSTALL" || "FAILED_TO_UNINSTALL",
|
|
52
|
+
* // DeploymentError: [ // ErrorDetailsList
|
|
53
|
+
* // { // ErrorDetails
|
|
54
|
+
* // ErrorCode: "STRING_VALUE",
|
|
55
|
+
* // ErrorMessage: "STRING_VALUE",
|
|
56
|
+
* // },
|
|
57
|
+
* // ],
|
|
58
|
+
* // },
|
|
59
|
+
* // ],
|
|
60
|
+
* // NextToken: "STRING_VALUE",
|
|
61
|
+
* // };
|
|
62
|
+
*
|
|
63
|
+
* ```
|
|
64
|
+
*
|
|
65
|
+
* @param DescribeSoftwareAssociationsCommandInput - {@link DescribeSoftwareAssociationsCommandInput}
|
|
66
|
+
* @returns {@link DescribeSoftwareAssociationsCommandOutput}
|
|
67
|
+
* @see {@link DescribeSoftwareAssociationsCommandInput} for command's `input` shape.
|
|
68
|
+
* @see {@link DescribeSoftwareAssociationsCommandOutput} for command's `response` shape.
|
|
69
|
+
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link OperationNotPermittedException} (client fault)
|
|
72
|
+
* <p>The attempted operation is not permitted.</p>
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
75
|
+
* <p>The specified resource was not found.</p>
|
|
76
|
+
*
|
|
77
|
+
* @throws {@link AppStreamServiceException}
|
|
78
|
+
* <p>Base exception class for all service exceptions from AppStream service.</p>
|
|
79
|
+
*
|
|
80
|
+
*
|
|
81
|
+
* @public
|
|
82
|
+
*/
|
|
83
|
+
export declare class DescribeSoftwareAssociationsCommand extends DescribeSoftwareAssociationsCommand_base {
|
|
84
|
+
/** @internal type navigation helper, not in runtime. */
|
|
85
|
+
protected static __types: {
|
|
86
|
+
api: {
|
|
87
|
+
input: DescribeSoftwareAssociationsRequest;
|
|
88
|
+
output: DescribeSoftwareAssociationsResult;
|
|
89
|
+
};
|
|
90
|
+
sdk: {
|
|
91
|
+
input: DescribeSoftwareAssociationsCommandInput;
|
|
92
|
+
output: DescribeSoftwareAssociationsCommandOutput;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
95
|
+
}
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
|
|
4
|
+
import { DisassociateSoftwareFromImageBuilderRequest, DisassociateSoftwareFromImageBuilderResult } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link DisassociateSoftwareFromImageBuilderCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DisassociateSoftwareFromImageBuilderCommandInput extends DisassociateSoftwareFromImageBuilderRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DisassociateSoftwareFromImageBuilderCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DisassociateSoftwareFromImageBuilderCommandOutput extends DisassociateSoftwareFromImageBuilderResult, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const DisassociateSoftwareFromImageBuilderCommand_base: {
|
|
25
|
+
new (input: DisassociateSoftwareFromImageBuilderCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateSoftwareFromImageBuilderCommandInput, DisassociateSoftwareFromImageBuilderCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DisassociateSoftwareFromImageBuilderCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateSoftwareFromImageBuilderCommandInput, DisassociateSoftwareFromImageBuilderCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Removes license included application(s) association(s) from an image builder instance.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { AppStreamClient, DisassociateSoftwareFromImageBuilderCommand } from "@aws-sdk/client-appstream"; // ES Modules import
|
|
35
|
+
* // const { AppStreamClient, DisassociateSoftwareFromImageBuilderCommand } = require("@aws-sdk/client-appstream"); // CommonJS import
|
|
36
|
+
* // import type { AppStreamClientConfig } from "@aws-sdk/client-appstream";
|
|
37
|
+
* const config = {}; // type is AppStreamClientConfig
|
|
38
|
+
* const client = new AppStreamClient(config);
|
|
39
|
+
* const input = { // DisassociateSoftwareFromImageBuilderRequest
|
|
40
|
+
* ImageBuilderName: "STRING_VALUE", // required
|
|
41
|
+
* SoftwareNames: [ // StringList // required
|
|
42
|
+
* "STRING_VALUE",
|
|
43
|
+
* ],
|
|
44
|
+
* };
|
|
45
|
+
* const command = new DisassociateSoftwareFromImageBuilderCommand(input);
|
|
46
|
+
* const response = await client.send(command);
|
|
47
|
+
* // {};
|
|
48
|
+
*
|
|
49
|
+
* ```
|
|
50
|
+
*
|
|
51
|
+
* @param DisassociateSoftwareFromImageBuilderCommandInput - {@link DisassociateSoftwareFromImageBuilderCommandInput}
|
|
52
|
+
* @returns {@link DisassociateSoftwareFromImageBuilderCommandOutput}
|
|
53
|
+
* @see {@link DisassociateSoftwareFromImageBuilderCommandInput} for command's `input` shape.
|
|
54
|
+
* @see {@link DisassociateSoftwareFromImageBuilderCommandOutput} for command's `response` shape.
|
|
55
|
+
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
58
|
+
* <p>An API error occurred. Wait a few minutes and try again.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link InvalidParameterCombinationException} (client fault)
|
|
61
|
+
* <p>Indicates an incorrect combination of parameters, or a missing parameter.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link OperationNotPermittedException} (client fault)
|
|
64
|
+
* <p>The attempted operation is not permitted.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
67
|
+
* <p>The specified resource was not found.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link AppStreamServiceException}
|
|
70
|
+
* <p>Base exception class for all service exceptions from AppStream service.</p>
|
|
71
|
+
*
|
|
72
|
+
*
|
|
73
|
+
* @public
|
|
74
|
+
*/
|
|
75
|
+
export declare class DisassociateSoftwareFromImageBuilderCommand extends DisassociateSoftwareFromImageBuilderCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: DisassociateSoftwareFromImageBuilderRequest;
|
|
80
|
+
output: {};
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: DisassociateSoftwareFromImageBuilderCommandInput;
|
|
84
|
+
output: DisassociateSoftwareFromImageBuilderCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
87
|
+
}
|
|
@@ -60,7 +60,7 @@ declare const StartImageBuilderCommand_base: {
|
|
|
60
60
|
* // InstanceType: "STRING_VALUE",
|
|
61
61
|
* // Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2" || "RHEL8" || "ROCKY_LINUX8",
|
|
62
62
|
* // IamRoleArn: "STRING_VALUE",
|
|
63
|
-
* // State: "PENDING" || "UPDATING_AGENT" || "RUNNING" || "STOPPING" || "STOPPED" || "REBOOTING" || "SNAPSHOTTING" || "DELETING" || "FAILED" || "UPDATING" || "PENDING_QUALIFICATION",
|
|
63
|
+
* // State: "PENDING" || "UPDATING_AGENT" || "RUNNING" || "STOPPING" || "STOPPED" || "REBOOTING" || "SNAPSHOTTING" || "DELETING" || "FAILED" || "UPDATING" || "PENDING_QUALIFICATION" || "PENDING_SYNCING_APPS" || "SYNCING_APPS",
|
|
64
64
|
* // StateChangeReason: { // ImageBuilderStateChangeReason
|
|
65
65
|
* // Code: "INTERNAL_ERROR" || "IMAGE_UNAVAILABLE",
|
|
66
66
|
* // Message: "STRING_VALUE",
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
|
|
4
|
+
import { StartSoftwareDeploymentToImageBuilderRequest, StartSoftwareDeploymentToImageBuilderResult } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link StartSoftwareDeploymentToImageBuilderCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface StartSoftwareDeploymentToImageBuilderCommandInput extends StartSoftwareDeploymentToImageBuilderRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link StartSoftwareDeploymentToImageBuilderCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface StartSoftwareDeploymentToImageBuilderCommandOutput extends StartSoftwareDeploymentToImageBuilderResult, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const StartSoftwareDeploymentToImageBuilderCommand_base: {
|
|
25
|
+
new (input: StartSoftwareDeploymentToImageBuilderCommandInput): import("@smithy/smithy-client").CommandImpl<StartSoftwareDeploymentToImageBuilderCommandInput, StartSoftwareDeploymentToImageBuilderCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: StartSoftwareDeploymentToImageBuilderCommandInput): import("@smithy/smithy-client").CommandImpl<StartSoftwareDeploymentToImageBuilderCommandInput, StartSoftwareDeploymentToImageBuilderCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Initiates license included applications deployment to an image builder instance.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { AppStreamClient, StartSoftwareDeploymentToImageBuilderCommand } from "@aws-sdk/client-appstream"; // ES Modules import
|
|
35
|
+
* // const { AppStreamClient, StartSoftwareDeploymentToImageBuilderCommand } = require("@aws-sdk/client-appstream"); // CommonJS import
|
|
36
|
+
* // import type { AppStreamClientConfig } from "@aws-sdk/client-appstream";
|
|
37
|
+
* const config = {}; // type is AppStreamClientConfig
|
|
38
|
+
* const client = new AppStreamClient(config);
|
|
39
|
+
* const input = { // StartSoftwareDeploymentToImageBuilderRequest
|
|
40
|
+
* ImageBuilderName: "STRING_VALUE", // required
|
|
41
|
+
* RetryFailedDeployments: true || false,
|
|
42
|
+
* };
|
|
43
|
+
* const command = new StartSoftwareDeploymentToImageBuilderCommand(input);
|
|
44
|
+
* const response = await client.send(command);
|
|
45
|
+
* // {};
|
|
46
|
+
*
|
|
47
|
+
* ```
|
|
48
|
+
*
|
|
49
|
+
* @param StartSoftwareDeploymentToImageBuilderCommandInput - {@link StartSoftwareDeploymentToImageBuilderCommandInput}
|
|
50
|
+
* @returns {@link StartSoftwareDeploymentToImageBuilderCommandOutput}
|
|
51
|
+
* @see {@link StartSoftwareDeploymentToImageBuilderCommandInput} for command's `input` shape.
|
|
52
|
+
* @see {@link StartSoftwareDeploymentToImageBuilderCommandOutput} for command's `response` shape.
|
|
53
|
+
* @see {@link AppStreamClientResolvedConfig | config} for AppStreamClient's `config` shape.
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
56
|
+
* <p>An API error occurred. Wait a few minutes and try again.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link OperationNotPermittedException} (client fault)
|
|
59
|
+
* <p>The attempted operation is not permitted.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
62
|
+
* <p>The specified resource was not found.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link AppStreamServiceException}
|
|
65
|
+
* <p>Base exception class for all service exceptions from AppStream service.</p>
|
|
66
|
+
*
|
|
67
|
+
*
|
|
68
|
+
* @public
|
|
69
|
+
*/
|
|
70
|
+
export declare class StartSoftwareDeploymentToImageBuilderCommand extends StartSoftwareDeploymentToImageBuilderCommand_base {
|
|
71
|
+
/** @internal type navigation helper, not in runtime. */
|
|
72
|
+
protected static __types: {
|
|
73
|
+
api: {
|
|
74
|
+
input: StartSoftwareDeploymentToImageBuilderRequest;
|
|
75
|
+
output: {};
|
|
76
|
+
};
|
|
77
|
+
sdk: {
|
|
78
|
+
input: StartSoftwareDeploymentToImageBuilderCommandInput;
|
|
79
|
+
output: StartSoftwareDeploymentToImageBuilderCommandOutput;
|
|
80
|
+
};
|
|
81
|
+
};
|
|
82
|
+
}
|
|
@@ -59,7 +59,7 @@ declare const StopImageBuilderCommand_base: {
|
|
|
59
59
|
* // InstanceType: "STRING_VALUE",
|
|
60
60
|
* // Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "WINDOWS_SERVER_2022" || "AMAZON_LINUX2" || "RHEL8" || "ROCKY_LINUX8",
|
|
61
61
|
* // IamRoleArn: "STRING_VALUE",
|
|
62
|
-
* // State: "PENDING" || "UPDATING_AGENT" || "RUNNING" || "STOPPING" || "STOPPED" || "REBOOTING" || "SNAPSHOTTING" || "DELETING" || "FAILED" || "UPDATING" || "PENDING_QUALIFICATION",
|
|
62
|
+
* // State: "PENDING" || "UPDATING_AGENT" || "RUNNING" || "STOPPING" || "STOPPED" || "REBOOTING" || "SNAPSHOTTING" || "DELETING" || "FAILED" || "UPDATING" || "PENDING_QUALIFICATION" || "PENDING_SYNCING_APPS" || "SYNCING_APPS",
|
|
63
63
|
* // StateChangeReason: { // ImageBuilderStateChangeReason
|
|
64
64
|
* // Code: "INTERNAL_ERROR" || "IMAGE_UNAVAILABLE",
|
|
65
65
|
* // Message: "STRING_VALUE",
|
|
@@ -2,6 +2,7 @@ export * from "./AssociateAppBlockBuilderAppBlockCommand";
|
|
|
2
2
|
export * from "./AssociateApplicationFleetCommand";
|
|
3
3
|
export * from "./AssociateApplicationToEntitlementCommand";
|
|
4
4
|
export * from "./AssociateFleetCommand";
|
|
5
|
+
export * from "./AssociateSoftwareToImageBuilderCommand";
|
|
5
6
|
export * from "./BatchAssociateUserStackCommand";
|
|
6
7
|
export * from "./BatchDisassociateUserStackCommand";
|
|
7
8
|
export * from "./CopyImageCommand";
|
|
@@ -36,6 +37,7 @@ export * from "./DeleteUserCommand";
|
|
|
36
37
|
export * from "./DescribeAppBlockBuilderAppBlockAssociationsCommand";
|
|
37
38
|
export * from "./DescribeAppBlockBuildersCommand";
|
|
38
39
|
export * from "./DescribeAppBlocksCommand";
|
|
40
|
+
export * from "./DescribeAppLicenseUsageCommand";
|
|
39
41
|
export * from "./DescribeApplicationFleetAssociationsCommand";
|
|
40
42
|
export * from "./DescribeApplicationsCommand";
|
|
41
43
|
export * from "./DescribeDirectoryConfigsCommand";
|
|
@@ -45,6 +47,7 @@ export * from "./DescribeImageBuildersCommand";
|
|
|
45
47
|
export * from "./DescribeImagePermissionsCommand";
|
|
46
48
|
export * from "./DescribeImagesCommand";
|
|
47
49
|
export * from "./DescribeSessionsCommand";
|
|
50
|
+
export * from "./DescribeSoftwareAssociationsCommand";
|
|
48
51
|
export * from "./DescribeStacksCommand";
|
|
49
52
|
export * from "./DescribeThemeForStackCommand";
|
|
50
53
|
export * from "./DescribeUsageReportSubscriptionsCommand";
|
|
@@ -55,6 +58,7 @@ export * from "./DisassociateAppBlockBuilderAppBlockCommand";
|
|
|
55
58
|
export * from "./DisassociateApplicationFleetCommand";
|
|
56
59
|
export * from "./DisassociateApplicationFromEntitlementCommand";
|
|
57
60
|
export * from "./DisassociateFleetCommand";
|
|
61
|
+
export * from "./DisassociateSoftwareFromImageBuilderCommand";
|
|
58
62
|
export * from "./EnableUserCommand";
|
|
59
63
|
export * from "./ExpireSessionCommand";
|
|
60
64
|
export * from "./ListAssociatedFleetsCommand";
|
|
@@ -64,6 +68,7 @@ export * from "./ListTagsForResourceCommand";
|
|
|
64
68
|
export * from "./StartAppBlockBuilderCommand";
|
|
65
69
|
export * from "./StartFleetCommand";
|
|
66
70
|
export * from "./StartImageBuilderCommand";
|
|
71
|
+
export * from "./StartSoftwareDeploymentToImageBuilderCommand";
|
|
67
72
|
export * from "./StopAppBlockBuilderCommand";
|
|
68
73
|
export * from "./StopFleetCommand";
|
|
69
74
|
export * from "./StopImageBuilderCommand";
|