@aws-sdk/client-workspaces 3.485.0 → 3.490.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.
|
@@ -40,13 +40,6 @@ declare const CreateWorkspacesCommand_base: {
|
|
|
40
40
|
* <p>You don't need to specify the <code>PCOIP</code> protocol for Linux bundles
|
|
41
41
|
* because <code>WSP</code> is the default protocol for those bundles.</p>
|
|
42
42
|
* </li>
|
|
43
|
-
* <li>
|
|
44
|
-
* <p>Ensure you review your running mode to ensure you are using a running mode that is optimal for your needs and budget.
|
|
45
|
-
* For more information on switching running modes, see
|
|
46
|
-
* <a href="https://aws.amazon.com/workspaces/faqs/#:~:text=Q%3A%20Can%20I%20switch%20between%20hourly%20and%20monthly%20billing%3F">
|
|
47
|
-
* Can I switch between hourly and monthly billing?</a>
|
|
48
|
-
* </p>
|
|
49
|
-
* </li>
|
|
50
43
|
* </ul>
|
|
51
44
|
* </note>
|
|
52
45
|
* @example
|
|
@@ -27,8 +27,9 @@ declare const RebootWorkspacesCommand_base: {
|
|
|
27
27
|
/**
|
|
28
28
|
* @public
|
|
29
29
|
* <p>Reboots the specified WorkSpaces.</p>
|
|
30
|
-
* <p>You cannot reboot a WorkSpace unless its state is <code>AVAILABLE</code
|
|
31
|
-
*
|
|
30
|
+
* <p>You cannot reboot a WorkSpace unless its state is <code>AVAILABLE</code>,
|
|
31
|
+
* <code>UNHEALTHY</code>, or <code>REBOOTING</code>. Reboot a WorkSpace in the <code>REBOOTING</code>
|
|
32
|
+
* state only if your WorkSpace has been stuck in the <code>REBOOTING</code> state for over 20 minutes.</p>
|
|
32
33
|
* <p>This operation is asynchronous and returns before the WorkSpaces have rebooted.</p>
|
|
33
34
|
* @example
|
|
34
35
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -1606,20 +1606,9 @@ export interface WorkspaceProperties {
|
|
|
1606
1606
|
* <p>The running mode. For more information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/running-mode.html">Manage the WorkSpace Running
|
|
1607
1607
|
* Mode</a>.</p>
|
|
1608
1608
|
* <note>
|
|
1609
|
-
* <
|
|
1610
|
-
*
|
|
1611
|
-
*
|
|
1612
|
-
* your account team to be allow-listed to use this value. For more information, see
|
|
1613
|
-
* <a href="http://aws.amazon.com/workspaces/core/">Amazon WorkSpaces Core</a>.</p>
|
|
1614
|
-
* </li>
|
|
1615
|
-
* <li>
|
|
1616
|
-
* <p>Ensure you review your running mode to ensure you are using a running mode that is optimal for your needs and budget.
|
|
1617
|
-
* For more information on switching running modes, see
|
|
1618
|
-
* <a href="https://aws.amazon.com/workspaces/faqs/#:~:text=Q%3A%20Can%20I%20switch%20between%20hourly%20and%20monthly%20billing%3F">
|
|
1619
|
-
* Can I switch between hourly and monthly billing?</a>
|
|
1620
|
-
* </p>
|
|
1621
|
-
* </li>
|
|
1622
|
-
* </ul>
|
|
1609
|
+
* <p>The <code>MANUAL</code> value is only supported by Amazon WorkSpaces Core. Contact
|
|
1610
|
+
* your account team to be allow-listed to use this value. For more information, see
|
|
1611
|
+
* <a href="http://aws.amazon.com/workspaces/core/">Amazon WorkSpaces Core</a>.</p>
|
|
1623
1612
|
* </note>
|
|
1624
1613
|
*/
|
|
1625
1614
|
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.490.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",
|
|
@@ -20,19 +20,19 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/core": "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/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.490.0",
|
|
24
|
+
"@aws-sdk/core": "3.490.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.490.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.489.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.489.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.489.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.489.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.489.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.489.0",
|
|
32
|
+
"@aws-sdk/types": "3.489.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.489.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.489.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.489.0",
|
|
36
36
|
"@smithy/config-resolver": "^2.0.23",
|
|
37
37
|
"@smithy/core": "^1.2.2",
|
|
38
38
|
"@smithy/fetch-http-handler": "^2.3.2",
|