@aws-sdk/client-workspaces 3.473.0 → 3.474.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.
|
@@ -37,6 +37,13 @@ export interface CreateWorkspacesCommandOutput extends CreateWorkspacesResult, _
|
|
|
37
37
|
* <p>You don't need to specify the <code>PCOIP</code> protocol for Linux bundles
|
|
38
38
|
* because <code>WSP</code> is the default protocol for those bundles.</p>
|
|
39
39
|
* </li>
|
|
40
|
+
* <li>
|
|
41
|
+
* <p>Ensure you review your running mode to ensure you are using a running mode that is optimal for your needs and budget.
|
|
42
|
+
* For more information on switching running modes, see
|
|
43
|
+
* <a href="https://aws.amazon.com/workspaces/faqs/#:~:text=Q%3A%20Can%20I%20switch%20between%20hourly%20and%20monthly%20billing%3F">
|
|
44
|
+
* Can I switch between hourly and monthly billing?</a>
|
|
45
|
+
* </p>
|
|
46
|
+
* </li>
|
|
40
47
|
* </ul>
|
|
41
48
|
* </note>
|
|
42
49
|
* @example
|
|
@@ -1606,9 +1606,20 @@ 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
|
-
*
|
|
1609
|
+
* <ul>
|
|
1610
|
+
* <li>
|
|
1611
|
+
* <p>The <code>MANUAL</code> value is only supported by Amazon WorkSpaces Core. Contact
|
|
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>
|
|
1612
1623
|
* </note>
|
|
1613
1624
|
*/
|
|
1614
1625
|
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.474.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,9 +20,9 @@
|
|
|
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.
|
|
23
|
+
"@aws-sdk/client-sts": "3.474.0",
|
|
24
|
+
"@aws-sdk/core": "3.474.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.474.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.468.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.468.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.468.0",
|