@aws-sdk/client-workspaces 3.639.0 → 3.645.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.
|
@@ -28,8 +28,8 @@ declare const StartWorkspacesCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Starts the specified WorkSpaces.</p>
|
|
31
|
-
* <p>You cannot start a WorkSpace unless it has a running mode of <code>AutoStop</code>
|
|
32
|
-
* state of <code>STOPPED</code>.</p>
|
|
31
|
+
* <p>You cannot start a WorkSpace unless it has a running mode of <code>AutoStop</code> or
|
|
32
|
+
* <code>Manual</code> and a state of <code>STOPPED</code>.</p>
|
|
33
33
|
* @example
|
|
34
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
35
|
* ```javascript
|
|
@@ -27,10 +27,10 @@ declare const StopWorkspacesCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>
|
|
31
|
-
* <p>You cannot stop a WorkSpace unless it has a running mode of <code>AutoStop</code>
|
|
32
|
-
* state of <code>AVAILABLE</code>, <code>IMPAIRED</code>,
|
|
33
|
-
*
|
|
30
|
+
* <p>Stops the specified WorkSpaces.</p>
|
|
31
|
+
* <p>You cannot stop a WorkSpace unless it has a running mode of <code>AutoStop</code> or
|
|
32
|
+
* <code>Manual</code> and a state of <code>AVAILABLE</code>, <code>IMPAIRED</code>,
|
|
33
|
+
* <code>UNHEALTHY</code>, or <code>ERROR</code>.</p>
|
|
34
34
|
* @example
|
|
35
35
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
36
|
* ```javascript
|
|
@@ -1968,6 +1968,13 @@ export interface WorkspaceRequest {
|
|
|
1968
1968
|
Tags?: Tag[];
|
|
1969
1969
|
/**
|
|
1970
1970
|
* <p>The name of the user-decoupled WorkSpace.</p>
|
|
1971
|
+
* <note>
|
|
1972
|
+
* <p>
|
|
1973
|
+
* <code>WorkspaceName</code> is required if <code>UserName</code> is
|
|
1974
|
+
* <code>[UNDEFINED]</code> for user-decoupled WorkSpaces.
|
|
1975
|
+
* <code>WorkspaceName</code> is not applicable if <code>UserName</code> is specified
|
|
1976
|
+
* for user-assigned WorkSpaces.</p>
|
|
1977
|
+
* </note>
|
|
1971
1978
|
* @public
|
|
1972
1979
|
*/
|
|
1973
1980
|
WorkspaceName?: string;
|
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.645.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,17 +20,17 @@
|
|
|
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.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.645.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.645.0",
|
|
25
25
|
"@aws-sdk/core": "3.635.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.645.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",
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.645.0",
|
|
31
31
|
"@aws-sdk/region-config-resolver": "3.614.0",
|
|
32
32
|
"@aws-sdk/types": "3.609.0",
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.645.0",
|
|
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",
|