@aws-sdk/client-workspaces 3.600.0 → 3.607.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/README.md +72 -0
- package/dist-cjs/index.js +536 -1
- package/dist-es/WorkSpaces.js +18 -0
- package/dist-es/commands/CreateWorkspacesPoolCommand.js +24 -0
- package/dist-es/commands/DescribeWorkspacesPoolSessionsCommand.js +24 -0
- package/dist-es/commands/DescribeWorkspacesPoolsCommand.js +24 -0
- package/dist-es/commands/ModifyStreamingPropertiesCommand.js +24 -0
- package/dist-es/commands/StartWorkspacesPoolCommand.js +24 -0
- package/dist-es/commands/StopWorkspacesPoolCommand.js +24 -0
- package/dist-es/commands/TerminateWorkspacesPoolCommand.js +24 -0
- package/dist-es/commands/TerminateWorkspacesPoolSessionCommand.js +24 -0
- package/dist-es/commands/UpdateWorkspacesPoolCommand.js +24 -0
- package/dist-es/commands/index.js +9 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +102 -0
- package/dist-es/models/models_1.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +238 -0
- package/dist-types/WorkSpaces.d.ts +65 -0
- package/dist-types/WorkSpacesClient.d.ts +11 -2
- package/dist-types/commands/CreateWorkspacesCommand.d.ts +3 -3
- package/dist-types/commands/CreateWorkspacesPoolCommand.d.ts +130 -0
- package/dist-types/commands/DescribeApplicationsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeWorkspaceDirectoriesCommand.d.ts +30 -1
- package/dist-types/commands/DescribeWorkspacesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeWorkspacesPoolSessionsCommand.d.ts +88 -0
- package/dist-types/commands/DescribeWorkspacesPoolsCommand.d.ts +116 -0
- package/dist-types/commands/DisassociateIpGroupsCommand.d.ts +3 -0
- package/dist-types/commands/ModifyClientPropertiesCommand.d.ts +3 -0
- package/dist-types/commands/ModifySelfservicePermissionsCommand.d.ts +3 -0
- package/dist-types/commands/ModifyStreamingPropertiesCommand.d.ts +86 -0
- package/dist-types/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +1 -0
- package/dist-types/commands/ModifyWorkspacePropertiesCommand.d.ts +1 -1
- package/dist-types/commands/RegisterWorkspaceDirectoryCommand.d.ts +18 -4
- package/dist-types/commands/StartWorkspacesCommand.d.ts +1 -1
- package/dist-types/commands/StartWorkspacesPoolCommand.d.ts +81 -0
- package/dist-types/commands/StopWorkspacesCommand.d.ts +1 -1
- package/dist-types/commands/StopWorkspacesPoolCommand.d.ts +75 -0
- package/dist-types/commands/TerminateWorkspacesCommand.d.ts +1 -1
- package/dist-types/commands/TerminateWorkspacesPoolCommand.d.ts +73 -0
- package/dist-types/commands/TerminateWorkspacesPoolSessionCommand.d.ts +73 -0
- package/dist-types/commands/UpdateConnectClientAddInCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConnectionAliasPermissionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRulesOfIpGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateWorkspaceBundleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateWorkspaceImagePermissionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateWorkspacesPoolCommand.d.ts +127 -0
- package/dist-types/commands/index.d.ts +9 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +855 -253
- package/dist-types/models/models_1.d.ts +324 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +81 -0
- package/dist-types/ts3.4/WorkSpaces.d.ts +155 -0
- package/dist-types/ts3.4/WorkSpacesClient.d.ts +56 -2
- package/dist-types/ts3.4/commands/CreateWorkspacesPoolCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DescribeWorkspacesPoolSessionsCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DescribeWorkspacesPoolsCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ModifyStreamingPropertiesCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/RegisterWorkspaceDirectoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartWorkspacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartWorkspacesPoolCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/StopWorkspacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopWorkspacesPoolCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/TerminateWorkspacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TerminateWorkspacesPoolCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/TerminateWorkspacesPoolSessionCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/UpdateConnectClientAddInCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateConnectionAliasPermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRulesOfIpGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateWorkspaceBundleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateWorkspaceImagePermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateWorkspacesPoolCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/index.d.ts +9 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +267 -58
- package/dist-types/ts3.4/models/models_1.d.ts +92 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +108 -0
- package/package.json +3 -3
package/dist-es/WorkSpaces.js
CHANGED
|
@@ -15,6 +15,7 @@ import { CreateUpdatedWorkspaceImageCommand, } from "./commands/CreateUpdatedWor
|
|
|
15
15
|
import { CreateWorkspaceBundleCommand, } from "./commands/CreateWorkspaceBundleCommand";
|
|
16
16
|
import { CreateWorkspaceImageCommand, } from "./commands/CreateWorkspaceImageCommand";
|
|
17
17
|
import { CreateWorkspacesCommand, } from "./commands/CreateWorkspacesCommand";
|
|
18
|
+
import { CreateWorkspacesPoolCommand, } from "./commands/CreateWorkspacesPoolCommand";
|
|
18
19
|
import { DeleteAccountLinkInvitationCommand, } from "./commands/DeleteAccountLinkInvitationCommand";
|
|
19
20
|
import { DeleteClientBrandingCommand, } from "./commands/DeleteClientBrandingCommand";
|
|
20
21
|
import { DeleteConnectClientAddInCommand, } from "./commands/DeleteConnectClientAddInCommand";
|
|
@@ -46,6 +47,8 @@ import { DescribeWorkspaceImagesCommand, } from "./commands/DescribeWorkspaceIma
|
|
|
46
47
|
import { DescribeWorkspacesCommand, } from "./commands/DescribeWorkspacesCommand";
|
|
47
48
|
import { DescribeWorkspacesConnectionStatusCommand, } from "./commands/DescribeWorkspacesConnectionStatusCommand";
|
|
48
49
|
import { DescribeWorkspaceSnapshotsCommand, } from "./commands/DescribeWorkspaceSnapshotsCommand";
|
|
50
|
+
import { DescribeWorkspacesPoolsCommand, } from "./commands/DescribeWorkspacesPoolsCommand";
|
|
51
|
+
import { DescribeWorkspacesPoolSessionsCommand, } from "./commands/DescribeWorkspacesPoolSessionsCommand";
|
|
49
52
|
import { DisassociateConnectionAliasCommand, } from "./commands/DisassociateConnectionAliasCommand";
|
|
50
53
|
import { DisassociateIpGroupsCommand, } from "./commands/DisassociateIpGroupsCommand";
|
|
51
54
|
import { DisassociateWorkspaceApplicationCommand, } from "./commands/DisassociateWorkspaceApplicationCommand";
|
|
@@ -60,6 +63,7 @@ import { ModifyCertificateBasedAuthPropertiesCommand, } from "./commands/ModifyC
|
|
|
60
63
|
import { ModifyClientPropertiesCommand, } from "./commands/ModifyClientPropertiesCommand";
|
|
61
64
|
import { ModifySamlPropertiesCommand, } from "./commands/ModifySamlPropertiesCommand";
|
|
62
65
|
import { ModifySelfservicePermissionsCommand, } from "./commands/ModifySelfservicePermissionsCommand";
|
|
66
|
+
import { ModifyStreamingPropertiesCommand, } from "./commands/ModifyStreamingPropertiesCommand";
|
|
63
67
|
import { ModifyWorkspaceAccessPropertiesCommand, } from "./commands/ModifyWorkspaceAccessPropertiesCommand";
|
|
64
68
|
import { ModifyWorkspaceCreationPropertiesCommand, } from "./commands/ModifyWorkspaceCreationPropertiesCommand";
|
|
65
69
|
import { ModifyWorkspacePropertiesCommand, } from "./commands/ModifyWorkspacePropertiesCommand";
|
|
@@ -71,13 +75,18 @@ import { RejectAccountLinkInvitationCommand, } from "./commands/RejectAccountLin
|
|
|
71
75
|
import { RestoreWorkspaceCommand, } from "./commands/RestoreWorkspaceCommand";
|
|
72
76
|
import { RevokeIpRulesCommand, } from "./commands/RevokeIpRulesCommand";
|
|
73
77
|
import { StartWorkspacesCommand, } from "./commands/StartWorkspacesCommand";
|
|
78
|
+
import { StartWorkspacesPoolCommand, } from "./commands/StartWorkspacesPoolCommand";
|
|
74
79
|
import { StopWorkspacesCommand, } from "./commands/StopWorkspacesCommand";
|
|
80
|
+
import { StopWorkspacesPoolCommand, } from "./commands/StopWorkspacesPoolCommand";
|
|
75
81
|
import { TerminateWorkspacesCommand, } from "./commands/TerminateWorkspacesCommand";
|
|
82
|
+
import { TerminateWorkspacesPoolCommand, } from "./commands/TerminateWorkspacesPoolCommand";
|
|
83
|
+
import { TerminateWorkspacesPoolSessionCommand, } from "./commands/TerminateWorkspacesPoolSessionCommand";
|
|
76
84
|
import { UpdateConnectClientAddInCommand, } from "./commands/UpdateConnectClientAddInCommand";
|
|
77
85
|
import { UpdateConnectionAliasPermissionCommand, } from "./commands/UpdateConnectionAliasPermissionCommand";
|
|
78
86
|
import { UpdateRulesOfIpGroupCommand, } from "./commands/UpdateRulesOfIpGroupCommand";
|
|
79
87
|
import { UpdateWorkspaceBundleCommand, } from "./commands/UpdateWorkspaceBundleCommand";
|
|
80
88
|
import { UpdateWorkspaceImagePermissionCommand, } from "./commands/UpdateWorkspaceImagePermissionCommand";
|
|
89
|
+
import { UpdateWorkspacesPoolCommand, } from "./commands/UpdateWorkspacesPoolCommand";
|
|
81
90
|
import { WorkSpacesClient } from "./WorkSpacesClient";
|
|
82
91
|
const commands = {
|
|
83
92
|
AcceptAccountLinkInvitationCommand,
|
|
@@ -96,6 +105,7 @@ const commands = {
|
|
|
96
105
|
CreateWorkspaceBundleCommand,
|
|
97
106
|
CreateWorkspaceImageCommand,
|
|
98
107
|
CreateWorkspacesCommand,
|
|
108
|
+
CreateWorkspacesPoolCommand,
|
|
99
109
|
DeleteAccountLinkInvitationCommand,
|
|
100
110
|
DeleteClientBrandingCommand,
|
|
101
111
|
DeleteConnectClientAddInCommand,
|
|
@@ -127,6 +137,8 @@ const commands = {
|
|
|
127
137
|
DescribeWorkspacesCommand,
|
|
128
138
|
DescribeWorkspacesConnectionStatusCommand,
|
|
129
139
|
DescribeWorkspaceSnapshotsCommand,
|
|
140
|
+
DescribeWorkspacesPoolsCommand,
|
|
141
|
+
DescribeWorkspacesPoolSessionsCommand,
|
|
130
142
|
DisassociateConnectionAliasCommand,
|
|
131
143
|
DisassociateIpGroupsCommand,
|
|
132
144
|
DisassociateWorkspaceApplicationCommand,
|
|
@@ -141,6 +153,7 @@ const commands = {
|
|
|
141
153
|
ModifyClientPropertiesCommand,
|
|
142
154
|
ModifySamlPropertiesCommand,
|
|
143
155
|
ModifySelfservicePermissionsCommand,
|
|
156
|
+
ModifyStreamingPropertiesCommand,
|
|
144
157
|
ModifyWorkspaceAccessPropertiesCommand,
|
|
145
158
|
ModifyWorkspaceCreationPropertiesCommand,
|
|
146
159
|
ModifyWorkspacePropertiesCommand,
|
|
@@ -152,13 +165,18 @@ const commands = {
|
|
|
152
165
|
RestoreWorkspaceCommand,
|
|
153
166
|
RevokeIpRulesCommand,
|
|
154
167
|
StartWorkspacesCommand,
|
|
168
|
+
StartWorkspacesPoolCommand,
|
|
155
169
|
StopWorkspacesCommand,
|
|
170
|
+
StopWorkspacesPoolCommand,
|
|
156
171
|
TerminateWorkspacesCommand,
|
|
172
|
+
TerminateWorkspacesPoolCommand,
|
|
173
|
+
TerminateWorkspacesPoolSessionCommand,
|
|
157
174
|
UpdateConnectClientAddInCommand,
|
|
158
175
|
UpdateConnectionAliasPermissionCommand,
|
|
159
176
|
UpdateRulesOfIpGroupCommand,
|
|
160
177
|
UpdateWorkspaceBundleCommand,
|
|
161
178
|
UpdateWorkspaceImagePermissionCommand,
|
|
179
|
+
UpdateWorkspacesPoolCommand,
|
|
162
180
|
};
|
|
163
181
|
export class WorkSpaces extends WorkSpacesClient {
|
|
164
182
|
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_CreateWorkspacesPoolCommand, se_CreateWorkspacesPoolCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class CreateWorkspacesPoolCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("WorkspacesService", "CreateWorkspacesPool", {})
|
|
19
|
+
.n("WorkSpacesClient", "CreateWorkspacesPoolCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_CreateWorkspacesPoolCommand)
|
|
22
|
+
.de(de_CreateWorkspacesPoolCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DescribeWorkspacesPoolSessionsCommand, se_DescribeWorkspacesPoolSessionsCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DescribeWorkspacesPoolSessionsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("WorkspacesService", "DescribeWorkspacesPoolSessions", {})
|
|
19
|
+
.n("WorkSpacesClient", "DescribeWorkspacesPoolSessionsCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DescribeWorkspacesPoolSessionsCommand)
|
|
22
|
+
.de(de_DescribeWorkspacesPoolSessionsCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DescribeWorkspacesPoolsCommand, se_DescribeWorkspacesPoolsCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DescribeWorkspacesPoolsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("WorkspacesService", "DescribeWorkspacesPools", {})
|
|
19
|
+
.n("WorkSpacesClient", "DescribeWorkspacesPoolsCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DescribeWorkspacesPoolsCommand)
|
|
22
|
+
.de(de_DescribeWorkspacesPoolsCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_ModifyStreamingPropertiesCommand, se_ModifyStreamingPropertiesCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ModifyStreamingPropertiesCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("WorkspacesService", "ModifyStreamingProperties", {})
|
|
19
|
+
.n("WorkSpacesClient", "ModifyStreamingPropertiesCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_ModifyStreamingPropertiesCommand)
|
|
22
|
+
.de(de_ModifyStreamingPropertiesCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_StartWorkspacesPoolCommand, se_StartWorkspacesPoolCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class StartWorkspacesPoolCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("WorkspacesService", "StartWorkspacesPool", {})
|
|
19
|
+
.n("WorkSpacesClient", "StartWorkspacesPoolCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_StartWorkspacesPoolCommand)
|
|
22
|
+
.de(de_StartWorkspacesPoolCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_StopWorkspacesPoolCommand, se_StopWorkspacesPoolCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class StopWorkspacesPoolCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("WorkspacesService", "StopWorkspacesPool", {})
|
|
19
|
+
.n("WorkSpacesClient", "StopWorkspacesPoolCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_StopWorkspacesPoolCommand)
|
|
22
|
+
.de(de_StopWorkspacesPoolCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_TerminateWorkspacesPoolCommand, se_TerminateWorkspacesPoolCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class TerminateWorkspacesPoolCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("WorkspacesService", "TerminateWorkspacesPool", {})
|
|
19
|
+
.n("WorkSpacesClient", "TerminateWorkspacesPoolCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_TerminateWorkspacesPoolCommand)
|
|
22
|
+
.de(de_TerminateWorkspacesPoolCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_TerminateWorkspacesPoolSessionCommand, se_TerminateWorkspacesPoolSessionCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class TerminateWorkspacesPoolSessionCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("WorkspacesService", "TerminateWorkspacesPoolSession", {})
|
|
19
|
+
.n("WorkSpacesClient", "TerminateWorkspacesPoolSessionCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_TerminateWorkspacesPoolSessionCommand)
|
|
22
|
+
.de(de_TerminateWorkspacesPoolSessionCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_UpdateWorkspacesPoolCommand, se_UpdateWorkspacesPoolCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class UpdateWorkspacesPoolCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("WorkspacesService", "UpdateWorkspacesPool", {})
|
|
19
|
+
.n("WorkSpacesClient", "UpdateWorkspacesPoolCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_UpdateWorkspacesPoolCommand)
|
|
22
|
+
.de(de_UpdateWorkspacesPoolCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -14,6 +14,7 @@ export * from "./CreateUpdatedWorkspaceImageCommand";
|
|
|
14
14
|
export * from "./CreateWorkspaceBundleCommand";
|
|
15
15
|
export * from "./CreateWorkspaceImageCommand";
|
|
16
16
|
export * from "./CreateWorkspacesCommand";
|
|
17
|
+
export * from "./CreateWorkspacesPoolCommand";
|
|
17
18
|
export * from "./DeleteAccountLinkInvitationCommand";
|
|
18
19
|
export * from "./DeleteClientBrandingCommand";
|
|
19
20
|
export * from "./DeleteConnectClientAddInCommand";
|
|
@@ -45,6 +46,8 @@ export * from "./DescribeWorkspaceImagesCommand";
|
|
|
45
46
|
export * from "./DescribeWorkspaceSnapshotsCommand";
|
|
46
47
|
export * from "./DescribeWorkspacesCommand";
|
|
47
48
|
export * from "./DescribeWorkspacesConnectionStatusCommand";
|
|
49
|
+
export * from "./DescribeWorkspacesPoolSessionsCommand";
|
|
50
|
+
export * from "./DescribeWorkspacesPoolsCommand";
|
|
48
51
|
export * from "./DisassociateConnectionAliasCommand";
|
|
49
52
|
export * from "./DisassociateIpGroupsCommand";
|
|
50
53
|
export * from "./DisassociateWorkspaceApplicationCommand";
|
|
@@ -59,6 +62,7 @@ export * from "./ModifyCertificateBasedAuthPropertiesCommand";
|
|
|
59
62
|
export * from "./ModifyClientPropertiesCommand";
|
|
60
63
|
export * from "./ModifySamlPropertiesCommand";
|
|
61
64
|
export * from "./ModifySelfservicePermissionsCommand";
|
|
65
|
+
export * from "./ModifyStreamingPropertiesCommand";
|
|
62
66
|
export * from "./ModifyWorkspaceAccessPropertiesCommand";
|
|
63
67
|
export * from "./ModifyWorkspaceCreationPropertiesCommand";
|
|
64
68
|
export * from "./ModifyWorkspacePropertiesCommand";
|
|
@@ -70,10 +74,15 @@ export * from "./RejectAccountLinkInvitationCommand";
|
|
|
70
74
|
export * from "./RestoreWorkspaceCommand";
|
|
71
75
|
export * from "./RevokeIpRulesCommand";
|
|
72
76
|
export * from "./StartWorkspacesCommand";
|
|
77
|
+
export * from "./StartWorkspacesPoolCommand";
|
|
73
78
|
export * from "./StopWorkspacesCommand";
|
|
79
|
+
export * from "./StopWorkspacesPoolCommand";
|
|
74
80
|
export * from "./TerminateWorkspacesCommand";
|
|
81
|
+
export * from "./TerminateWorkspacesPoolCommand";
|
|
82
|
+
export * from "./TerminateWorkspacesPoolSessionCommand";
|
|
75
83
|
export * from "./UpdateConnectClientAddInCommand";
|
|
76
84
|
export * from "./UpdateConnectionAliasPermissionCommand";
|
|
77
85
|
export * from "./UpdateRulesOfIpGroupCommand";
|
|
78
86
|
export * from "./UpdateWorkspaceBundleCommand";
|
|
79
87
|
export * from "./UpdateWorkspaceImagePermissionCommand";
|
|
88
|
+
export * from "./UpdateWorkspacesPoolCommand";
|
package/dist-es/models/index.js
CHANGED
|
@@ -119,6 +119,10 @@ export const AssociationErrorCode = {
|
|
|
119
119
|
UNSUPPORTED_OPERATING_SYSTEM: "ValidationError.UnsupportedOperatingSystem",
|
|
120
120
|
WORKSPACE_UNREACHABLE: "DeploymentError.WorkspaceUnreachable",
|
|
121
121
|
};
|
|
122
|
+
export const ApplicationSettingsStatusEnum = {
|
|
123
|
+
DISABLED: "DISABLED",
|
|
124
|
+
ENABLED: "ENABLED",
|
|
125
|
+
};
|
|
122
126
|
export class InvalidParameterValuesException extends __BaseException {
|
|
123
127
|
constructor(opts) {
|
|
124
128
|
super({
|
|
@@ -251,6 +255,9 @@ export const AssociationStatus = {
|
|
|
251
255
|
PENDING_ASSOCIATION: "PENDING_ASSOCIATION",
|
|
252
256
|
PENDING_DISASSOCIATION: "PENDING_DISASSOCIATION",
|
|
253
257
|
};
|
|
258
|
+
export const AuthenticationType = {
|
|
259
|
+
SAML: "SAML",
|
|
260
|
+
};
|
|
254
261
|
export const BundleAssociatedResourceType = {
|
|
255
262
|
APPLICATION: "APPLICATION",
|
|
256
263
|
};
|
|
@@ -367,6 +374,7 @@ export const WorkspaceImageState = {
|
|
|
367
374
|
};
|
|
368
375
|
export const OperatingSystemName = {
|
|
369
376
|
AMAZON_LINUX_2: "AMAZON_LINUX_2",
|
|
377
|
+
RHEL_8: "RHEL_8",
|
|
370
378
|
UBUNTU_18_04: "UBUNTU_18_04",
|
|
371
379
|
UBUNTU_20_04: "UBUNTU_20_04",
|
|
372
380
|
UBUNTU_22_04: "UBUNTU_22_04",
|
|
@@ -400,6 +408,57 @@ export const StandbyWorkspaceRelationshipType = {
|
|
|
400
408
|
PRIMARY: "PRIMARY",
|
|
401
409
|
STANDBY: "STANDBY",
|
|
402
410
|
};
|
|
411
|
+
export const WorkspacesPoolErrorCode = {
|
|
412
|
+
BUNDLE_NOT_FOUND: "BUNDLE_NOT_FOUND",
|
|
413
|
+
DEFAULT_OU_IS_MISSING: "DEFAULT_OU_IS_MISSING",
|
|
414
|
+
DIRECTORY_NOT_FOUND: "DIRECTORY_NOT_FOUND",
|
|
415
|
+
DOMAIN_JOIN_ERROR_ACCESS_DENIED: "DOMAIN_JOIN_ERROR_ACCESS_DENIED",
|
|
416
|
+
DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED: "DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED",
|
|
417
|
+
DOMAIN_JOIN_ERROR_FILE_NOT_FOUND: "DOMAIN_JOIN_ERROR_FILE_NOT_FOUND",
|
|
418
|
+
DOMAIN_JOIN_ERROR_INVALID_PARAMETER: "DOMAIN_JOIN_ERROR_INVALID_PARAMETER",
|
|
419
|
+
DOMAIN_JOIN_ERROR_LOGON_FAILURE: "DOMAIN_JOIN_ERROR_LOGON_FAILURE",
|
|
420
|
+
DOMAIN_JOIN_ERROR_MORE_DATA: "DOMAIN_JOIN_ERROR_MORE_DATA",
|
|
421
|
+
DOMAIN_JOIN_ERROR_NOT_SUPPORTED: "DOMAIN_JOIN_ERROR_NOT_SUPPORTED",
|
|
422
|
+
DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN: "DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN",
|
|
423
|
+
DOMAIN_JOIN_ERROR_SECRET_ACTION_PERMISSION_IS_MISSING: "DOMAIN_JOIN_ERROR_SECRET_ACTION_PERMISSION_IS_MISSING",
|
|
424
|
+
DOMAIN_JOIN_ERROR_SECRET_DECRYPTION_FAILURE: "DOMAIN_JOIN_ERROR_SECRET_DECRYPTION_FAILURE",
|
|
425
|
+
DOMAIN_JOIN_ERROR_SECRET_INVALID: "DOMAIN_JOIN_ERROR_SECRET_INVALID",
|
|
426
|
+
DOMAIN_JOIN_ERROR_SECRET_NOT_FOUND: "DOMAIN_JOIN_ERROR_SECRET_NOT_FOUND",
|
|
427
|
+
DOMAIN_JOIN_ERROR_SECRET_STATE_INVALID: "DOMAIN_JOIN_ERROR_SECRET_STATE_INVALID",
|
|
428
|
+
DOMAIN_JOIN_ERROR_SECRET_VALUE_KEY_NOT_FOUND: "DOMAIN_JOIN_ERROR_SECRET_VALUE_KEY_NOT_FOUND",
|
|
429
|
+
DOMAIN_JOIN_INTERNAL_SERVICE_ERROR: "DOMAIN_JOIN_INTERNAL_SERVICE_ERROR",
|
|
430
|
+
DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME: "DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME",
|
|
431
|
+
DOMAIN_JOIN_NERR_PASSWORD_EXPIRED: "DOMAIN_JOIN_NERR_PASSWORD_EXPIRED",
|
|
432
|
+
DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED: "DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED",
|
|
433
|
+
IAM_SERVICE_ROLE_IS_MISSING: "IAM_SERVICE_ROLE_IS_MISSING",
|
|
434
|
+
IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION: "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION",
|
|
435
|
+
IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION: "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION",
|
|
436
|
+
IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION: "IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION",
|
|
437
|
+
IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION: "IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION",
|
|
438
|
+
IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION: "IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION",
|
|
439
|
+
IGW_NOT_ATTACHED: "IGW_NOT_ATTACHED",
|
|
440
|
+
IMAGE_NOT_FOUND: "IMAGE_NOT_FOUND",
|
|
441
|
+
INSUFFICIENT_PERMISSIONS_ERROR: "INSUFFICIENT_PERMISSIONS_ERROR",
|
|
442
|
+
INTERNAL_SERVICE_ERROR: "INTERNAL_SERVICE_ERROR",
|
|
443
|
+
INVALID_SUBNET_CONFIGURATION: "INVALID_SUBNET_CONFIGURATION",
|
|
444
|
+
MACHINE_ROLE_IS_MISSING: "MACHINE_ROLE_IS_MISSING",
|
|
445
|
+
NETWORK_INTERFACE_LIMIT_EXCEEDED: "NETWORK_INTERFACE_LIMIT_EXCEEDED",
|
|
446
|
+
SECURITY_GROUPS_NOT_FOUND: "SECURITY_GROUPS_NOT_FOUND",
|
|
447
|
+
STS_DISABLED_IN_REGION: "STS_DISABLED_IN_REGION",
|
|
448
|
+
SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES: "SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES",
|
|
449
|
+
SUBNET_NOT_FOUND: "SUBNET_NOT_FOUND",
|
|
450
|
+
WORKSPACES_POOL_INSTANCE_PROVISIONING_FAILURE: "WORKSPACES_POOL_INSTANCE_PROVISIONING_FAILURE",
|
|
451
|
+
WORKSPACES_POOL_STOPPED: "WORKSPACES_POOL_STOPPED",
|
|
452
|
+
};
|
|
453
|
+
export const WorkspacesPoolState = {
|
|
454
|
+
CREATING: "CREATING",
|
|
455
|
+
DELETING: "DELETING",
|
|
456
|
+
RUNNING: "RUNNING",
|
|
457
|
+
STARTING: "STARTING",
|
|
458
|
+
STOPPED: "STOPPED",
|
|
459
|
+
STOPPING: "STOPPING",
|
|
460
|
+
UPDATING: "UPDATING",
|
|
461
|
+
};
|
|
403
462
|
export const DedicatedTenancyAccountType = {
|
|
404
463
|
SOURCE_ACCOUNT: "SOURCE_ACCOUNT",
|
|
405
464
|
TARGET_ACCOUNT: "TARGET_ACCOUNT",
|
|
@@ -429,6 +488,7 @@ export const ImageAssociatedResourceType = {
|
|
|
429
488
|
};
|
|
430
489
|
export const WorkspaceDirectoryType = {
|
|
431
490
|
AD_CONNECTOR: "AD_CONNECTOR",
|
|
491
|
+
CUSTOMER_MANAGED: "CUSTOMER_MANAGED",
|
|
432
492
|
SIMPLE_AD: "SIMPLE_AD",
|
|
433
493
|
};
|
|
434
494
|
export const SamlStatusEnum = {
|
|
@@ -443,10 +503,39 @@ export const WorkspaceDirectoryState = {
|
|
|
443
503
|
REGISTERED: "REGISTERED",
|
|
444
504
|
REGISTERING: "REGISTERING",
|
|
445
505
|
};
|
|
506
|
+
export const StorageConnectorTypeEnum = {
|
|
507
|
+
HOME_FOLDER: "HOME_FOLDER",
|
|
508
|
+
};
|
|
509
|
+
export const StorageConnectorStatusEnum = {
|
|
510
|
+
DISABLED: "DISABLED",
|
|
511
|
+
ENABLED: "ENABLED",
|
|
512
|
+
};
|
|
513
|
+
export const StreamingExperiencePreferredProtocolEnum = {
|
|
514
|
+
TCP: "TCP",
|
|
515
|
+
UDP: "UDP",
|
|
516
|
+
};
|
|
517
|
+
export const UserSettingActionEnum = {
|
|
518
|
+
CLIPBOARD_COPY_FROM_LOCAL_DEVICE: "CLIPBOARD_COPY_FROM_LOCAL_DEVICE",
|
|
519
|
+
CLIPBOARD_COPY_TO_LOCAL_DEVICE: "CLIPBOARD_COPY_TO_LOCAL_DEVICE",
|
|
520
|
+
PRINTING_TO_LOCAL_DEVICE: "PRINTING_TO_LOCAL_DEVICE",
|
|
521
|
+
SMART_CARD: "SMART_CARD",
|
|
522
|
+
};
|
|
523
|
+
export const UserSettingPermissionEnum = {
|
|
524
|
+
DISABLED: "DISABLED",
|
|
525
|
+
ENABLED: "ENABLED",
|
|
526
|
+
};
|
|
446
527
|
export const Tenancy = {
|
|
447
528
|
DEDICATED: "DEDICATED",
|
|
448
529
|
SHARED: "SHARED",
|
|
449
530
|
};
|
|
531
|
+
export const UserIdentityType = {
|
|
532
|
+
AWS_DIRECTORY_SERVICE: "AWS_DIRECTORY_SERVICE",
|
|
533
|
+
CUSTOMER_MANAGED: "CUSTOMER_MANAGED",
|
|
534
|
+
};
|
|
535
|
+
export const WorkspaceType = {
|
|
536
|
+
PERSONAL: "PERSONAL",
|
|
537
|
+
POOLS: "POOLS",
|
|
538
|
+
};
|
|
450
539
|
export const ImageType = {
|
|
451
540
|
OWNED: "OWNED",
|
|
452
541
|
SHARED: "SHARED",
|
|
@@ -479,6 +568,19 @@ export const WorkspaceImageErrorDetailCode = {
|
|
|
479
568
|
WORKSPACES_BYOL_ACCOUNT_NOT_FOUND: "WorkspacesBYOLAccountNotFound",
|
|
480
569
|
ZERO_REARM_COUNT: "ZeroRearmCount",
|
|
481
570
|
};
|
|
571
|
+
export const DescribeWorkspacesPoolsFilterName = {
|
|
572
|
+
POOLNAME: "PoolName",
|
|
573
|
+
};
|
|
574
|
+
export const DescribeWorkspacesPoolsFilterOperator = {
|
|
575
|
+
CONTAINS: "CONTAINS",
|
|
576
|
+
EQUALS: "EQUALS",
|
|
577
|
+
NOTCONTAINS: "NOTCONTAINS",
|
|
578
|
+
NOTEQUALS: "NOTEQUALS",
|
|
579
|
+
};
|
|
580
|
+
export const SessionConnectionState = {
|
|
581
|
+
CONNECTED: "CONNECTED",
|
|
582
|
+
NOT_CONNECTED: "NOT_CONNECTED",
|
|
583
|
+
};
|
|
482
584
|
export const WorkspaceImageIngestionProcess = {
|
|
483
585
|
BYOL_GRAPHICS: "BYOL_GRAPHICS",
|
|
484
586
|
BYOL_GRAPHICSPRO: "BYOL_GRAPHICSPRO",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|