@aws-sdk/client-appstream 3.413.0 → 3.418.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-cjs/commands/AssociateAppBlockBuilderAppBlockCommand.js +5 -0
- package/dist-cjs/commands/AssociateApplicationFleetCommand.js +5 -0
- package/dist-cjs/commands/AssociateApplicationToEntitlementCommand.js +5 -0
- package/dist-cjs/commands/AssociateFleetCommand.js +5 -0
- package/dist-cjs/commands/BatchAssociateUserStackCommand.js +5 -0
- package/dist-cjs/commands/BatchDisassociateUserStackCommand.js +5 -0
- package/dist-cjs/commands/CopyImageCommand.js +5 -0
- package/dist-cjs/commands/CreateAppBlockBuilderCommand.js +5 -0
- package/dist-cjs/commands/CreateAppBlockBuilderStreamingURLCommand.js +5 -0
- package/dist-cjs/commands/CreateAppBlockCommand.js +5 -0
- package/dist-cjs/commands/CreateApplicationCommand.js +5 -0
- package/dist-cjs/commands/CreateDirectoryConfigCommand.js +5 -0
- package/dist-cjs/commands/CreateEntitlementCommand.js +5 -0
- package/dist-cjs/commands/CreateFleetCommand.js +5 -0
- package/dist-cjs/commands/CreateImageBuilderCommand.js +5 -0
- package/dist-cjs/commands/CreateImageBuilderStreamingURLCommand.js +5 -0
- package/dist-cjs/commands/CreateStackCommand.js +5 -0
- package/dist-cjs/commands/CreateStreamingURLCommand.js +5 -0
- package/dist-cjs/commands/CreateUpdatedImageCommand.js +5 -0
- package/dist-cjs/commands/CreateUsageReportSubscriptionCommand.js +5 -0
- package/dist-cjs/commands/CreateUserCommand.js +5 -0
- package/dist-cjs/commands/DeleteAppBlockBuilderCommand.js +5 -0
- package/dist-cjs/commands/DeleteAppBlockCommand.js +5 -0
- package/dist-cjs/commands/DeleteApplicationCommand.js +5 -0
- package/dist-cjs/commands/DeleteDirectoryConfigCommand.js +5 -0
- package/dist-cjs/commands/DeleteEntitlementCommand.js +5 -0
- package/dist-cjs/commands/DeleteFleetCommand.js +5 -0
- package/dist-cjs/commands/DeleteImageBuilderCommand.js +5 -0
- package/dist-cjs/commands/DeleteImageCommand.js +5 -0
- package/dist-cjs/commands/DeleteImagePermissionsCommand.js +5 -0
- package/dist-cjs/commands/DeleteStackCommand.js +5 -0
- package/dist-cjs/commands/DeleteUsageReportSubscriptionCommand.js +5 -0
- package/dist-cjs/commands/DeleteUserCommand.js +5 -0
- package/dist-cjs/commands/DescribeAppBlockBuilderAppBlockAssociationsCommand.js +5 -0
- package/dist-cjs/commands/DescribeAppBlockBuildersCommand.js +5 -0
- package/dist-cjs/commands/DescribeAppBlocksCommand.js +5 -0
- package/dist-cjs/commands/DescribeApplicationFleetAssociationsCommand.js +5 -0
- package/dist-cjs/commands/DescribeApplicationsCommand.js +5 -0
- package/dist-cjs/commands/DescribeDirectoryConfigsCommand.js +5 -0
- package/dist-cjs/commands/DescribeEntitlementsCommand.js +5 -0
- package/dist-cjs/commands/DescribeFleetsCommand.js +5 -0
- package/dist-cjs/commands/DescribeImageBuildersCommand.js +5 -0
- package/dist-cjs/commands/DescribeImagePermissionsCommand.js +5 -0
- package/dist-cjs/commands/DescribeImagesCommand.js +5 -0
- package/dist-cjs/commands/DescribeSessionsCommand.js +5 -0
- package/dist-cjs/commands/DescribeStacksCommand.js +5 -0
- package/dist-cjs/commands/DescribeUsageReportSubscriptionsCommand.js +5 -0
- package/dist-cjs/commands/DescribeUserStackAssociationsCommand.js +5 -0
- package/dist-cjs/commands/DescribeUsersCommand.js +5 -0
- package/dist-cjs/commands/DisableUserCommand.js +5 -0
- package/dist-cjs/commands/DisassociateAppBlockBuilderAppBlockCommand.js +5 -0
- package/dist-cjs/commands/DisassociateApplicationFleetCommand.js +5 -0
- package/dist-cjs/commands/DisassociateApplicationFromEntitlementCommand.js +5 -0
- package/dist-cjs/commands/DisassociateFleetCommand.js +5 -0
- package/dist-cjs/commands/EnableUserCommand.js +5 -0
- package/dist-cjs/commands/ExpireSessionCommand.js +5 -0
- package/dist-cjs/commands/ListAssociatedFleetsCommand.js +5 -0
- package/dist-cjs/commands/ListAssociatedStacksCommand.js +5 -0
- package/dist-cjs/commands/ListEntitledApplicationsCommand.js +5 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +5 -0
- package/dist-cjs/commands/StartAppBlockBuilderCommand.js +5 -0
- package/dist-cjs/commands/StartFleetCommand.js +5 -0
- package/dist-cjs/commands/StartImageBuilderCommand.js +5 -0
- package/dist-cjs/commands/StopAppBlockBuilderCommand.js +5 -0
- package/dist-cjs/commands/StopFleetCommand.js +5 -0
- package/dist-cjs/commands/StopImageBuilderCommand.js +5 -0
- package/dist-cjs/commands/TagResourceCommand.js +5 -0
- package/dist-cjs/commands/UntagResourceCommand.js +5 -0
- package/dist-cjs/commands/UpdateAppBlockBuilderCommand.js +5 -0
- package/dist-cjs/commands/UpdateApplicationCommand.js +5 -0
- package/dist-cjs/commands/UpdateDirectoryConfigCommand.js +5 -0
- package/dist-cjs/commands/UpdateEntitlementCommand.js +5 -0
- package/dist-cjs/commands/UpdateFleetCommand.js +5 -0
- package/dist-cjs/commands/UpdateImagePermissionsCommand.js +5 -0
- package/dist-cjs/commands/UpdateStackCommand.js +5 -0
- package/dist-cjs/models/models_0.js +0 -1
- package/dist-cjs/protocols/Aws_json1_1.js +0 -2
- package/dist-cjs/runtimeExtensions.js +3 -0
- package/dist-cjs/waiters/waitForFleetStarted.js +3 -3
- package/dist-cjs/waiters/waitForFleetStopped.js +3 -3
- package/dist-es/commands/AssociateAppBlockBuilderAppBlockCommand.js +5 -0
- package/dist-es/commands/AssociateApplicationFleetCommand.js +5 -0
- package/dist-es/commands/AssociateApplicationToEntitlementCommand.js +5 -0
- package/dist-es/commands/AssociateFleetCommand.js +5 -0
- package/dist-es/commands/BatchAssociateUserStackCommand.js +5 -0
- package/dist-es/commands/BatchDisassociateUserStackCommand.js +5 -0
- package/dist-es/commands/CopyImageCommand.js +5 -0
- package/dist-es/commands/CreateAppBlockBuilderCommand.js +5 -0
- package/dist-es/commands/CreateAppBlockBuilderStreamingURLCommand.js +5 -0
- package/dist-es/commands/CreateAppBlockCommand.js +5 -0
- package/dist-es/commands/CreateApplicationCommand.js +5 -0
- package/dist-es/commands/CreateDirectoryConfigCommand.js +5 -0
- package/dist-es/commands/CreateEntitlementCommand.js +5 -0
- package/dist-es/commands/CreateFleetCommand.js +5 -0
- package/dist-es/commands/CreateImageBuilderCommand.js +5 -0
- package/dist-es/commands/CreateImageBuilderStreamingURLCommand.js +5 -0
- package/dist-es/commands/CreateStackCommand.js +5 -0
- package/dist-es/commands/CreateStreamingURLCommand.js +5 -0
- package/dist-es/commands/CreateUpdatedImageCommand.js +5 -0
- package/dist-es/commands/CreateUsageReportSubscriptionCommand.js +5 -0
- package/dist-es/commands/CreateUserCommand.js +5 -0
- package/dist-es/commands/DeleteAppBlockBuilderCommand.js +5 -0
- package/dist-es/commands/DeleteAppBlockCommand.js +5 -0
- package/dist-es/commands/DeleteApplicationCommand.js +5 -0
- package/dist-es/commands/DeleteDirectoryConfigCommand.js +5 -0
- package/dist-es/commands/DeleteEntitlementCommand.js +5 -0
- package/dist-es/commands/DeleteFleetCommand.js +5 -0
- package/dist-es/commands/DeleteImageBuilderCommand.js +5 -0
- package/dist-es/commands/DeleteImageCommand.js +5 -0
- package/dist-es/commands/DeleteImagePermissionsCommand.js +5 -0
- package/dist-es/commands/DeleteStackCommand.js +5 -0
- package/dist-es/commands/DeleteUsageReportSubscriptionCommand.js +5 -0
- package/dist-es/commands/DeleteUserCommand.js +5 -0
- package/dist-es/commands/DescribeAppBlockBuilderAppBlockAssociationsCommand.js +5 -0
- package/dist-es/commands/DescribeAppBlockBuildersCommand.js +5 -0
- package/dist-es/commands/DescribeAppBlocksCommand.js +5 -0
- package/dist-es/commands/DescribeApplicationFleetAssociationsCommand.js +5 -0
- package/dist-es/commands/DescribeApplicationsCommand.js +5 -0
- package/dist-es/commands/DescribeDirectoryConfigsCommand.js +5 -0
- package/dist-es/commands/DescribeEntitlementsCommand.js +5 -0
- package/dist-es/commands/DescribeFleetsCommand.js +5 -0
- package/dist-es/commands/DescribeImageBuildersCommand.js +5 -0
- package/dist-es/commands/DescribeImagePermissionsCommand.js +5 -0
- package/dist-es/commands/DescribeImagesCommand.js +5 -0
- package/dist-es/commands/DescribeSessionsCommand.js +5 -0
- package/dist-es/commands/DescribeStacksCommand.js +5 -0
- package/dist-es/commands/DescribeUsageReportSubscriptionsCommand.js +5 -0
- package/dist-es/commands/DescribeUserStackAssociationsCommand.js +5 -0
- package/dist-es/commands/DescribeUsersCommand.js +5 -0
- package/dist-es/commands/DisableUserCommand.js +5 -0
- package/dist-es/commands/DisassociateAppBlockBuilderAppBlockCommand.js +5 -0
- package/dist-es/commands/DisassociateApplicationFleetCommand.js +5 -0
- package/dist-es/commands/DisassociateApplicationFromEntitlementCommand.js +5 -0
- package/dist-es/commands/DisassociateFleetCommand.js +5 -0
- package/dist-es/commands/EnableUserCommand.js +5 -0
- package/dist-es/commands/ExpireSessionCommand.js +5 -0
- package/dist-es/commands/ListAssociatedFleetsCommand.js +5 -0
- package/dist-es/commands/ListAssociatedStacksCommand.js +5 -0
- package/dist-es/commands/ListEntitledApplicationsCommand.js +5 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +5 -0
- package/dist-es/commands/StartAppBlockBuilderCommand.js +5 -0
- package/dist-es/commands/StartFleetCommand.js +5 -0
- package/dist-es/commands/StartImageBuilderCommand.js +5 -0
- package/dist-es/commands/StopAppBlockBuilderCommand.js +5 -0
- package/dist-es/commands/StopFleetCommand.js +5 -0
- package/dist-es/commands/StopImageBuilderCommand.js +5 -0
- package/dist-es/commands/TagResourceCommand.js +5 -0
- package/dist-es/commands/UntagResourceCommand.js +5 -0
- package/dist-es/commands/UpdateAppBlockBuilderCommand.js +5 -0
- package/dist-es/commands/UpdateApplicationCommand.js +5 -0
- package/dist-es/commands/UpdateDirectoryConfigCommand.js +5 -0
- package/dist-es/commands/UpdateEntitlementCommand.js +5 -0
- package/dist-es/commands/UpdateFleetCommand.js +5 -0
- package/dist-es/commands/UpdateImagePermissionsCommand.js +5 -0
- package/dist-es/commands/UpdateStackCommand.js +5 -0
- package/dist-es/models/models_0.js +0 -1
- package/dist-es/protocols/Aws_json1_1.js +0 -2
- package/dist-es/runtimeExtensions.js +3 -0
- package/dist-es/waiters/waitForFleetStarted.js +3 -3
- package/dist-es/waiters/waitForFleetStopped.js +3 -3
- package/dist-types/commands/CreateFleetCommand.d.ts +1 -8
- package/dist-types/commands/DescribeFleetsCommand.d.ts +0 -5
- package/dist-types/commands/DescribeSessionsCommand.d.ts +0 -2
- package/dist-types/commands/UpdateFleetCommand.d.ts +2 -9
- package/dist-types/extensionConfiguration.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +2 -60
- package/dist-types/ts3.4/extensionConfiguration.d.ts +3 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1 -12
- package/package.json +32 -31
|
@@ -37,8 +37,7 @@ export interface CreateFleetCommandOutput extends CreateFleetResult, __MetadataB
|
|
|
37
37
|
* InstanceType: "STRING_VALUE", // required
|
|
38
38
|
* FleetType: "ALWAYS_ON" || "ON_DEMAND" || "ELASTIC",
|
|
39
39
|
* ComputeCapacity: { // ComputeCapacity
|
|
40
|
-
* DesiredInstances: Number("int"),
|
|
41
|
-
* DesiredSessions: Number("int"),
|
|
40
|
+
* DesiredInstances: Number("int"), // required
|
|
42
41
|
* },
|
|
43
42
|
* VpcConfig: { // VpcConfig
|
|
44
43
|
* SubnetIds: [ // SubnetIdList
|
|
@@ -72,7 +71,6 @@ export interface CreateFleetCommandOutput extends CreateFleetResult, __MetadataB
|
|
|
72
71
|
* S3Bucket: "STRING_VALUE", // required
|
|
73
72
|
* S3Key: "STRING_VALUE",
|
|
74
73
|
* },
|
|
75
|
-
* MaxSessionsPerInstance: Number("int"),
|
|
76
74
|
* };
|
|
77
75
|
* const command = new CreateFleetCommand(input);
|
|
78
76
|
* const response = await client.send(command);
|
|
@@ -91,10 +89,6 @@ export interface CreateFleetCommandOutput extends CreateFleetResult, __MetadataB
|
|
|
91
89
|
* // Running: Number("int"),
|
|
92
90
|
* // InUse: Number("int"),
|
|
93
91
|
* // Available: Number("int"),
|
|
94
|
-
* // DesiredUserSessions: Number("int"),
|
|
95
|
-
* // AvailableUserSessions: Number("int"),
|
|
96
|
-
* // ActiveUserSessions: Number("int"),
|
|
97
|
-
* // ActualUserSessions: Number("int"),
|
|
98
92
|
* // },
|
|
99
93
|
* // MaxUserDurationInSeconds: Number("int"),
|
|
100
94
|
* // DisconnectTimeoutInSeconds: Number("int"),
|
|
@@ -131,7 +125,6 @@ export interface CreateFleetCommandOutput extends CreateFleetResult, __MetadataB
|
|
|
131
125
|
* // S3Bucket: "STRING_VALUE", // required
|
|
132
126
|
* // S3Key: "STRING_VALUE",
|
|
133
127
|
* // },
|
|
134
|
-
* // MaxSessionsPerInstance: Number("int"),
|
|
135
128
|
* // },
|
|
136
129
|
* // };
|
|
137
130
|
*
|
|
@@ -54,10 +54,6 @@ export interface DescribeFleetsCommandOutput extends DescribeFleetsResult, __Met
|
|
|
54
54
|
* // Running: Number("int"),
|
|
55
55
|
* // InUse: Number("int"),
|
|
56
56
|
* // Available: Number("int"),
|
|
57
|
-
* // DesiredUserSessions: Number("int"),
|
|
58
|
-
* // AvailableUserSessions: Number("int"),
|
|
59
|
-
* // ActiveUserSessions: Number("int"),
|
|
60
|
-
* // ActualUserSessions: Number("int"),
|
|
61
57
|
* // },
|
|
62
58
|
* // MaxUserDurationInSeconds: Number("int"),
|
|
63
59
|
* // DisconnectTimeoutInSeconds: Number("int"),
|
|
@@ -94,7 +90,6 @@ export interface DescribeFleetsCommandOutput extends DescribeFleetsResult, __Met
|
|
|
94
90
|
* // S3Bucket: "STRING_VALUE", // required
|
|
95
91
|
* // S3Key: "STRING_VALUE",
|
|
96
92
|
* // },
|
|
97
|
-
* // MaxSessionsPerInstance: Number("int"),
|
|
98
93
|
* // },
|
|
99
94
|
* // ],
|
|
100
95
|
* // NextToken: "STRING_VALUE",
|
|
@@ -39,7 +39,6 @@ export interface DescribeSessionsCommandOutput extends DescribeSessionsResult, _
|
|
|
39
39
|
* NextToken: "STRING_VALUE",
|
|
40
40
|
* Limit: Number("int"),
|
|
41
41
|
* AuthenticationType: "API" || "SAML" || "USERPOOL" || "AWS_AD",
|
|
42
|
-
* InstanceId: "STRING_VALUE",
|
|
43
42
|
* };
|
|
44
43
|
* const command = new DescribeSessionsCommand(input);
|
|
45
44
|
* const response = await client.send(command);
|
|
@@ -59,7 +58,6 @@ export interface DescribeSessionsCommandOutput extends DescribeSessionsResult, _
|
|
|
59
58
|
* // EniPrivateIpAddress: "STRING_VALUE",
|
|
60
59
|
* // EniId: "STRING_VALUE",
|
|
61
60
|
* // },
|
|
62
|
-
* // InstanceId: "STRING_VALUE",
|
|
63
61
|
* // },
|
|
64
62
|
* // ],
|
|
65
63
|
* // NextToken: "STRING_VALUE",
|
|
@@ -57,8 +57,7 @@ export interface UpdateFleetCommandOutput extends UpdateFleetResult, __MetadataB
|
|
|
57
57
|
* Name: "STRING_VALUE",
|
|
58
58
|
* InstanceType: "STRING_VALUE",
|
|
59
59
|
* ComputeCapacity: { // ComputeCapacity
|
|
60
|
-
* DesiredInstances: Number("int"),
|
|
61
|
-
* DesiredSessions: Number("int"),
|
|
60
|
+
* DesiredInstances: Number("int"), // required
|
|
62
61
|
* },
|
|
63
62
|
* VpcConfig: { // VpcConfig
|
|
64
63
|
* SubnetIds: [ // SubnetIdList
|
|
@@ -80,7 +79,7 @@ export interface UpdateFleetCommandOutput extends UpdateFleetResult, __MetadataB
|
|
|
80
79
|
* },
|
|
81
80
|
* IdleDisconnectTimeoutInSeconds: Number("int"),
|
|
82
81
|
* AttributesToDelete: [ // FleetAttributes
|
|
83
|
-
* "VPC_CONFIGURATION" || "VPC_CONFIGURATION_SECURITY_GROUP_IDS" || "DOMAIN_JOIN_INFO" || "IAM_ROLE_ARN" || "USB_DEVICE_FILTER_STRINGS" || "SESSION_SCRIPT_S3_LOCATION"
|
|
82
|
+
* "VPC_CONFIGURATION" || "VPC_CONFIGURATION_SECURITY_GROUP_IDS" || "DOMAIN_JOIN_INFO" || "IAM_ROLE_ARN" || "USB_DEVICE_FILTER_STRINGS" || "SESSION_SCRIPT_S3_LOCATION",
|
|
84
83
|
* ],
|
|
85
84
|
* IamRoleArn: "STRING_VALUE",
|
|
86
85
|
* StreamView: "APP" || "DESKTOP",
|
|
@@ -93,7 +92,6 @@ export interface UpdateFleetCommandOutput extends UpdateFleetResult, __MetadataB
|
|
|
93
92
|
* S3Bucket: "STRING_VALUE", // required
|
|
94
93
|
* S3Key: "STRING_VALUE",
|
|
95
94
|
* },
|
|
96
|
-
* MaxSessionsPerInstance: Number("int"),
|
|
97
95
|
* };
|
|
98
96
|
* const command = new UpdateFleetCommand(input);
|
|
99
97
|
* const response = await client.send(command);
|
|
@@ -112,10 +110,6 @@ export interface UpdateFleetCommandOutput extends UpdateFleetResult, __MetadataB
|
|
|
112
110
|
* // Running: Number("int"),
|
|
113
111
|
* // InUse: Number("int"),
|
|
114
112
|
* // Available: Number("int"),
|
|
115
|
-
* // DesiredUserSessions: Number("int"),
|
|
116
|
-
* // AvailableUserSessions: Number("int"),
|
|
117
|
-
* // ActiveUserSessions: Number("int"),
|
|
118
|
-
* // ActualUserSessions: Number("int"),
|
|
119
113
|
* // },
|
|
120
114
|
* // MaxUserDurationInSeconds: Number("int"),
|
|
121
115
|
* // DisconnectTimeoutInSeconds: Number("int"),
|
|
@@ -152,7 +146,6 @@ export interface UpdateFleetCommandOutput extends UpdateFleetResult, __MetadataB
|
|
|
152
146
|
* // S3Bucket: "STRING_VALUE", // required
|
|
153
147
|
* // S3Key: "STRING_VALUE",
|
|
154
148
|
* // },
|
|
155
|
-
* // MaxSessionsPerInstance: Number("int"),
|
|
156
149
|
* // },
|
|
157
150
|
* // };
|
|
158
151
|
*
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
1
2
|
import { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
|
|
2
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
3
4
|
/**
|
|
4
5
|
* @internal
|
|
5
6
|
*/
|
|
6
|
-
export interface AppStreamExtensionConfiguration extends HttpHandlerExtensionConfiguration, DefaultExtensionConfiguration {
|
|
7
|
+
export interface AppStreamExtensionConfiguration extends HttpHandlerExtensionConfiguration, DefaultExtensionConfiguration, AwsRegionExtensionConfiguration {
|
|
7
8
|
}
|
|
@@ -1026,13 +1026,7 @@ export interface ComputeCapacity {
|
|
|
1026
1026
|
* @public
|
|
1027
1027
|
* <p>The desired number of streaming instances.</p>
|
|
1028
1028
|
*/
|
|
1029
|
-
DesiredInstances
|
|
1030
|
-
/**
|
|
1031
|
-
* @public
|
|
1032
|
-
* <p>The desired number of user sessions for a multi-session fleet. This is not allowed for single-session fleets.</p>
|
|
1033
|
-
* <p>When you create a fleet, you must set either the DesiredSessions or DesiredInstances attribute, based on the type of fleet you create. You can’t define both attributes or leave both attributes blank.</p>
|
|
1034
|
-
*/
|
|
1035
|
-
DesiredSessions?: number;
|
|
1029
|
+
DesiredInstances: number | undefined;
|
|
1036
1030
|
}
|
|
1037
1031
|
/**
|
|
1038
1032
|
* @public
|
|
@@ -1060,32 +1054,6 @@ export interface ComputeCapacityStatus {
|
|
|
1060
1054
|
* sessions.</p>
|
|
1061
1055
|
*/
|
|
1062
1056
|
Available?: number;
|
|
1063
|
-
/**
|
|
1064
|
-
* @public
|
|
1065
|
-
* <p>The total number of sessions slots that are either running or pending. This represents the total number of concurrent streaming sessions your fleet can support in a steady state.</p>
|
|
1066
|
-
* <p>DesiredUserSessionCapacity = ActualUserSessionCapacity + PendingUserSessionCapacity</p>
|
|
1067
|
-
* <p>This only applies to multi-session fleets.</p>
|
|
1068
|
-
*/
|
|
1069
|
-
DesiredUserSessions?: number;
|
|
1070
|
-
/**
|
|
1071
|
-
* @public
|
|
1072
|
-
* <p>The number of idle session slots currently available for user sessions.</p>
|
|
1073
|
-
* <p>AvailableUserSessionCapacity = ActualUserSessionCapacity - ActiveUserSessions</p>
|
|
1074
|
-
* <p>This only applies to multi-session fleets.</p>
|
|
1075
|
-
*/
|
|
1076
|
-
AvailableUserSessions?: number;
|
|
1077
|
-
/**
|
|
1078
|
-
* @public
|
|
1079
|
-
* <p>The number of user sessions currently being used for streaming sessions. This only applies to multi-session fleets.</p>
|
|
1080
|
-
*/
|
|
1081
|
-
ActiveUserSessions?: number;
|
|
1082
|
-
/**
|
|
1083
|
-
* @public
|
|
1084
|
-
* <p>The total number of session slots that are available for streaming or are currently streaming.</p>
|
|
1085
|
-
* <p>ActualUserSessionCapacity = AvailableUserSessionCapacity + ActiveUserSessions</p>
|
|
1086
|
-
* <p>This only applies to multi-session fleets.</p>
|
|
1087
|
-
*/
|
|
1088
|
-
ActualUserSessions?: number;
|
|
1089
1057
|
}
|
|
1090
1058
|
/**
|
|
1091
1059
|
* @public
|
|
@@ -1912,7 +1880,7 @@ export interface CreateFleetRequest {
|
|
|
1912
1880
|
/**
|
|
1913
1881
|
* @public
|
|
1914
1882
|
* <p>The maximum amount of time that a streaming session can remain active, in seconds. If users are still connected to a streaming instance five minutes before this limit is reached, they are prompted to save any open documents before being disconnected. After this time elapses, the instance is terminated and replaced by a new instance.</p>
|
|
1915
|
-
* <p>Specify a value between 600 and
|
|
1883
|
+
* <p>Specify a value between 600 and 360000.</p>
|
|
1916
1884
|
*/
|
|
1917
1885
|
MaxUserDurationInSeconds?: number;
|
|
1918
1886
|
/**
|
|
@@ -2002,11 +1970,6 @@ export interface CreateFleetRequest {
|
|
|
2002
1970
|
* <p>The S3 location of the session scripts configuration zip file. This only applies to Elastic fleets.</p>
|
|
2003
1971
|
*/
|
|
2004
1972
|
SessionScriptS3Location?: S3Location;
|
|
2005
|
-
/**
|
|
2006
|
-
* @public
|
|
2007
|
-
* <p>The maximum number of user sessions on an instance. This only applies to multi-session fleets.</p>
|
|
2008
|
-
*/
|
|
2009
|
-
MaxSessionsPerInstance?: number;
|
|
2010
1973
|
}
|
|
2011
1974
|
/**
|
|
2012
1975
|
* @public
|
|
@@ -2294,11 +2257,6 @@ export interface Fleet {
|
|
|
2294
2257
|
* <p>The S3 location of the session scripts configuration zip file. This only applies to Elastic fleets.</p>
|
|
2295
2258
|
*/
|
|
2296
2259
|
SessionScriptS3Location?: S3Location;
|
|
2297
|
-
/**
|
|
2298
|
-
* @public
|
|
2299
|
-
* <p>The maximum number of user sessions on an instance. This only applies to multi-session fleets.</p>
|
|
2300
|
-
*/
|
|
2301
|
-
MaxSessionsPerInstance?: number;
|
|
2302
2260
|
}
|
|
2303
2261
|
/**
|
|
2304
2262
|
* @public
|
|
@@ -4119,11 +4077,6 @@ export interface DescribeSessionsRequest {
|
|
|
4119
4077
|
* The default is to authenticate users using a streaming URL.</p>
|
|
4120
4078
|
*/
|
|
4121
4079
|
AuthenticationType?: AuthenticationType | string;
|
|
4122
|
-
/**
|
|
4123
|
-
* @public
|
|
4124
|
-
* <p>The identifier for the instance hosting the session.</p>
|
|
4125
|
-
*/
|
|
4126
|
-
InstanceId?: string;
|
|
4127
4080
|
}
|
|
4128
4081
|
/**
|
|
4129
4082
|
* @public
|
|
@@ -4206,11 +4159,6 @@ export interface Session {
|
|
|
4206
4159
|
* <p>The network details for the streaming session.</p>
|
|
4207
4160
|
*/
|
|
4208
4161
|
NetworkAccessConfiguration?: NetworkAccessConfiguration;
|
|
4209
|
-
/**
|
|
4210
|
-
* @public
|
|
4211
|
-
* <p>The identifier for the instance hosting the session.</p>
|
|
4212
|
-
*/
|
|
4213
|
-
InstanceId?: string;
|
|
4214
4162
|
}
|
|
4215
4163
|
/**
|
|
4216
4164
|
* @public
|
|
@@ -4660,7 +4608,6 @@ export interface ExpireSessionResult {
|
|
|
4660
4608
|
export declare const FleetAttribute: {
|
|
4661
4609
|
readonly DOMAIN_JOIN_INFO: "DOMAIN_JOIN_INFO";
|
|
4662
4610
|
readonly IAM_ROLE_ARN: "IAM_ROLE_ARN";
|
|
4663
|
-
readonly MAX_SESSIONS_PER_INSTANCE: "MAX_SESSIONS_PER_INSTANCE";
|
|
4664
4611
|
readonly SESSION_SCRIPT_S3_LOCATION: "SESSION_SCRIPT_S3_LOCATION";
|
|
4665
4612
|
readonly USB_DEVICE_FILTER_STRINGS: "USB_DEVICE_FILTER_STRINGS";
|
|
4666
4613
|
readonly VPC_CONFIGURATION: "VPC_CONFIGURATION";
|
|
@@ -5434,11 +5381,6 @@ export interface UpdateFleetRequest {
|
|
|
5434
5381
|
* <p>The S3 location of the session scripts configuration zip file. This only applies to Elastic fleets. </p>
|
|
5435
5382
|
*/
|
|
5436
5383
|
SessionScriptS3Location?: S3Location;
|
|
5437
|
-
/**
|
|
5438
|
-
* @public
|
|
5439
|
-
* <p>The maximum number of user sessions on an instance. This only applies to multi-session fleets.</p>
|
|
5440
|
-
*/
|
|
5441
|
-
MaxSessionsPerInstance?: number;
|
|
5442
5384
|
}
|
|
5443
5385
|
/**
|
|
5444
5386
|
* @public
|
|
@@ -1,5 +1,7 @@
|
|
|
1
|
+
import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
1
2
|
import { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
|
|
2
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
3
4
|
export interface AppStreamExtensionConfiguration
|
|
4
5
|
extends HttpHandlerExtensionConfiguration,
|
|
5
|
-
DefaultExtensionConfiguration
|
|
6
|
+
DefaultExtensionConfiguration,
|
|
7
|
+
AwsRegionExtensionConfiguration {}
|
|
@@ -342,18 +342,13 @@ export interface CertificateBasedAuthProperties {
|
|
|
342
342
|
CertificateAuthorityArn?: string;
|
|
343
343
|
}
|
|
344
344
|
export interface ComputeCapacity {
|
|
345
|
-
DesiredInstances
|
|
346
|
-
DesiredSessions?: number;
|
|
345
|
+
DesiredInstances: number | undefined;
|
|
347
346
|
}
|
|
348
347
|
export interface ComputeCapacityStatus {
|
|
349
348
|
Desired: number | undefined;
|
|
350
349
|
Running?: number;
|
|
351
350
|
InUse?: number;
|
|
352
351
|
Available?: number;
|
|
353
|
-
DesiredUserSessions?: number;
|
|
354
|
-
AvailableUserSessions?: number;
|
|
355
|
-
ActiveUserSessions?: number;
|
|
356
|
-
ActualUserSessions?: number;
|
|
357
352
|
}
|
|
358
353
|
export interface CopyImageRequest {
|
|
359
354
|
SourceImageName: string | undefined;
|
|
@@ -539,7 +534,6 @@ export interface CreateFleetRequest {
|
|
|
539
534
|
MaxConcurrentSessions?: number;
|
|
540
535
|
UsbDeviceFilterStrings?: string[];
|
|
541
536
|
SessionScriptS3Location?: S3Location;
|
|
542
|
-
MaxSessionsPerInstance?: number;
|
|
543
537
|
}
|
|
544
538
|
export interface FleetError {
|
|
545
539
|
ErrorCode?: FleetErrorCode | string;
|
|
@@ -577,7 +571,6 @@ export interface Fleet {
|
|
|
577
571
|
MaxConcurrentSessions?: number;
|
|
578
572
|
UsbDeviceFilterStrings?: string[];
|
|
579
573
|
SessionScriptS3Location?: S3Location;
|
|
580
|
-
MaxSessionsPerInstance?: number;
|
|
581
574
|
}
|
|
582
575
|
export interface CreateFleetResult {
|
|
583
576
|
Fleet?: Fleet;
|
|
@@ -1005,7 +998,6 @@ export interface DescribeSessionsRequest {
|
|
|
1005
998
|
NextToken?: string;
|
|
1006
999
|
Limit?: number;
|
|
1007
1000
|
AuthenticationType?: AuthenticationType | string;
|
|
1008
|
-
InstanceId?: string;
|
|
1009
1001
|
}
|
|
1010
1002
|
export declare const SessionConnectionState: {
|
|
1011
1003
|
readonly CONNECTED: "CONNECTED";
|
|
@@ -1030,7 +1022,6 @@ export interface Session {
|
|
|
1030
1022
|
MaxExpirationTime?: Date;
|
|
1031
1023
|
AuthenticationType?: AuthenticationType | string;
|
|
1032
1024
|
NetworkAccessConfiguration?: NetworkAccessConfiguration;
|
|
1033
|
-
InstanceId?: string;
|
|
1034
1025
|
}
|
|
1035
1026
|
export interface DescribeSessionsResult {
|
|
1036
1027
|
Sessions?: Session[];
|
|
@@ -1140,7 +1131,6 @@ export interface ExpireSessionResult {}
|
|
|
1140
1131
|
export declare const FleetAttribute: {
|
|
1141
1132
|
readonly DOMAIN_JOIN_INFO: "DOMAIN_JOIN_INFO";
|
|
1142
1133
|
readonly IAM_ROLE_ARN: "IAM_ROLE_ARN";
|
|
1143
|
-
readonly MAX_SESSIONS_PER_INSTANCE: "MAX_SESSIONS_PER_INSTANCE";
|
|
1144
1134
|
readonly SESSION_SCRIPT_S3_LOCATION: "SESSION_SCRIPT_S3_LOCATION";
|
|
1145
1135
|
readonly USB_DEVICE_FILTER_STRINGS: "USB_DEVICE_FILTER_STRINGS";
|
|
1146
1136
|
readonly VPC_CONFIGURATION: "VPC_CONFIGURATION";
|
|
@@ -1293,7 +1283,6 @@ export interface UpdateFleetRequest {
|
|
|
1293
1283
|
MaxConcurrentSessions?: number;
|
|
1294
1284
|
UsbDeviceFilterStrings?: string[];
|
|
1295
1285
|
SessionScriptS3Location?: S3Location;
|
|
1296
|
-
MaxSessionsPerInstance?: number;
|
|
1297
1286
|
}
|
|
1298
1287
|
export interface UpdateFleetResult {
|
|
1299
1288
|
Fleet?: Fleet;
|
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.418.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,40 +21,41 @@
|
|
|
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.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/
|
|
32
|
-
"@aws-sdk/
|
|
33
|
-
"@aws-sdk/util-
|
|
34
|
-
"@aws-sdk/util-user-agent-
|
|
35
|
-
"@
|
|
36
|
-
"@smithy/
|
|
37
|
-
"@smithy/
|
|
38
|
-
"@smithy/
|
|
39
|
-
"@smithy/
|
|
40
|
-
"@smithy/middleware-
|
|
41
|
-
"@smithy/middleware-
|
|
42
|
-
"@smithy/middleware-
|
|
43
|
-
"@smithy/middleware-
|
|
44
|
-
"@smithy/
|
|
45
|
-
"@smithy/node-
|
|
46
|
-
"@smithy/
|
|
47
|
-
"@smithy/
|
|
48
|
-
"@smithy/
|
|
49
|
-
"@smithy/
|
|
24
|
+
"@aws-sdk/client-sts": "3.418.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.418.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.418.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.418.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.418.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.418.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.418.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.418.0",
|
|
32
|
+
"@aws-sdk/types": "3.418.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.418.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.418.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.418.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.0.10",
|
|
37
|
+
"@smithy/fetch-http-handler": "^2.1.5",
|
|
38
|
+
"@smithy/hash-node": "^2.0.9",
|
|
39
|
+
"@smithy/invalid-dependency": "^2.0.9",
|
|
40
|
+
"@smithy/middleware-content-length": "^2.0.11",
|
|
41
|
+
"@smithy/middleware-endpoint": "^2.0.9",
|
|
42
|
+
"@smithy/middleware-retry": "^2.0.12",
|
|
43
|
+
"@smithy/middleware-serde": "^2.0.9",
|
|
44
|
+
"@smithy/middleware-stack": "^2.0.2",
|
|
45
|
+
"@smithy/node-config-provider": "^2.0.12",
|
|
46
|
+
"@smithy/node-http-handler": "^2.1.5",
|
|
47
|
+
"@smithy/protocol-http": "^3.0.5",
|
|
48
|
+
"@smithy/smithy-client": "^2.1.6",
|
|
49
|
+
"@smithy/types": "^2.3.3",
|
|
50
|
+
"@smithy/url-parser": "^2.0.9",
|
|
50
51
|
"@smithy/util-base64": "^2.0.0",
|
|
51
52
|
"@smithy/util-body-length-browser": "^2.0.0",
|
|
52
53
|
"@smithy/util-body-length-node": "^2.1.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^2.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
|
55
|
-
"@smithy/util-retry": "^2.0.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^2.0.10",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^2.0.12",
|
|
56
|
+
"@smithy/util-retry": "^2.0.2",
|
|
56
57
|
"@smithy/util-utf8": "^2.0.0",
|
|
57
|
-
"@smithy/util-waiter": "^2.0.
|
|
58
|
+
"@smithy/util-waiter": "^2.0.9",
|
|
58
59
|
"tslib": "^2.5.0"
|
|
59
60
|
},
|
|
60
61
|
"devDependencies": {
|