@aws-sdk/client-workspaces 3.620.1 → 3.621.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.
|
@@ -45,6 +45,13 @@ declare const CreateWorkspacesCommand_base: {
|
|
|
45
45
|
* <p>User-decoupled WorkSpaces are only supported by Amazon WorkSpaces
|
|
46
46
|
* Core.</p>
|
|
47
47
|
* </li>
|
|
48
|
+
* <li>
|
|
49
|
+
* <p>Review your running mode to ensure you are using one that is optimal for your needs and budget.
|
|
50
|
+
* For more information on switching running modes, see
|
|
51
|
+
* <a href="http://aws.amazon.com/workspaces-family/workspaces/faqs/#:~:text=Can%20I%20switch%20between%20hourly%20and%20monthly%20billing%20on%20WorkSpaces%20Personal%3F">
|
|
52
|
+
* Can I switch between hourly and monthly billing?</a>
|
|
53
|
+
* </p>
|
|
54
|
+
* </li>
|
|
48
55
|
* </ul>
|
|
49
56
|
* </note>
|
|
50
57
|
* @example
|
|
@@ -923,8 +923,7 @@ export interface BundleResourceAssociation {
|
|
|
923
923
|
*/
|
|
924
924
|
export interface Capacity {
|
|
925
925
|
/**
|
|
926
|
-
* <p>The desired number of user sessions for
|
|
927
|
-
* This is not allowed for single-session pools.</p>
|
|
926
|
+
* <p>The desired number of user sessions for the WorkSpaces in the pool.</p>
|
|
928
927
|
* @public
|
|
929
928
|
*/
|
|
930
929
|
DesiredUserSessions: number | undefined;
|
|
@@ -935,7 +934,8 @@ export interface Capacity {
|
|
|
935
934
|
*/
|
|
936
935
|
export interface CapacityStatus {
|
|
937
936
|
/**
|
|
938
|
-
* <p>The number of user sessions currently
|
|
937
|
+
* <p>The number of user sessions currently available for streaming from your pool.</p>
|
|
938
|
+
* <p>AvailableUserSessions = ActualUserSessions - ActiveUserSessions</p>
|
|
939
939
|
* @public
|
|
940
940
|
*/
|
|
941
941
|
AvailableUserSessions: number | undefined;
|
|
@@ -947,12 +947,14 @@ export interface CapacityStatus {
|
|
|
947
947
|
*/
|
|
948
948
|
DesiredUserSessions: number | undefined;
|
|
949
949
|
/**
|
|
950
|
-
* <p>The total number of
|
|
950
|
+
* <p>The total number of user sessions that are available for streaming or are currently
|
|
951
|
+
* streaming in your pool.</p>
|
|
952
|
+
* <p>ActualUserSessions = AvailableUserSessions + ActiveUserSessions</p>
|
|
951
953
|
* @public
|
|
952
954
|
*/
|
|
953
955
|
ActualUserSessions: number | undefined;
|
|
954
956
|
/**
|
|
955
|
-
* <p>The number of user sessions currently being used for pool
|
|
957
|
+
* <p>The number of user sessions currently being used for your pool.</p>
|
|
956
958
|
* @public
|
|
957
959
|
*/
|
|
958
960
|
ActiveUserSessions: number | undefined;
|
|
@@ -1858,6 +1860,9 @@ export interface WorkspaceProperties {
|
|
|
1858
1860
|
* your account team to be allow-listed to use this value. For more information, see
|
|
1859
1861
|
* <a href="http://aws.amazon.com/workspaces/core/">Amazon WorkSpaces Core</a>.</p>
|
|
1860
1862
|
* </note>
|
|
1863
|
+
* <p>Review your running mode to ensure you are using one that is optimal for your needs and
|
|
1864
|
+
* budget. For more information on switching running modes, see <a href="http://aws.amazon.com/workspaces-family/workspaces/faqs/#:~:text=Can%20I%20switch%20between%20hourly%20and%20monthly%20billing%20on%20WorkSpaces%20Personal%3F"> Can I switch between hourly and monthly billing?</a>
|
|
1865
|
+
* </p>
|
|
1861
1866
|
* @public
|
|
1862
1867
|
*/
|
|
1863
1868
|
RunningMode?: RunningMode;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-workspaces",
|
|
3
3
|
"description": "AWS SDK for JavaScript Workspaces Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.621.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-workspaces",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.621.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.621.0",
|
|
25
|
+
"@aws-sdk/core": "3.621.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.621.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.620.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.609.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.620.0",
|
|
@@ -34,26 +34,26 @@
|
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.609.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.614.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.5",
|
|
37
|
-
"@smithy/core": "^2.3.
|
|
38
|
-
"@smithy/fetch-http-handler": "^3.2.
|
|
37
|
+
"@smithy/core": "^2.3.1",
|
|
38
|
+
"@smithy/fetch-http-handler": "^3.2.4",
|
|
39
39
|
"@smithy/hash-node": "^3.0.3",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.3",
|
|
41
41
|
"@smithy/middleware-content-length": "^3.0.5",
|
|
42
42
|
"@smithy/middleware-endpoint": "^3.1.0",
|
|
43
|
-
"@smithy/middleware-retry": "^3.0.
|
|
43
|
+
"@smithy/middleware-retry": "^3.0.13",
|
|
44
44
|
"@smithy/middleware-serde": "^3.0.3",
|
|
45
45
|
"@smithy/middleware-stack": "^3.0.3",
|
|
46
46
|
"@smithy/node-config-provider": "^3.1.4",
|
|
47
47
|
"@smithy/node-http-handler": "^3.1.4",
|
|
48
48
|
"@smithy/protocol-http": "^4.1.0",
|
|
49
|
-
"@smithy/smithy-client": "^3.1.
|
|
49
|
+
"@smithy/smithy-client": "^3.1.11",
|
|
50
50
|
"@smithy/types": "^3.3.0",
|
|
51
51
|
"@smithy/url-parser": "^3.0.3",
|
|
52
52
|
"@smithy/util-base64": "^3.0.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^3.0.13",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^3.0.13",
|
|
57
57
|
"@smithy/util-endpoints": "^2.0.5",
|
|
58
58
|
"@smithy/util-middleware": "^3.0.3",
|
|
59
59
|
"@smithy/util-retry": "^3.0.3",
|