@aws-sdk/client-workspaces 3.806.0 → 3.807.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-types/commands/DescribeWorkspaceDirectoriesCommand.d.ts +0 -1
- package/dist-types/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +0 -1
- package/dist-types/commands/RegisterWorkspaceDirectoryCommand.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +0 -22
- package/dist-types/models/models_1.d.ts +0 -8
- package/dist-types/ts3.4/models/models_0.d.ts +0 -2
- package/dist-types/ts3.4/models/models_1.d.ts +0 -1
- package/package.json +1 -1
|
@@ -73,7 +73,6 @@ declare const DescribeWorkspaceDirectoriesCommand_base: {
|
|
|
73
73
|
* // WorkspaceSecurityGroupId: "STRING_VALUE",
|
|
74
74
|
* // State: "REGISTERING" || "REGISTERED" || "DEREGISTERING" || "DEREGISTERED" || "ERROR",
|
|
75
75
|
* // WorkspaceCreationProperties: { // DefaultWorkspaceCreationProperties
|
|
76
|
-
* // EnableWorkDocs: true || false,
|
|
77
76
|
* // EnableInternetAccess: true || false,
|
|
78
77
|
* // DefaultOu: "STRING_VALUE",
|
|
79
78
|
* // CustomSecurityGroupId: "STRING_VALUE",
|
|
@@ -37,7 +37,6 @@ declare const ModifyWorkspaceCreationPropertiesCommand_base: {
|
|
|
37
37
|
* const input = { // ModifyWorkspaceCreationPropertiesRequest
|
|
38
38
|
* ResourceId: "STRING_VALUE", // required
|
|
39
39
|
* WorkspaceCreationProperties: { // WorkspaceCreationProperties
|
|
40
|
-
* EnableWorkDocs: true || false,
|
|
41
40
|
* EnableInternetAccess: true || false,
|
|
42
41
|
* DefaultOu: "STRING_VALUE",
|
|
43
42
|
* CustomSecurityGroupId: "STRING_VALUE",
|
|
@@ -2801,11 +2801,6 @@ export interface DefaultImportClientBrandingAttributes {
|
|
|
2801
2801
|
* @public
|
|
2802
2802
|
*/
|
|
2803
2803
|
export interface DefaultWorkspaceCreationProperties {
|
|
2804
|
-
/**
|
|
2805
|
-
* <p>Specifies whether the directory is enabled for Amazon WorkDocs.</p>
|
|
2806
|
-
* @public
|
|
2807
|
-
*/
|
|
2808
|
-
EnableWorkDocs?: boolean | undefined;
|
|
2809
2804
|
/**
|
|
2810
2805
|
* <p>Specifies whether to automatically assign an Elastic public IP address to WorkSpaces in
|
|
2811
2806
|
* this directory by default. If enabled, the Elastic public IP address allows outbound
|
|
@@ -5783,23 +5778,6 @@ export interface ModifyWorkspaceAccessPropertiesResult {
|
|
|
5783
5778
|
* @public
|
|
5784
5779
|
*/
|
|
5785
5780
|
export interface WorkspaceCreationProperties {
|
|
5786
|
-
/**
|
|
5787
|
-
* <p>Indicates whether Amazon WorkDocs is enabled for your WorkSpaces.</p>
|
|
5788
|
-
* <note>
|
|
5789
|
-
* <p>If WorkDocs is already enabled for a WorkSpaces directory and you disable it, new
|
|
5790
|
-
* WorkSpaces launched in the directory will not have WorkDocs enabled. However, WorkDocs
|
|
5791
|
-
* remains enabled for any existing WorkSpaces, unless you either disable users' access to
|
|
5792
|
-
* WorkDocs or you delete the WorkDocs site. To disable users' access to WorkDocs, see
|
|
5793
|
-
* <a href="https://docs.aws.amazon.com/workdocs/latest/adminguide/inactive-user.html">Disabling Users</a> in the <i>Amazon WorkDocs Administration
|
|
5794
|
-
* Guide</i>. To delete a WorkDocs site, see <a href="https://docs.aws.amazon.com/workdocs/latest/adminguide/manage-sites.html">Deleting a Site</a> in the
|
|
5795
|
-
* <i>Amazon WorkDocs Administration Guide</i>.</p>
|
|
5796
|
-
* <p>If you enable WorkDocs on a directory that already has existing WorkSpaces, the
|
|
5797
|
-
* existing WorkSpaces and any new WorkSpaces that are launched in the directory will have
|
|
5798
|
-
* WorkDocs enabled.</p>
|
|
5799
|
-
* </note>
|
|
5800
|
-
* @public
|
|
5801
|
-
*/
|
|
5802
|
-
EnableWorkDocs?: boolean | undefined;
|
|
5803
5781
|
/**
|
|
5804
5782
|
* <p>Indicates whether internet access is enabled for your WorkSpaces.</p>
|
|
5805
5783
|
* @public
|
|
@@ -54,14 +54,6 @@ export interface RegisterWorkspaceDirectoryRequest {
|
|
|
54
54
|
* @public
|
|
55
55
|
*/
|
|
56
56
|
SubnetIds?: string[] | undefined;
|
|
57
|
-
/**
|
|
58
|
-
* <p>Indicates whether Amazon WorkDocs is enabled or disabled. If you have enabled this
|
|
59
|
-
* parameter and WorkDocs is not available in the Region, you will receive an
|
|
60
|
-
* OperationNotSupportedException error. Set <code>EnableWorkDocs</code> to disabled, and try
|
|
61
|
-
* again.</p>
|
|
62
|
-
* @public
|
|
63
|
-
*/
|
|
64
|
-
EnableWorkDocs?: boolean | undefined;
|
|
65
57
|
/**
|
|
66
58
|
* <p>Indicates whether self-service capabilities are enabled or disabled.</p>
|
|
67
59
|
* @public
|
|
@@ -890,7 +890,6 @@ export interface DefaultImportClientBrandingAttributes {
|
|
|
890
890
|
LoginMessage?: Record<string, string> | undefined;
|
|
891
891
|
}
|
|
892
892
|
export interface DefaultWorkspaceCreationProperties {
|
|
893
|
-
EnableWorkDocs?: boolean | undefined;
|
|
894
893
|
EnableInternetAccess?: boolean | undefined;
|
|
895
894
|
DefaultOu?: string | undefined;
|
|
896
895
|
CustomSecurityGroupId?: string | undefined;
|
|
@@ -1671,7 +1670,6 @@ export interface ModifyWorkspaceAccessPropertiesRequest {
|
|
|
1671
1670
|
}
|
|
1672
1671
|
export interface ModifyWorkspaceAccessPropertiesResult {}
|
|
1673
1672
|
export interface WorkspaceCreationProperties {
|
|
1674
|
-
EnableWorkDocs?: boolean | undefined;
|
|
1675
1673
|
EnableInternetAccess?: boolean | undefined;
|
|
1676
1674
|
DefaultOu?: string | undefined;
|
|
1677
1675
|
CustomSecurityGroupId?: string | undefined;
|
|
@@ -29,7 +29,6 @@ export interface RebuildWorkspacesResult {
|
|
|
29
29
|
export interface RegisterWorkspaceDirectoryRequest {
|
|
30
30
|
DirectoryId?: string | undefined;
|
|
31
31
|
SubnetIds?: string[] | undefined;
|
|
32
|
-
EnableWorkDocs?: boolean | undefined;
|
|
33
32
|
EnableSelfService?: boolean | undefined;
|
|
34
33
|
Tenancy?: Tenancy | undefined;
|
|
35
34
|
Tags?: Tag[] | undefined;
|
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.807.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",
|