@aws-sdk/client-workspaces 3.933.0 → 3.935.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-cjs/index.js +532 -532
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +461 -0
- package/dist-es/models/errors.js +285 -0
- package/dist-es/models/models_0.js +1 -706
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/commands/ModifySelfservicePermissionsCommand.d.ts +1 -2
- package/dist-types/commands/ModifyStreamingPropertiesCommand.d.ts +1 -1
- package/dist-types/commands/ModifyWorkspaceAccessPropertiesCommand.d.ts +1 -1
- package/dist-types/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +1 -1
- package/dist-types/commands/ModifyWorkspacePropertiesCommand.d.ts +1 -1
- package/dist-types/commands/ModifyWorkspaceStateCommand.d.ts +1 -1
- package/dist-types/commands/RebootWorkspacesCommand.d.ts +1 -1
- package/dist-types/commands/RebuildWorkspacesCommand.d.ts +1 -1
- package/dist-types/commands/RegisterWorkspaceDirectoryCommand.d.ts +1 -1
- package/dist-types/commands/RejectAccountLinkInvitationCommand.d.ts +1 -1
- package/dist-types/commands/RestoreWorkspaceCommand.d.ts +1 -1
- package/dist-types/commands/RevokeIpRulesCommand.d.ts +1 -1
- package/dist-types/commands/StartWorkspacesCommand.d.ts +1 -1
- package/dist-types/commands/StartWorkspacesPoolCommand.d.ts +1 -1
- package/dist-types/commands/StopWorkspacesCommand.d.ts +1 -1
- package/dist-types/commands/StopWorkspacesPoolCommand.d.ts +1 -1
- package/dist-types/commands/TerminateWorkspacesCommand.d.ts +1 -1
- package/dist-types/commands/TerminateWorkspacesPoolCommand.d.ts +1 -1
- package/dist-types/commands/TerminateWorkspacesPoolSessionCommand.d.ts +1 -1
- 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 +1 -1
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +1053 -0
- package/dist-types/models/errors.d.ts +305 -0
- package/dist-types/models/models_0.d.ts +711 -1305
- package/dist-types/ts3.4/commands/ModifySelfservicePermissionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ModifyStreamingPropertiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyWorkspaceAccessPropertiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyWorkspacePropertiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyWorkspaceStateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RebootWorkspacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RebuildWorkspacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterWorkspaceDirectoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectAccountLinkInvitationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreWorkspaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RevokeIpRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartWorkspacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartWorkspacesPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopWorkspacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopWorkspacesPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TerminateWorkspacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TerminateWorkspacesPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TerminateWorkspacesPoolSessionCommand.d.ts +1 -1
- 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 +1 -1
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +597 -0
- package/dist-types/ts3.4/models/errors.d.ts +192 -0
- package/dist-types/ts3.4/models/models_0.d.ts +247 -753
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -2
- package/dist-es/models/models_1.js +0 -41
- package/dist-types/models/index.d.ts +0 -2
- package/dist-types/models/models_1.d.ts +0 -766
- package/dist-types/ts3.4/models/index.d.ts +0 -2
- package/dist-types/ts3.4/models/models_1.d.ts +0 -231
|
@@ -1,231 +0,0 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
AccountLink,
|
|
4
|
-
ActiveDirectoryConfig,
|
|
5
|
-
ApplicationSettingsRequest,
|
|
6
|
-
Capacity,
|
|
7
|
-
ConnectionAliasPermission,
|
|
8
|
-
DataReplication,
|
|
9
|
-
FailedWorkspaceChangeRequest,
|
|
10
|
-
IpRuleItem,
|
|
11
|
-
MicrosoftEntraConfig,
|
|
12
|
-
PoolsRunningMode,
|
|
13
|
-
StreamingProperties,
|
|
14
|
-
Tag,
|
|
15
|
-
Tenancy,
|
|
16
|
-
TimeoutSettings,
|
|
17
|
-
UserIdentityType,
|
|
18
|
-
WorkspaceAccessProperties,
|
|
19
|
-
WorkspaceDirectoryState,
|
|
20
|
-
WorkspaceProperties,
|
|
21
|
-
WorkspacesPool,
|
|
22
|
-
WorkspaceType,
|
|
23
|
-
} from "./models_0";
|
|
24
|
-
import { WorkSpacesServiceException as __BaseException } from "./WorkSpacesServiceException";
|
|
25
|
-
export interface ModifySelfservicePermissionsResult {}
|
|
26
|
-
export interface ModifyStreamingPropertiesRequest {
|
|
27
|
-
ResourceId: string | undefined;
|
|
28
|
-
StreamingProperties?: StreamingProperties | undefined;
|
|
29
|
-
}
|
|
30
|
-
export interface ModifyStreamingPropertiesResult {}
|
|
31
|
-
export interface ModifyWorkspaceAccessPropertiesRequest {
|
|
32
|
-
ResourceId: string | undefined;
|
|
33
|
-
WorkspaceAccessProperties: WorkspaceAccessProperties | undefined;
|
|
34
|
-
}
|
|
35
|
-
export interface ModifyWorkspaceAccessPropertiesResult {}
|
|
36
|
-
export interface WorkspaceCreationProperties {
|
|
37
|
-
EnableInternetAccess?: boolean | undefined;
|
|
38
|
-
DefaultOu?: string | undefined;
|
|
39
|
-
CustomSecurityGroupId?: string | undefined;
|
|
40
|
-
UserEnabledAsLocalAdministrator?: boolean | undefined;
|
|
41
|
-
EnableMaintenanceMode?: boolean | undefined;
|
|
42
|
-
InstanceIamRoleArn?: string | undefined;
|
|
43
|
-
}
|
|
44
|
-
export interface ModifyWorkspaceCreationPropertiesRequest {
|
|
45
|
-
ResourceId: string | undefined;
|
|
46
|
-
WorkspaceCreationProperties: WorkspaceCreationProperties | undefined;
|
|
47
|
-
}
|
|
48
|
-
export interface ModifyWorkspaceCreationPropertiesResult {}
|
|
49
|
-
export interface ModifyWorkspacePropertiesRequest {
|
|
50
|
-
WorkspaceId: string | undefined;
|
|
51
|
-
WorkspaceProperties?: WorkspaceProperties | undefined;
|
|
52
|
-
DataReplication?: DataReplication | undefined;
|
|
53
|
-
}
|
|
54
|
-
export interface ModifyWorkspacePropertiesResult {}
|
|
55
|
-
export declare class UnsupportedWorkspaceConfigurationException extends __BaseException {
|
|
56
|
-
readonly name: "UnsupportedWorkspaceConfigurationException";
|
|
57
|
-
readonly $fault: "client";
|
|
58
|
-
constructor(
|
|
59
|
-
opts: __ExceptionOptionType<
|
|
60
|
-
UnsupportedWorkspaceConfigurationException,
|
|
61
|
-
__BaseException
|
|
62
|
-
>
|
|
63
|
-
);
|
|
64
|
-
}
|
|
65
|
-
export declare const TargetWorkspaceState: {
|
|
66
|
-
readonly ADMIN_MAINTENANCE: "ADMIN_MAINTENANCE";
|
|
67
|
-
readonly AVAILABLE: "AVAILABLE";
|
|
68
|
-
};
|
|
69
|
-
export type TargetWorkspaceState =
|
|
70
|
-
(typeof TargetWorkspaceState)[keyof typeof TargetWorkspaceState];
|
|
71
|
-
export interface ModifyWorkspaceStateRequest {
|
|
72
|
-
WorkspaceId: string | undefined;
|
|
73
|
-
WorkspaceState: TargetWorkspaceState | undefined;
|
|
74
|
-
}
|
|
75
|
-
export interface ModifyWorkspaceStateResult {}
|
|
76
|
-
export interface RebootRequest {
|
|
77
|
-
WorkspaceId: string | undefined;
|
|
78
|
-
}
|
|
79
|
-
export interface RebootWorkspacesRequest {
|
|
80
|
-
RebootWorkspaceRequests: RebootRequest[] | undefined;
|
|
81
|
-
}
|
|
82
|
-
export interface RebootWorkspacesResult {
|
|
83
|
-
FailedRequests?: FailedWorkspaceChangeRequest[] | undefined;
|
|
84
|
-
}
|
|
85
|
-
export interface RebuildRequest {
|
|
86
|
-
WorkspaceId: string | undefined;
|
|
87
|
-
}
|
|
88
|
-
export interface RebuildWorkspacesRequest {
|
|
89
|
-
RebuildWorkspaceRequests: RebuildRequest[] | undefined;
|
|
90
|
-
}
|
|
91
|
-
export interface RebuildWorkspacesResult {
|
|
92
|
-
FailedRequests?: FailedWorkspaceChangeRequest[] | undefined;
|
|
93
|
-
}
|
|
94
|
-
export interface RegisterWorkspaceDirectoryRequest {
|
|
95
|
-
DirectoryId?: string | undefined;
|
|
96
|
-
SubnetIds?: string[] | undefined;
|
|
97
|
-
EnableSelfService?: boolean | undefined;
|
|
98
|
-
Tenancy?: Tenancy | undefined;
|
|
99
|
-
Tags?: Tag[] | undefined;
|
|
100
|
-
WorkspaceDirectoryName?: string | undefined;
|
|
101
|
-
WorkspaceDirectoryDescription?: string | undefined;
|
|
102
|
-
UserIdentityType?: UserIdentityType | undefined;
|
|
103
|
-
IdcInstanceArn?: string | undefined;
|
|
104
|
-
MicrosoftEntraConfig?: MicrosoftEntraConfig | undefined;
|
|
105
|
-
WorkspaceType?: WorkspaceType | undefined;
|
|
106
|
-
ActiveDirectoryConfig?: ActiveDirectoryConfig | undefined;
|
|
107
|
-
}
|
|
108
|
-
export interface RegisterWorkspaceDirectoryResult {
|
|
109
|
-
DirectoryId?: string | undefined;
|
|
110
|
-
State?: WorkspaceDirectoryState | undefined;
|
|
111
|
-
}
|
|
112
|
-
export declare class UnsupportedNetworkConfigurationException extends __BaseException {
|
|
113
|
-
readonly name: "UnsupportedNetworkConfigurationException";
|
|
114
|
-
readonly $fault: "client";
|
|
115
|
-
constructor(
|
|
116
|
-
opts: __ExceptionOptionType<
|
|
117
|
-
UnsupportedNetworkConfigurationException,
|
|
118
|
-
__BaseException
|
|
119
|
-
>
|
|
120
|
-
);
|
|
121
|
-
}
|
|
122
|
-
export declare class WorkspacesDefaultRoleNotFoundException extends __BaseException {
|
|
123
|
-
readonly name: "WorkspacesDefaultRoleNotFoundException";
|
|
124
|
-
readonly $fault: "client";
|
|
125
|
-
constructor(
|
|
126
|
-
opts: __ExceptionOptionType<
|
|
127
|
-
WorkspacesDefaultRoleNotFoundException,
|
|
128
|
-
__BaseException
|
|
129
|
-
>
|
|
130
|
-
);
|
|
131
|
-
}
|
|
132
|
-
export interface RejectAccountLinkInvitationRequest {
|
|
133
|
-
LinkId: string | undefined;
|
|
134
|
-
ClientToken?: string | undefined;
|
|
135
|
-
}
|
|
136
|
-
export interface RejectAccountLinkInvitationResult {
|
|
137
|
-
AccountLink?: AccountLink | undefined;
|
|
138
|
-
}
|
|
139
|
-
export interface RestoreWorkspaceRequest {
|
|
140
|
-
WorkspaceId: string | undefined;
|
|
141
|
-
}
|
|
142
|
-
export interface RestoreWorkspaceResult {}
|
|
143
|
-
export interface RevokeIpRulesRequest {
|
|
144
|
-
GroupId: string | undefined;
|
|
145
|
-
UserRules: string[] | undefined;
|
|
146
|
-
}
|
|
147
|
-
export interface RevokeIpRulesResult {}
|
|
148
|
-
export interface StartRequest {
|
|
149
|
-
WorkspaceId?: string | undefined;
|
|
150
|
-
}
|
|
151
|
-
export interface StartWorkspacesRequest {
|
|
152
|
-
StartWorkspaceRequests: StartRequest[] | undefined;
|
|
153
|
-
}
|
|
154
|
-
export interface StartWorkspacesResult {
|
|
155
|
-
FailedRequests?: FailedWorkspaceChangeRequest[] | undefined;
|
|
156
|
-
}
|
|
157
|
-
export interface StartWorkspacesPoolRequest {
|
|
158
|
-
PoolId: string | undefined;
|
|
159
|
-
}
|
|
160
|
-
export interface StartWorkspacesPoolResult {}
|
|
161
|
-
export interface StopRequest {
|
|
162
|
-
WorkspaceId?: string | undefined;
|
|
163
|
-
}
|
|
164
|
-
export interface StopWorkspacesRequest {
|
|
165
|
-
StopWorkspaceRequests: StopRequest[] | undefined;
|
|
166
|
-
}
|
|
167
|
-
export interface StopWorkspacesResult {
|
|
168
|
-
FailedRequests?: FailedWorkspaceChangeRequest[] | undefined;
|
|
169
|
-
}
|
|
170
|
-
export interface StopWorkspacesPoolRequest {
|
|
171
|
-
PoolId: string | undefined;
|
|
172
|
-
}
|
|
173
|
-
export interface StopWorkspacesPoolResult {}
|
|
174
|
-
export interface TerminateRequest {
|
|
175
|
-
WorkspaceId: string | undefined;
|
|
176
|
-
}
|
|
177
|
-
export interface TerminateWorkspacesRequest {
|
|
178
|
-
TerminateWorkspaceRequests: TerminateRequest[] | undefined;
|
|
179
|
-
}
|
|
180
|
-
export interface TerminateWorkspacesResult {
|
|
181
|
-
FailedRequests?: FailedWorkspaceChangeRequest[] | undefined;
|
|
182
|
-
}
|
|
183
|
-
export interface TerminateWorkspacesPoolRequest {
|
|
184
|
-
PoolId: string | undefined;
|
|
185
|
-
}
|
|
186
|
-
export interface TerminateWorkspacesPoolResult {}
|
|
187
|
-
export interface TerminateWorkspacesPoolSessionRequest {
|
|
188
|
-
SessionId: string | undefined;
|
|
189
|
-
}
|
|
190
|
-
export interface TerminateWorkspacesPoolSessionResult {}
|
|
191
|
-
export interface UpdateConnectClientAddInRequest {
|
|
192
|
-
AddInId: string | undefined;
|
|
193
|
-
ResourceId: string | undefined;
|
|
194
|
-
Name?: string | undefined;
|
|
195
|
-
URL?: string | undefined;
|
|
196
|
-
}
|
|
197
|
-
export interface UpdateConnectClientAddInResult {}
|
|
198
|
-
export interface UpdateConnectionAliasPermissionRequest {
|
|
199
|
-
AliasId: string | undefined;
|
|
200
|
-
ConnectionAliasPermission: ConnectionAliasPermission | undefined;
|
|
201
|
-
}
|
|
202
|
-
export interface UpdateConnectionAliasPermissionResult {}
|
|
203
|
-
export interface UpdateRulesOfIpGroupRequest {
|
|
204
|
-
GroupId: string | undefined;
|
|
205
|
-
UserRules: IpRuleItem[] | undefined;
|
|
206
|
-
}
|
|
207
|
-
export interface UpdateRulesOfIpGroupResult {}
|
|
208
|
-
export interface UpdateWorkspaceBundleRequest {
|
|
209
|
-
BundleId?: string | undefined;
|
|
210
|
-
ImageId?: string | undefined;
|
|
211
|
-
}
|
|
212
|
-
export interface UpdateWorkspaceBundleResult {}
|
|
213
|
-
export interface UpdateWorkspaceImagePermissionRequest {
|
|
214
|
-
ImageId: string | undefined;
|
|
215
|
-
AllowCopyImage: boolean | undefined;
|
|
216
|
-
SharedAccountId: string | undefined;
|
|
217
|
-
}
|
|
218
|
-
export interface UpdateWorkspaceImagePermissionResult {}
|
|
219
|
-
export interface UpdateWorkspacesPoolRequest {
|
|
220
|
-
PoolId: string | undefined;
|
|
221
|
-
Description?: string | undefined;
|
|
222
|
-
BundleId?: string | undefined;
|
|
223
|
-
DirectoryId?: string | undefined;
|
|
224
|
-
Capacity?: Capacity | undefined;
|
|
225
|
-
ApplicationSettings?: ApplicationSettingsRequest | undefined;
|
|
226
|
-
TimeoutSettings?: TimeoutSettings | undefined;
|
|
227
|
-
RunningMode?: PoolsRunningMode | undefined;
|
|
228
|
-
}
|
|
229
|
-
export interface UpdateWorkspacesPoolResult {
|
|
230
|
-
WorkspacesPool?: WorkspacesPool | undefined;
|
|
231
|
-
}
|