@aws-sdk/client-appstream 3.325.0 → 3.326.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 +9 -0
- package/dist-types/commands/AssociateApplicationToEntitlementCommand.d.ts +4 -0
- package/dist-types/commands/AssociateFleetCommand.d.ts +4 -0
- package/dist-types/commands/BatchAssociateUserStackCommand.d.ts +17 -0
- package/dist-types/commands/BatchDisassociateUserStackCommand.d.ts +17 -0
- package/dist-types/commands/CopyImageCommand.d.ts +6 -0
- package/dist-types/commands/CreateAppBlockCommand.d.ts +25 -0
- package/dist-types/commands/CreateApplicationCommand.d.ts +31 -0
- package/dist-types/commands/CreateDirectoryConfigCommand.d.ts +20 -0
- package/dist-types/commands/CreateEntitlementCommand.d.ts +19 -0
- package/dist-types/commands/CreateFleetCommand.d.ts +56 -0
- package/dist-types/commands/CreateImageBuilderCommand.d.ts +52 -0
- package/dist-types/commands/CreateImageBuilderStreamingURLCommand.d.ts +7 -0
- package/dist-types/commands/CreateStackCommand.d.ts +52 -0
- package/dist-types/commands/CreateStreamingURLCommand.d.ts +7 -0
- package/dist-types/commands/CreateUpdatedImageCommand.d.ts +64 -0
- package/dist-types/commands/CreateUsageReportSubscriptionCommand.d.ts +7 -0
- package/dist-types/commands/CreateUserCommand.d.ts +4 -0
- package/dist-types/commands/DeleteAppBlockCommand.d.ts +4 -0
- package/dist-types/commands/DeleteApplicationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDirectoryConfigCommand.d.ts +4 -0
- package/dist-types/commands/DeleteEntitlementCommand.d.ts +4 -0
- package/dist-types/commands/DeleteFleetCommand.d.ts +4 -0
- package/dist-types/commands/DeleteImageBuilderCommand.d.ts +52 -0
- package/dist-types/commands/DeleteImageCommand.d.ts +63 -0
- package/dist-types/commands/DeleteImagePermissionsCommand.d.ts +4 -0
- package/dist-types/commands/DeleteStackCommand.d.ts +4 -0
- package/dist-types/commands/DeleteUsageReportSubscriptionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteUserCommand.d.ts +4 -0
- package/dist-types/commands/DescribeAppBlocksCommand.d.ts +28 -0
- package/dist-types/commands/DescribeApplicationFleetAssociationsCommand.d.ts +12 -0
- package/dist-types/commands/DescribeApplicationsCommand.d.ts +34 -0
- package/dist-types/commands/DescribeDirectoryConfigsCommand.d.ts +23 -0
- package/dist-types/commands/DescribeEntitlementsCommand.d.ts +22 -0
- package/dist-types/commands/DescribeFleetsCommand.d.ts +59 -0
- package/dist-types/commands/DescribeImageBuildersCommand.d.ts +55 -0
- package/dist-types/commands/DescribeImagePermissionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeImagesCommand.d.ts +66 -0
- package/dist-types/commands/DescribeSessionsCommand.d.ts +23 -0
- package/dist-types/commands/DescribeStacksCommand.d.ts +55 -0
- package/dist-types/commands/DescribeUsageReportSubscriptionsCommand.d.ts +19 -0
- package/dist-types/commands/DescribeUserStackAssociationsCommand.d.ts +14 -0
- package/dist-types/commands/DescribeUsersCommand.d.ts +18 -0
- package/dist-types/commands/DisableUserCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateApplicationFleetCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateApplicationFromEntitlementCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateFleetCommand.d.ts +4 -0
- package/dist-types/commands/EnableUserCommand.d.ts +4 -0
- package/dist-types/commands/ExpireSessionCommand.d.ts +4 -0
- package/dist-types/commands/ListAssociatedFleetsCommand.d.ts +9 -0
- package/dist-types/commands/ListAssociatedStacksCommand.d.ts +9 -0
- package/dist-types/commands/ListEntitledApplicationsCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +8 -0
- package/dist-types/commands/StartFleetCommand.d.ts +4 -0
- package/dist-types/commands/StartImageBuilderCommand.d.ts +52 -0
- package/dist-types/commands/StopFleetCommand.d.ts +4 -0
- package/dist-types/commands/StopImageBuilderCommand.d.ts +52 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateApplicationCommand.d.ts +31 -0
- package/dist-types/commands/UpdateDirectoryConfigCommand.d.ts +20 -0
- package/dist-types/commands/UpdateEntitlementCommand.d.ts +19 -0
- package/dist-types/commands/UpdateFleetCommand.d.ts +56 -0
- package/dist-types/commands/UpdateImagePermissionsCommand.d.ts +4 -0
- package/dist-types/commands/UpdateStackCommand.d.ts +52 -0
- package/package.json +3 -3
|
@@ -32,6 +32,56 @@ export interface StartImageBuilderCommandOutput extends StartImageBuilderResult,
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new StartImageBuilderCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // StartImageBuilderResult
|
|
36
|
+
* // ImageBuilder: { // ImageBuilder
|
|
37
|
+
* // Name: "STRING_VALUE", // required
|
|
38
|
+
* // Arn: "STRING_VALUE",
|
|
39
|
+
* // ImageArn: "STRING_VALUE",
|
|
40
|
+
* // Description: "STRING_VALUE",
|
|
41
|
+
* // DisplayName: "STRING_VALUE",
|
|
42
|
+
* // VpcConfig: { // VpcConfig
|
|
43
|
+
* // SubnetIds: [ // SubnetIdList
|
|
44
|
+
* // "STRING_VALUE",
|
|
45
|
+
* // ],
|
|
46
|
+
* // SecurityGroupIds: [ // SecurityGroupIdList
|
|
47
|
+
* // "STRING_VALUE",
|
|
48
|
+
* // ],
|
|
49
|
+
* // },
|
|
50
|
+
* // InstanceType: "STRING_VALUE",
|
|
51
|
+
* // Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "AMAZON_LINUX2",
|
|
52
|
+
* // IamRoleArn: "STRING_VALUE",
|
|
53
|
+
* // State: "PENDING" || "UPDATING_AGENT" || "RUNNING" || "STOPPING" || "STOPPED" || "REBOOTING" || "SNAPSHOTTING" || "DELETING" || "FAILED" || "UPDATING" || "PENDING_QUALIFICATION",
|
|
54
|
+
* // StateChangeReason: { // ImageBuilderStateChangeReason
|
|
55
|
+
* // Code: "INTERNAL_ERROR" || "IMAGE_UNAVAILABLE",
|
|
56
|
+
* // Message: "STRING_VALUE",
|
|
57
|
+
* // },
|
|
58
|
+
* // CreatedTime: new Date("TIMESTAMP"),
|
|
59
|
+
* // EnableDefaultInternetAccess: true || false,
|
|
60
|
+
* // DomainJoinInfo: { // DomainJoinInfo
|
|
61
|
+
* // DirectoryName: "STRING_VALUE",
|
|
62
|
+
* // OrganizationalUnitDistinguishedName: "STRING_VALUE",
|
|
63
|
+
* // },
|
|
64
|
+
* // NetworkAccessConfiguration: { // NetworkAccessConfiguration
|
|
65
|
+
* // EniPrivateIpAddress: "STRING_VALUE",
|
|
66
|
+
* // EniId: "STRING_VALUE",
|
|
67
|
+
* // },
|
|
68
|
+
* // ImageBuilderErrors: [ // ResourceErrors
|
|
69
|
+
* // { // ResourceError
|
|
70
|
+
* // ErrorCode: "IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION" || "IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION" || "IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION" || "NETWORK_INTERFACE_LIMIT_EXCEEDED" || "INTERNAL_SERVICE_ERROR" || "IAM_SERVICE_ROLE_IS_MISSING" || "MACHINE_ROLE_IS_MISSING" || "STS_DISABLED_IN_REGION" || "SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES" || "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION" || "SUBNET_NOT_FOUND" || "IMAGE_NOT_FOUND" || "INVALID_SUBNET_CONFIGURATION" || "SECURITY_GROUPS_NOT_FOUND" || "IGW_NOT_ATTACHED" || "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION" || "FLEET_STOPPED" || "FLEET_INSTANCE_PROVISIONING_FAILURE" || "DOMAIN_JOIN_ERROR_FILE_NOT_FOUND" || "DOMAIN_JOIN_ERROR_ACCESS_DENIED" || "DOMAIN_JOIN_ERROR_LOGON_FAILURE" || "DOMAIN_JOIN_ERROR_INVALID_PARAMETER" || "DOMAIN_JOIN_ERROR_MORE_DATA" || "DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN" || "DOMAIN_JOIN_ERROR_NOT_SUPPORTED" || "DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME" || "DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED" || "DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED" || "DOMAIN_JOIN_NERR_PASSWORD_EXPIRED" || "DOMAIN_JOIN_INTERNAL_SERVICE_ERROR",
|
|
71
|
+
* // ErrorMessage: "STRING_VALUE",
|
|
72
|
+
* // ErrorTimestamp: new Date("TIMESTAMP"),
|
|
73
|
+
* // },
|
|
74
|
+
* // ],
|
|
75
|
+
* // AppstreamAgentVersion: "STRING_VALUE",
|
|
76
|
+
* // AccessEndpoints: [ // AccessEndpointList
|
|
77
|
+
* // { // AccessEndpoint
|
|
78
|
+
* // EndpointType: "STREAMING", // required
|
|
79
|
+
* // VpceId: "STRING_VALUE",
|
|
80
|
+
* // },
|
|
81
|
+
* // ],
|
|
82
|
+
* // },
|
|
83
|
+
* // };
|
|
84
|
+
*
|
|
35
85
|
* ```
|
|
36
86
|
*
|
|
37
87
|
* @param StartImageBuilderCommandInput - {@link StartImageBuilderCommandInput}
|
|
@@ -55,6 +105,8 @@ export interface StartImageBuilderCommandOutput extends StartImageBuilderResult,
|
|
|
55
105
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
56
106
|
* <p>The specified resource was not found.</p>
|
|
57
107
|
*
|
|
108
|
+
* @throws {@link AppStreamServiceException}
|
|
109
|
+
* <p>Base exception class for all service exceptions from AppStream service.</p>
|
|
58
110
|
*
|
|
59
111
|
*/
|
|
60
112
|
export declare class StartImageBuilderCommand extends $Command<StartImageBuilderCommandInput, StartImageBuilderCommandOutput, AppStreamClientResolvedConfig> {
|
|
@@ -31,6 +31,8 @@ export interface StopFleetCommandOutput extends StopFleetResult, __MetadataBeare
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new StopFleetCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // {};
|
|
35
|
+
*
|
|
34
36
|
* ```
|
|
35
37
|
*
|
|
36
38
|
* @param StopFleetCommandInput - {@link StopFleetCommandInput}
|
|
@@ -45,6 +47,8 @@ export interface StopFleetCommandOutput extends StopFleetResult, __MetadataBeare
|
|
|
45
47
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
46
48
|
* <p>The specified resource was not found.</p>
|
|
47
49
|
*
|
|
50
|
+
* @throws {@link AppStreamServiceException}
|
|
51
|
+
* <p>Base exception class for all service exceptions from AppStream service.</p>
|
|
48
52
|
*
|
|
49
53
|
*/
|
|
50
54
|
export declare class StopFleetCommand extends $Command<StopFleetCommandInput, StopFleetCommandOutput, AppStreamClientResolvedConfig> {
|
|
@@ -31,6 +31,56 @@ export interface StopImageBuilderCommandOutput extends StopImageBuilderResult, _
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new StopImageBuilderCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // StopImageBuilderResult
|
|
35
|
+
* // ImageBuilder: { // ImageBuilder
|
|
36
|
+
* // Name: "STRING_VALUE", // required
|
|
37
|
+
* // Arn: "STRING_VALUE",
|
|
38
|
+
* // ImageArn: "STRING_VALUE",
|
|
39
|
+
* // Description: "STRING_VALUE",
|
|
40
|
+
* // DisplayName: "STRING_VALUE",
|
|
41
|
+
* // VpcConfig: { // VpcConfig
|
|
42
|
+
* // SubnetIds: [ // SubnetIdList
|
|
43
|
+
* // "STRING_VALUE",
|
|
44
|
+
* // ],
|
|
45
|
+
* // SecurityGroupIds: [ // SecurityGroupIdList
|
|
46
|
+
* // "STRING_VALUE",
|
|
47
|
+
* // ],
|
|
48
|
+
* // },
|
|
49
|
+
* // InstanceType: "STRING_VALUE",
|
|
50
|
+
* // Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "AMAZON_LINUX2",
|
|
51
|
+
* // IamRoleArn: "STRING_VALUE",
|
|
52
|
+
* // State: "PENDING" || "UPDATING_AGENT" || "RUNNING" || "STOPPING" || "STOPPED" || "REBOOTING" || "SNAPSHOTTING" || "DELETING" || "FAILED" || "UPDATING" || "PENDING_QUALIFICATION",
|
|
53
|
+
* // StateChangeReason: { // ImageBuilderStateChangeReason
|
|
54
|
+
* // Code: "INTERNAL_ERROR" || "IMAGE_UNAVAILABLE",
|
|
55
|
+
* // Message: "STRING_VALUE",
|
|
56
|
+
* // },
|
|
57
|
+
* // CreatedTime: new Date("TIMESTAMP"),
|
|
58
|
+
* // EnableDefaultInternetAccess: true || false,
|
|
59
|
+
* // DomainJoinInfo: { // DomainJoinInfo
|
|
60
|
+
* // DirectoryName: "STRING_VALUE",
|
|
61
|
+
* // OrganizationalUnitDistinguishedName: "STRING_VALUE",
|
|
62
|
+
* // },
|
|
63
|
+
* // NetworkAccessConfiguration: { // NetworkAccessConfiguration
|
|
64
|
+
* // EniPrivateIpAddress: "STRING_VALUE",
|
|
65
|
+
* // EniId: "STRING_VALUE",
|
|
66
|
+
* // },
|
|
67
|
+
* // ImageBuilderErrors: [ // ResourceErrors
|
|
68
|
+
* // { // ResourceError
|
|
69
|
+
* // ErrorCode: "IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION" || "IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION" || "IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION" || "NETWORK_INTERFACE_LIMIT_EXCEEDED" || "INTERNAL_SERVICE_ERROR" || "IAM_SERVICE_ROLE_IS_MISSING" || "MACHINE_ROLE_IS_MISSING" || "STS_DISABLED_IN_REGION" || "SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES" || "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION" || "SUBNET_NOT_FOUND" || "IMAGE_NOT_FOUND" || "INVALID_SUBNET_CONFIGURATION" || "SECURITY_GROUPS_NOT_FOUND" || "IGW_NOT_ATTACHED" || "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION" || "FLEET_STOPPED" || "FLEET_INSTANCE_PROVISIONING_FAILURE" || "DOMAIN_JOIN_ERROR_FILE_NOT_FOUND" || "DOMAIN_JOIN_ERROR_ACCESS_DENIED" || "DOMAIN_JOIN_ERROR_LOGON_FAILURE" || "DOMAIN_JOIN_ERROR_INVALID_PARAMETER" || "DOMAIN_JOIN_ERROR_MORE_DATA" || "DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN" || "DOMAIN_JOIN_ERROR_NOT_SUPPORTED" || "DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME" || "DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED" || "DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED" || "DOMAIN_JOIN_NERR_PASSWORD_EXPIRED" || "DOMAIN_JOIN_INTERNAL_SERVICE_ERROR",
|
|
70
|
+
* // ErrorMessage: "STRING_VALUE",
|
|
71
|
+
* // ErrorTimestamp: new Date("TIMESTAMP"),
|
|
72
|
+
* // },
|
|
73
|
+
* // ],
|
|
74
|
+
* // AppstreamAgentVersion: "STRING_VALUE",
|
|
75
|
+
* // AccessEndpoints: [ // AccessEndpointList
|
|
76
|
+
* // { // AccessEndpoint
|
|
77
|
+
* // EndpointType: "STREAMING", // required
|
|
78
|
+
* // VpceId: "STRING_VALUE",
|
|
79
|
+
* // },
|
|
80
|
+
* // ],
|
|
81
|
+
* // },
|
|
82
|
+
* // };
|
|
83
|
+
*
|
|
34
84
|
* ```
|
|
35
85
|
*
|
|
36
86
|
* @param StopImageBuilderCommandInput - {@link StopImageBuilderCommandInput}
|
|
@@ -48,6 +98,8 @@ export interface StopImageBuilderCommandOutput extends StopImageBuilderResult, _
|
|
|
48
98
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
49
99
|
* <p>The specified resource was not found.</p>
|
|
50
100
|
*
|
|
101
|
+
* @throws {@link AppStreamServiceException}
|
|
102
|
+
* <p>Base exception class for all service exceptions from AppStream service.</p>
|
|
51
103
|
*
|
|
52
104
|
*/
|
|
53
105
|
export declare class StopImageBuilderCommand extends $Command<StopImageBuilderCommandInput, StopImageBuilderCommandOutput, AppStreamClientResolvedConfig> {
|
|
@@ -39,6 +39,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
39
39
|
* };
|
|
40
40
|
* const command = new TagResourceCommand(input);
|
|
41
41
|
* const response = await client.send(command);
|
|
42
|
+
* // {};
|
|
43
|
+
*
|
|
42
44
|
* ```
|
|
43
45
|
*
|
|
44
46
|
* @param TagResourceCommandInput - {@link TagResourceCommandInput}
|
|
@@ -56,6 +58,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
56
58
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
57
59
|
* <p>The specified resource was not found.</p>
|
|
58
60
|
*
|
|
61
|
+
* @throws {@link AppStreamServiceException}
|
|
62
|
+
* <p>Base exception class for all service exceptions from AppStream service.</p>
|
|
59
63
|
*
|
|
60
64
|
*/
|
|
61
65
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, AppStreamClientResolvedConfig> {
|
|
@@ -36,6 +36,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
36
36
|
* };
|
|
37
37
|
* const command = new UntagResourceCommand(input);
|
|
38
38
|
* const response = await client.send(command);
|
|
39
|
+
* // {};
|
|
40
|
+
*
|
|
39
41
|
* ```
|
|
40
42
|
*
|
|
41
43
|
* @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
|
|
@@ -47,6 +49,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
47
49
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
48
50
|
* <p>The specified resource was not found.</p>
|
|
49
51
|
*
|
|
52
|
+
* @throws {@link AppStreamServiceException}
|
|
53
|
+
* <p>Base exception class for all service exceptions from AppStream service.</p>
|
|
50
54
|
*
|
|
51
55
|
*/
|
|
52
56
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, AppStreamClientResolvedConfig> {
|
|
@@ -44,6 +44,35 @@ export interface UpdateApplicationCommandOutput extends UpdateApplicationResult,
|
|
|
44
44
|
* };
|
|
45
45
|
* const command = new UpdateApplicationCommand(input);
|
|
46
46
|
* const response = await client.send(command);
|
|
47
|
+
* // { // UpdateApplicationResult
|
|
48
|
+
* // Application: { // Application
|
|
49
|
+
* // Name: "STRING_VALUE",
|
|
50
|
+
* // DisplayName: "STRING_VALUE",
|
|
51
|
+
* // IconURL: "STRING_VALUE",
|
|
52
|
+
* // LaunchPath: "STRING_VALUE",
|
|
53
|
+
* // LaunchParameters: "STRING_VALUE",
|
|
54
|
+
* // Enabled: true || false,
|
|
55
|
+
* // Metadata: { // Metadata
|
|
56
|
+
* // "<keys>": "STRING_VALUE",
|
|
57
|
+
* // },
|
|
58
|
+
* // WorkingDirectory: "STRING_VALUE",
|
|
59
|
+
* // Description: "STRING_VALUE",
|
|
60
|
+
* // Arn: "STRING_VALUE",
|
|
61
|
+
* // AppBlockArn: "STRING_VALUE",
|
|
62
|
+
* // IconS3Location: { // S3Location
|
|
63
|
+
* // S3Bucket: "STRING_VALUE", // required
|
|
64
|
+
* // S3Key: "STRING_VALUE", // required
|
|
65
|
+
* // },
|
|
66
|
+
* // Platforms: [ // Platforms
|
|
67
|
+
* // "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "AMAZON_LINUX2",
|
|
68
|
+
* // ],
|
|
69
|
+
* // InstanceFamilies: [ // StringList
|
|
70
|
+
* // "STRING_VALUE",
|
|
71
|
+
* // ],
|
|
72
|
+
* // CreatedTime: new Date("TIMESTAMP"),
|
|
73
|
+
* // },
|
|
74
|
+
* // };
|
|
75
|
+
*
|
|
47
76
|
* ```
|
|
48
77
|
*
|
|
49
78
|
* @param UpdateApplicationCommandInput - {@link UpdateApplicationCommandInput}
|
|
@@ -61,6 +90,8 @@ export interface UpdateApplicationCommandOutput extends UpdateApplicationResult,
|
|
|
61
90
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
62
91
|
* <p>The specified resource was not found.</p>
|
|
63
92
|
*
|
|
93
|
+
* @throws {@link AppStreamServiceException}
|
|
94
|
+
* <p>Base exception class for all service exceptions from AppStream service.</p>
|
|
64
95
|
*
|
|
65
96
|
*/
|
|
66
97
|
export declare class UpdateApplicationCommand extends $Command<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, AppStreamClientResolvedConfig> {
|
|
@@ -42,6 +42,24 @@ export interface UpdateDirectoryConfigCommandOutput extends UpdateDirectoryConfi
|
|
|
42
42
|
* };
|
|
43
43
|
* const command = new UpdateDirectoryConfigCommand(input);
|
|
44
44
|
* const response = await client.send(command);
|
|
45
|
+
* // { // UpdateDirectoryConfigResult
|
|
46
|
+
* // DirectoryConfig: { // DirectoryConfig
|
|
47
|
+
* // DirectoryName: "STRING_VALUE", // required
|
|
48
|
+
* // OrganizationalUnitDistinguishedNames: [ // OrganizationalUnitDistinguishedNamesList
|
|
49
|
+
* // "STRING_VALUE",
|
|
50
|
+
* // ],
|
|
51
|
+
* // ServiceAccountCredentials: { // ServiceAccountCredentials
|
|
52
|
+
* // AccountName: "STRING_VALUE", // required
|
|
53
|
+
* // AccountPassword: "STRING_VALUE", // required
|
|
54
|
+
* // },
|
|
55
|
+
* // CreatedTime: new Date("TIMESTAMP"),
|
|
56
|
+
* // CertificateBasedAuthProperties: { // CertificateBasedAuthProperties
|
|
57
|
+
* // Status: "DISABLED" || "ENABLED" || "ENABLED_NO_DIRECTORY_LOGIN_FALLBACK",
|
|
58
|
+
* // CertificateAuthorityArn: "STRING_VALUE",
|
|
59
|
+
* // },
|
|
60
|
+
* // },
|
|
61
|
+
* // };
|
|
62
|
+
*
|
|
45
63
|
* ```
|
|
46
64
|
*
|
|
47
65
|
* @param UpdateDirectoryConfigCommandInput - {@link UpdateDirectoryConfigCommandInput}
|
|
@@ -65,6 +83,8 @@ export interface UpdateDirectoryConfigCommandOutput extends UpdateDirectoryConfi
|
|
|
65
83
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
66
84
|
* <p>The specified resource was not found.</p>
|
|
67
85
|
*
|
|
86
|
+
* @throws {@link AppStreamServiceException}
|
|
87
|
+
* <p>Base exception class for all service exceptions from AppStream service.</p>
|
|
68
88
|
*
|
|
69
89
|
*/
|
|
70
90
|
export declare class UpdateDirectoryConfigCommand extends $Command<UpdateDirectoryConfigCommandInput, UpdateDirectoryConfigCommandOutput, AppStreamClientResolvedConfig> {
|
|
@@ -40,6 +40,23 @@ export interface UpdateEntitlementCommandOutput extends UpdateEntitlementResult,
|
|
|
40
40
|
* };
|
|
41
41
|
* const command = new UpdateEntitlementCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
43
|
+
* // { // UpdateEntitlementResult
|
|
44
|
+
* // Entitlement: { // Entitlement
|
|
45
|
+
* // Name: "STRING_VALUE", // required
|
|
46
|
+
* // StackName: "STRING_VALUE", // required
|
|
47
|
+
* // Description: "STRING_VALUE",
|
|
48
|
+
* // AppVisibility: "ALL" || "ASSOCIATED", // required
|
|
49
|
+
* // Attributes: [ // EntitlementAttributeList // required
|
|
50
|
+
* // { // EntitlementAttribute
|
|
51
|
+
* // Name: "STRING_VALUE", // required
|
|
52
|
+
* // Value: "STRING_VALUE", // required
|
|
53
|
+
* // },
|
|
54
|
+
* // ],
|
|
55
|
+
* // CreatedTime: new Date("TIMESTAMP"),
|
|
56
|
+
* // LastModifiedTime: new Date("TIMESTAMP"),
|
|
57
|
+
* // },
|
|
58
|
+
* // };
|
|
59
|
+
*
|
|
43
60
|
* ```
|
|
44
61
|
*
|
|
45
62
|
* @param UpdateEntitlementCommandInput - {@link UpdateEntitlementCommandInput}
|
|
@@ -60,6 +77,8 @@ export interface UpdateEntitlementCommandOutput extends UpdateEntitlementResult,
|
|
|
60
77
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
61
78
|
* <p>The specified resource was not found.</p>
|
|
62
79
|
*
|
|
80
|
+
* @throws {@link AppStreamServiceException}
|
|
81
|
+
* <p>Base exception class for all service exceptions from AppStream service.</p>
|
|
63
82
|
*
|
|
64
83
|
*/
|
|
65
84
|
export declare class UpdateEntitlementCommand extends $Command<UpdateEntitlementCommandInput, UpdateEntitlementCommandOutput, AppStreamClientResolvedConfig> {
|
|
@@ -91,6 +91,60 @@ export interface UpdateFleetCommandOutput extends UpdateFleetResult, __MetadataB
|
|
|
91
91
|
* };
|
|
92
92
|
* const command = new UpdateFleetCommand(input);
|
|
93
93
|
* const response = await client.send(command);
|
|
94
|
+
* // { // UpdateFleetResult
|
|
95
|
+
* // Fleet: { // Fleet
|
|
96
|
+
* // Arn: "STRING_VALUE", // required
|
|
97
|
+
* // Name: "STRING_VALUE", // required
|
|
98
|
+
* // DisplayName: "STRING_VALUE",
|
|
99
|
+
* // Description: "STRING_VALUE",
|
|
100
|
+
* // ImageName: "STRING_VALUE",
|
|
101
|
+
* // ImageArn: "STRING_VALUE",
|
|
102
|
+
* // InstanceType: "STRING_VALUE", // required
|
|
103
|
+
* // FleetType: "ALWAYS_ON" || "ON_DEMAND" || "ELASTIC",
|
|
104
|
+
* // ComputeCapacityStatus: { // ComputeCapacityStatus
|
|
105
|
+
* // Desired: Number("int"), // required
|
|
106
|
+
* // Running: Number("int"),
|
|
107
|
+
* // InUse: Number("int"),
|
|
108
|
+
* // Available: Number("int"),
|
|
109
|
+
* // },
|
|
110
|
+
* // MaxUserDurationInSeconds: Number("int"),
|
|
111
|
+
* // DisconnectTimeoutInSeconds: Number("int"),
|
|
112
|
+
* // State: "STARTING" || "RUNNING" || "STOPPING" || "STOPPED", // required
|
|
113
|
+
* // VpcConfig: { // VpcConfig
|
|
114
|
+
* // SubnetIds: [ // SubnetIdList
|
|
115
|
+
* // "STRING_VALUE",
|
|
116
|
+
* // ],
|
|
117
|
+
* // SecurityGroupIds: [ // SecurityGroupIdList
|
|
118
|
+
* // "STRING_VALUE",
|
|
119
|
+
* // ],
|
|
120
|
+
* // },
|
|
121
|
+
* // CreatedTime: new Date("TIMESTAMP"),
|
|
122
|
+
* // FleetErrors: [ // FleetErrors
|
|
123
|
+
* // { // FleetError
|
|
124
|
+
* // ErrorCode: "IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION" || "IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION" || "IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION" || "NETWORK_INTERFACE_LIMIT_EXCEEDED" || "INTERNAL_SERVICE_ERROR" || "IAM_SERVICE_ROLE_IS_MISSING" || "MACHINE_ROLE_IS_MISSING" || "STS_DISABLED_IN_REGION" || "SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES" || "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION" || "SUBNET_NOT_FOUND" || "IMAGE_NOT_FOUND" || "INVALID_SUBNET_CONFIGURATION" || "SECURITY_GROUPS_NOT_FOUND" || "IGW_NOT_ATTACHED" || "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION" || "FLEET_STOPPED" || "FLEET_INSTANCE_PROVISIONING_FAILURE" || "DOMAIN_JOIN_ERROR_FILE_NOT_FOUND" || "DOMAIN_JOIN_ERROR_ACCESS_DENIED" || "DOMAIN_JOIN_ERROR_LOGON_FAILURE" || "DOMAIN_JOIN_ERROR_INVALID_PARAMETER" || "DOMAIN_JOIN_ERROR_MORE_DATA" || "DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN" || "DOMAIN_JOIN_ERROR_NOT_SUPPORTED" || "DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME" || "DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED" || "DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED" || "DOMAIN_JOIN_NERR_PASSWORD_EXPIRED" || "DOMAIN_JOIN_INTERNAL_SERVICE_ERROR",
|
|
125
|
+
* // ErrorMessage: "STRING_VALUE",
|
|
126
|
+
* // },
|
|
127
|
+
* // ],
|
|
128
|
+
* // EnableDefaultInternetAccess: true || false,
|
|
129
|
+
* // DomainJoinInfo: { // DomainJoinInfo
|
|
130
|
+
* // DirectoryName: "STRING_VALUE",
|
|
131
|
+
* // OrganizationalUnitDistinguishedName: "STRING_VALUE",
|
|
132
|
+
* // },
|
|
133
|
+
* // IdleDisconnectTimeoutInSeconds: Number("int"),
|
|
134
|
+
* // IamRoleArn: "STRING_VALUE",
|
|
135
|
+
* // StreamView: "APP" || "DESKTOP",
|
|
136
|
+
* // Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "AMAZON_LINUX2",
|
|
137
|
+
* // MaxConcurrentSessions: Number("int"),
|
|
138
|
+
* // UsbDeviceFilterStrings: [ // UsbDeviceFilterStrings
|
|
139
|
+
* // "STRING_VALUE",
|
|
140
|
+
* // ],
|
|
141
|
+
* // SessionScriptS3Location: { // S3Location
|
|
142
|
+
* // S3Bucket: "STRING_VALUE", // required
|
|
143
|
+
* // S3Key: "STRING_VALUE", // required
|
|
144
|
+
* // },
|
|
145
|
+
* // },
|
|
146
|
+
* // };
|
|
147
|
+
*
|
|
94
148
|
* ```
|
|
95
149
|
*
|
|
96
150
|
* @param UpdateFleetCommandInput - {@link UpdateFleetCommandInput}
|
|
@@ -132,6 +186,8 @@ export interface UpdateFleetCommandOutput extends UpdateFleetResult, __MetadataB
|
|
|
132
186
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
133
187
|
* <p>The specified resource was not found.</p>
|
|
134
188
|
*
|
|
189
|
+
* @throws {@link AppStreamServiceException}
|
|
190
|
+
* <p>Base exception class for all service exceptions from AppStream service.</p>
|
|
135
191
|
*
|
|
136
192
|
*/
|
|
137
193
|
export declare class UpdateFleetCommand extends $Command<UpdateFleetCommandInput, UpdateFleetCommandOutput, AppStreamClientResolvedConfig> {
|
|
@@ -36,6 +36,8 @@ export interface UpdateImagePermissionsCommandOutput extends UpdateImagePermissi
|
|
|
36
36
|
* };
|
|
37
37
|
* const command = new UpdateImagePermissionsCommand(input);
|
|
38
38
|
* const response = await client.send(command);
|
|
39
|
+
* // {};
|
|
40
|
+
*
|
|
39
41
|
* ```
|
|
40
42
|
*
|
|
41
43
|
* @param UpdateImagePermissionsCommandInput - {@link UpdateImagePermissionsCommandInput}
|
|
@@ -53,6 +55,8 @@ export interface UpdateImagePermissionsCommandOutput extends UpdateImagePermissi
|
|
|
53
55
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
54
56
|
* <p>The specified resource was not found.</p>
|
|
55
57
|
*
|
|
58
|
+
* @throws {@link AppStreamServiceException}
|
|
59
|
+
* <p>Base exception class for all service exceptions from AppStream service.</p>
|
|
56
60
|
*
|
|
57
61
|
*/
|
|
58
62
|
export declare class UpdateImagePermissionsCommand extends $Command<UpdateImagePermissionsCommandInput, UpdateImagePermissionsCommandOutput, AppStreamClientResolvedConfig> {
|
|
@@ -70,6 +70,56 @@ export interface UpdateStackCommandOutput extends UpdateStackResult, __MetadataB
|
|
|
70
70
|
* };
|
|
71
71
|
* const command = new UpdateStackCommand(input);
|
|
72
72
|
* const response = await client.send(command);
|
|
73
|
+
* // { // UpdateStackResult
|
|
74
|
+
* // Stack: { // Stack
|
|
75
|
+
* // Arn: "STRING_VALUE",
|
|
76
|
+
* // Name: "STRING_VALUE", // required
|
|
77
|
+
* // Description: "STRING_VALUE",
|
|
78
|
+
* // DisplayName: "STRING_VALUE",
|
|
79
|
+
* // CreatedTime: new Date("TIMESTAMP"),
|
|
80
|
+
* // StorageConnectors: [ // StorageConnectorList
|
|
81
|
+
* // { // StorageConnector
|
|
82
|
+
* // ConnectorType: "HOMEFOLDERS" || "GOOGLE_DRIVE" || "ONE_DRIVE", // required
|
|
83
|
+
* // ResourceIdentifier: "STRING_VALUE",
|
|
84
|
+
* // Domains: [ // DomainList
|
|
85
|
+
* // "STRING_VALUE",
|
|
86
|
+
* // ],
|
|
87
|
+
* // },
|
|
88
|
+
* // ],
|
|
89
|
+
* // RedirectURL: "STRING_VALUE",
|
|
90
|
+
* // FeedbackURL: "STRING_VALUE",
|
|
91
|
+
* // StackErrors: [ // StackErrors
|
|
92
|
+
* // { // StackError
|
|
93
|
+
* // ErrorCode: "STORAGE_CONNECTOR_ERROR" || "INTERNAL_SERVICE_ERROR",
|
|
94
|
+
* // ErrorMessage: "STRING_VALUE",
|
|
95
|
+
* // },
|
|
96
|
+
* // ],
|
|
97
|
+
* // UserSettings: [ // UserSettingList
|
|
98
|
+
* // { // UserSetting
|
|
99
|
+
* // Action: "CLIPBOARD_COPY_FROM_LOCAL_DEVICE" || "CLIPBOARD_COPY_TO_LOCAL_DEVICE" || "FILE_UPLOAD" || "FILE_DOWNLOAD" || "PRINTING_TO_LOCAL_DEVICE" || "DOMAIN_PASSWORD_SIGNIN" || "DOMAIN_SMART_CARD_SIGNIN", // required
|
|
100
|
+
* // Permission: "ENABLED" || "DISABLED", // required
|
|
101
|
+
* // },
|
|
102
|
+
* // ],
|
|
103
|
+
* // ApplicationSettings: { // ApplicationSettingsResponse
|
|
104
|
+
* // Enabled: true || false,
|
|
105
|
+
* // SettingsGroup: "STRING_VALUE",
|
|
106
|
+
* // S3BucketName: "STRING_VALUE",
|
|
107
|
+
* // },
|
|
108
|
+
* // AccessEndpoints: [ // AccessEndpointList
|
|
109
|
+
* // { // AccessEndpoint
|
|
110
|
+
* // EndpointType: "STREAMING", // required
|
|
111
|
+
* // VpceId: "STRING_VALUE",
|
|
112
|
+
* // },
|
|
113
|
+
* // ],
|
|
114
|
+
* // EmbedHostDomains: [ // EmbedHostDomains
|
|
115
|
+
* // "STRING_VALUE",
|
|
116
|
+
* // ],
|
|
117
|
+
* // StreamingExperienceSettings: { // StreamingExperienceSettings
|
|
118
|
+
* // PreferredProtocol: "TCP" || "UDP",
|
|
119
|
+
* // },
|
|
120
|
+
* // },
|
|
121
|
+
* // };
|
|
122
|
+
*
|
|
73
123
|
* ```
|
|
74
124
|
*
|
|
75
125
|
* @param UpdateStackCommandInput - {@link UpdateStackCommandInput}
|
|
@@ -105,6 +155,8 @@ export interface UpdateStackCommandOutput extends UpdateStackResult, __MetadataB
|
|
|
105
155
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
106
156
|
* <p>The specified resource was not found.</p>
|
|
107
157
|
*
|
|
158
|
+
* @throws {@link AppStreamServiceException}
|
|
159
|
+
* <p>Base exception class for all service exceptions from AppStream service.</p>
|
|
108
160
|
*
|
|
109
161
|
*/
|
|
110
162
|
export declare class UpdateStackCommand extends $Command<UpdateStackCommandInput, UpdateStackCommandOutput, AppStreamClientResolvedConfig> {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-appstream",
|
|
3
3
|
"description": "AWS SDK for JavaScript Appstream Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.326.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.326.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.310.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.326.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.310.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.310.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.310.0",
|