@aws-sdk/client-workspaces 3.300.0 → 3.303.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/models/models_0.js +175 -208
- package/dist-es/models/models_0.js +175 -208
- package/dist-types/commands/AssociateConnectionAliasCommand.d.ts +1 -1
- package/dist-types/commands/AssociateIpGroupsCommand.d.ts +2 -2
- package/dist-types/commands/AuthorizeIpRulesCommand.d.ts +3 -3
- package/dist-types/commands/CopyWorkspaceImageCommand.d.ts +3 -3
- package/dist-types/commands/CreateConnectClientAddInCommand.d.ts +1 -1
- package/dist-types/commands/CreateConnectionAliasCommand.d.ts +3 -3
- package/dist-types/commands/CreateIpGroupCommand.d.ts +5 -5
- package/dist-types/commands/CreateStandbyWorkspacesCommand.d.ts +5 -5
- package/dist-types/commands/CreateTagsCommand.d.ts +3 -3
- package/dist-types/commands/CreateUpdatedWorkspaceImageCommand.d.ts +3 -3
- package/dist-types/commands/CreateWorkspaceBundleCommand.d.ts +6 -6
- package/dist-types/commands/CreateWorkspaceImageCommand.d.ts +3 -3
- package/dist-types/commands/CreateWorkspacesCommand.d.ts +7 -7
- package/dist-types/commands/DeleteClientBrandingCommand.d.ts +2 -2
- package/dist-types/commands/DeleteConnectClientAddInCommand.d.ts +1 -1
- package/dist-types/commands/DeleteConnectionAliasCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTagsCommand.d.ts +2 -2
- package/dist-types/commands/DeleteWorkspaceBundleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteWorkspaceImageCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterWorkspaceDirectoryCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountModificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientBrandingCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientPropertiesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeConnectClientAddInsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeConnectionAliasPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeConnectionAliasesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeIpGroupsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeWorkspaceBundlesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeWorkspaceDirectoriesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeWorkspaceImagePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeWorkspaceImagesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeWorkspaceSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeWorkspacesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeWorkspacesConnectionStatusCommand.d.ts +2 -2
- package/dist-types/commands/DisassociateConnectionAliasCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateIpGroupsCommand.d.ts +2 -2
- package/dist-types/commands/ImportClientBrandingCommand.d.ts +5 -7
- package/dist-types/commands/ImportWorkspaceImageCommand.d.ts +4 -4
- package/dist-types/commands/ListAvailableManagementCidrRangesCommand.d.ts +1 -1
- package/dist-types/commands/MigrateWorkspaceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyAccountCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCertificateBasedAuthPropertiesCommand.d.ts +3 -3
- package/dist-types/commands/ModifyClientPropertiesCommand.d.ts +2 -2
- package/dist-types/commands/ModifySamlPropertiesCommand.d.ts +3 -3
- package/dist-types/commands/ModifySelfservicePermissionsCommand.d.ts +2 -2
- package/dist-types/commands/ModifyWorkspaceAccessPropertiesCommand.d.ts +2 -2
- package/dist-types/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +2 -2
- package/dist-types/commands/ModifyWorkspacePropertiesCommand.d.ts +3 -3
- package/dist-types/commands/ModifyWorkspaceStateCommand.d.ts +1 -1
- package/dist-types/commands/RebootWorkspacesCommand.d.ts +3 -3
- package/dist-types/commands/RebuildWorkspacesCommand.d.ts +3 -3
- package/dist-types/commands/RegisterWorkspaceDirectoryCommand.d.ts +4 -4
- package/dist-types/commands/RestoreWorkspaceCommand.d.ts +1 -1
- package/dist-types/commands/RevokeIpRulesCommand.d.ts +2 -2
- package/dist-types/commands/StartWorkspacesCommand.d.ts +3 -3
- package/dist-types/commands/StopWorkspacesCommand.d.ts +3 -3
- package/dist-types/commands/TerminateWorkspacesCommand.d.ts +3 -3
- package/dist-types/commands/UpdateConnectClientAddInCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConnectionAliasPermissionCommand.d.ts +2 -2
- package/dist-types/commands/UpdateRulesOfIpGroupCommand.d.ts +3 -3
- package/dist-types/commands/UpdateWorkspaceBundleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateWorkspaceImagePermissionCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +340 -175
- package/dist-types/ts3.4/models/models_0.d.ts +232 -175
- package/package.json +34 -34
|
@@ -11,27 +11,23 @@ export class AccessDeniedException extends __BaseException {
|
|
|
11
11
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
12
12
|
}
|
|
13
13
|
}
|
|
14
|
-
export
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
(function (Application) {
|
|
32
|
-
Application["Microsoft_Office_2016"] = "Microsoft_Office_2016";
|
|
33
|
-
Application["Microsoft_Office_2019"] = "Microsoft_Office_2019";
|
|
34
|
-
})(Application || (Application = {}));
|
|
14
|
+
export const AccessPropertyValue = {
|
|
15
|
+
ALLOW: "ALLOW",
|
|
16
|
+
DENY: "DENY",
|
|
17
|
+
};
|
|
18
|
+
export const DedicatedTenancySupportResultEnum = {
|
|
19
|
+
DISABLED: "DISABLED",
|
|
20
|
+
ENABLED: "ENABLED",
|
|
21
|
+
};
|
|
22
|
+
export const DedicatedTenancyModificationStateEnum = {
|
|
23
|
+
COMPLETED: "COMPLETED",
|
|
24
|
+
FAILED: "FAILED",
|
|
25
|
+
PENDING: "PENDING",
|
|
26
|
+
};
|
|
27
|
+
export const Application = {
|
|
28
|
+
Microsoft_Office_2016: "Microsoft_Office_2016",
|
|
29
|
+
Microsoft_Office_2019: "Microsoft_Office_2019",
|
|
30
|
+
};
|
|
35
31
|
export class InvalidParameterValuesException extends __BaseException {
|
|
36
32
|
constructor(opts) {
|
|
37
33
|
super({
|
|
@@ -106,73 +102,63 @@ export class ResourceLimitExceededException extends __BaseException {
|
|
|
106
102
|
Object.setPrototypeOf(this, ResourceLimitExceededException.prototype);
|
|
107
103
|
}
|
|
108
104
|
}
|
|
109
|
-
export
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
}
|
|
140
|
-
export
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
ConnectionAliasState["CREATED"] = "CREATED";
|
|
167
|
-
ConnectionAliasState["CREATING"] = "CREATING";
|
|
168
|
-
ConnectionAliasState["DELETING"] = "DELETING";
|
|
169
|
-
})(ConnectionAliasState || (ConnectionAliasState = {}));
|
|
170
|
-
export var ConnectionState;
|
|
171
|
-
(function (ConnectionState) {
|
|
172
|
-
ConnectionState["CONNECTED"] = "CONNECTED";
|
|
173
|
-
ConnectionState["DISCONNECTED"] = "DISCONNECTED";
|
|
174
|
-
ConnectionState["UNKNOWN"] = "UNKNOWN";
|
|
175
|
-
})(ConnectionState || (ConnectionState = {}));
|
|
105
|
+
export const AssociationStatus = {
|
|
106
|
+
ASSOCIATED_WITH_OWNER_ACCOUNT: "ASSOCIATED_WITH_OWNER_ACCOUNT",
|
|
107
|
+
ASSOCIATED_WITH_SHARED_ACCOUNT: "ASSOCIATED_WITH_SHARED_ACCOUNT",
|
|
108
|
+
NOT_ASSOCIATED: "NOT_ASSOCIATED",
|
|
109
|
+
PENDING_ASSOCIATION: "PENDING_ASSOCIATION",
|
|
110
|
+
PENDING_DISASSOCIATION: "PENDING_DISASSOCIATION",
|
|
111
|
+
};
|
|
112
|
+
export const BundleType = {
|
|
113
|
+
REGULAR: "REGULAR",
|
|
114
|
+
STANDBY: "STANDBY",
|
|
115
|
+
};
|
|
116
|
+
export const Compute = {
|
|
117
|
+
GRAPHICS: "GRAPHICS",
|
|
118
|
+
GRAPHICSPRO: "GRAPHICSPRO",
|
|
119
|
+
GRAPHICSPRO_G4DN: "GRAPHICSPRO_G4DN",
|
|
120
|
+
GRAPHICS_G4DN: "GRAPHICS_G4DN",
|
|
121
|
+
PERFORMANCE: "PERFORMANCE",
|
|
122
|
+
POWER: "POWER",
|
|
123
|
+
POWERPRO: "POWERPRO",
|
|
124
|
+
STANDARD: "STANDARD",
|
|
125
|
+
VALUE: "VALUE",
|
|
126
|
+
};
|
|
127
|
+
export const WorkspaceBundleState = {
|
|
128
|
+
AVAILABLE: "AVAILABLE",
|
|
129
|
+
ERROR: "ERROR",
|
|
130
|
+
PENDING: "PENDING",
|
|
131
|
+
};
|
|
132
|
+
export const CertificateBasedAuthStatusEnum = {
|
|
133
|
+
DISABLED: "DISABLED",
|
|
134
|
+
ENABLED: "ENABLED",
|
|
135
|
+
};
|
|
136
|
+
export const ClientDeviceType = {
|
|
137
|
+
DEVICE_TYPE_ANDROID: "DeviceTypeAndroid",
|
|
138
|
+
DEVICE_TYPE_IOS: "DeviceTypeIos",
|
|
139
|
+
DEVICE_TYPE_LINUX: "DeviceTypeLinux",
|
|
140
|
+
DEVICE_TYPE_OSX: "DeviceTypeOsx",
|
|
141
|
+
DEVICE_TYPE_WEB: "DeviceTypeWeb",
|
|
142
|
+
DEVICE_TYPE_WINDOWS: "DeviceTypeWindows",
|
|
143
|
+
};
|
|
144
|
+
export const LogUploadEnum = {
|
|
145
|
+
DISABLED: "DISABLED",
|
|
146
|
+
ENABLED: "ENABLED",
|
|
147
|
+
};
|
|
148
|
+
export const ReconnectEnum = {
|
|
149
|
+
DISABLED: "DISABLED",
|
|
150
|
+
ENABLED: "ENABLED",
|
|
151
|
+
};
|
|
152
|
+
export const ConnectionAliasState = {
|
|
153
|
+
CREATED: "CREATED",
|
|
154
|
+
CREATING: "CREATING",
|
|
155
|
+
DELETING: "DELETING",
|
|
156
|
+
};
|
|
157
|
+
export const ConnectionState = {
|
|
158
|
+
CONNECTED: "CONNECTED",
|
|
159
|
+
DISCONNECTED: "DISCONNECTED",
|
|
160
|
+
UNKNOWN: "UNKNOWN",
|
|
161
|
+
};
|
|
176
162
|
export class ResourceAlreadyExistsException extends __BaseException {
|
|
177
163
|
constructor(opts) {
|
|
178
164
|
super({
|
|
@@ -210,121 +196,103 @@ export class ResourceCreationFailedException extends __BaseException {
|
|
|
210
196
|
Object.setPrototypeOf(this, ResourceCreationFailedException.prototype);
|
|
211
197
|
}
|
|
212
198
|
}
|
|
213
|
-
export
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
}
|
|
249
|
-
export
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
}
|
|
254
|
-
export
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
Tenancy["DEDICATED"] = "DEDICATED";
|
|
311
|
-
Tenancy["SHARED"] = "SHARED";
|
|
312
|
-
})(Tenancy || (Tenancy = {}));
|
|
313
|
-
export var ImageType;
|
|
314
|
-
(function (ImageType) {
|
|
315
|
-
ImageType["OWNED"] = "OWNED";
|
|
316
|
-
ImageType["SHARED"] = "SHARED";
|
|
317
|
-
})(ImageType || (ImageType = {}));
|
|
318
|
-
export var WorkspaceImageIngestionProcess;
|
|
319
|
-
(function (WorkspaceImageIngestionProcess) {
|
|
320
|
-
WorkspaceImageIngestionProcess["BYOL_GRAPHICS"] = "BYOL_GRAPHICS";
|
|
321
|
-
WorkspaceImageIngestionProcess["BYOL_GRAPHICSPRO"] = "BYOL_GRAPHICSPRO";
|
|
322
|
-
WorkspaceImageIngestionProcess["BYOL_GRAPHICS_G4DN"] = "BYOL_GRAPHICS_G4DN";
|
|
323
|
-
WorkspaceImageIngestionProcess["BYOL_GRAPHICS_G4DN_BYOP"] = "BYOL_GRAPHICS_G4DN_BYOP";
|
|
324
|
-
WorkspaceImageIngestionProcess["BYOL_REGULAR"] = "BYOL_REGULAR";
|
|
325
|
-
WorkspaceImageIngestionProcess["BYOL_REGULAR_BYOP"] = "BYOL_REGULAR_BYOP";
|
|
326
|
-
WorkspaceImageIngestionProcess["BYOL_REGULAR_WSP"] = "BYOL_REGULAR_WSP";
|
|
327
|
-
})(WorkspaceImageIngestionProcess || (WorkspaceImageIngestionProcess = {}));
|
|
199
|
+
export const WorkspaceState = {
|
|
200
|
+
ADMIN_MAINTENANCE: "ADMIN_MAINTENANCE",
|
|
201
|
+
AVAILABLE: "AVAILABLE",
|
|
202
|
+
ERROR: "ERROR",
|
|
203
|
+
IMPAIRED: "IMPAIRED",
|
|
204
|
+
MAINTENANCE: "MAINTENANCE",
|
|
205
|
+
PENDING: "PENDING",
|
|
206
|
+
REBOOTING: "REBOOTING",
|
|
207
|
+
REBUILDING: "REBUILDING",
|
|
208
|
+
RESTORING: "RESTORING",
|
|
209
|
+
STARTING: "STARTING",
|
|
210
|
+
STOPPED: "STOPPED",
|
|
211
|
+
STOPPING: "STOPPING",
|
|
212
|
+
SUSPENDED: "SUSPENDED",
|
|
213
|
+
TERMINATED: "TERMINATED",
|
|
214
|
+
TERMINATING: "TERMINATING",
|
|
215
|
+
UNHEALTHY: "UNHEALTHY",
|
|
216
|
+
UPDATING: "UPDATING",
|
|
217
|
+
};
|
|
218
|
+
export const OperatingSystemType = {
|
|
219
|
+
LINUX: "LINUX",
|
|
220
|
+
WINDOWS: "WINDOWS",
|
|
221
|
+
};
|
|
222
|
+
export const WorkspaceImageRequiredTenancy = {
|
|
223
|
+
DEDICATED: "DEDICATED",
|
|
224
|
+
DEFAULT: "DEFAULT",
|
|
225
|
+
};
|
|
226
|
+
export const WorkspaceImageState = {
|
|
227
|
+
AVAILABLE: "AVAILABLE",
|
|
228
|
+
ERROR: "ERROR",
|
|
229
|
+
PENDING: "PENDING",
|
|
230
|
+
};
|
|
231
|
+
export const Protocol = {
|
|
232
|
+
PCOIP: "PCOIP",
|
|
233
|
+
WSP: "WSP",
|
|
234
|
+
};
|
|
235
|
+
export const RunningMode = {
|
|
236
|
+
ALWAYS_ON: "ALWAYS_ON",
|
|
237
|
+
AUTO_STOP: "AUTO_STOP",
|
|
238
|
+
MANUAL: "MANUAL",
|
|
239
|
+
};
|
|
240
|
+
export const ModificationResourceEnum = {
|
|
241
|
+
COMPUTE_TYPE: "COMPUTE_TYPE",
|
|
242
|
+
ROOT_VOLUME: "ROOT_VOLUME",
|
|
243
|
+
USER_VOLUME: "USER_VOLUME",
|
|
244
|
+
};
|
|
245
|
+
export const ModificationStateEnum = {
|
|
246
|
+
UPDATE_INITIATED: "UPDATE_INITIATED",
|
|
247
|
+
UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
|
|
248
|
+
};
|
|
249
|
+
export const StandbyWorkspaceRelationshipType = {
|
|
250
|
+
PRIMARY: "PRIMARY",
|
|
251
|
+
STANDBY: "STANDBY",
|
|
252
|
+
};
|
|
253
|
+
export const DedicatedTenancySupportEnum = {
|
|
254
|
+
ENABLED: "ENABLED",
|
|
255
|
+
};
|
|
256
|
+
export const DeletableCertificateBasedAuthProperty = {
|
|
257
|
+
CERTIFICATE_BASED_AUTH_PROPERTIES_CERTIFICATE_AUTHORITY_ARN: "CERTIFICATE_BASED_AUTH_PROPERTIES_CERTIFICATE_AUTHORITY_ARN",
|
|
258
|
+
};
|
|
259
|
+
export const DeletableSamlProperty = {
|
|
260
|
+
SAML_PROPERTIES_RELAY_STATE_PARAMETER_NAME: "SAML_PROPERTIES_RELAY_STATE_PARAMETER_NAME",
|
|
261
|
+
SAML_PROPERTIES_USER_ACCESS_URL: "SAML_PROPERTIES_USER_ACCESS_URL",
|
|
262
|
+
};
|
|
263
|
+
export const WorkspaceDirectoryType = {
|
|
264
|
+
AD_CONNECTOR: "AD_CONNECTOR",
|
|
265
|
+
SIMPLE_AD: "SIMPLE_AD",
|
|
266
|
+
};
|
|
267
|
+
export const SamlStatusEnum = {
|
|
268
|
+
DISABLED: "DISABLED",
|
|
269
|
+
ENABLED: "ENABLED",
|
|
270
|
+
ENABLED_WITH_DIRECTORY_LOGIN_FALLBACK: "ENABLED_WITH_DIRECTORY_LOGIN_FALLBACK",
|
|
271
|
+
};
|
|
272
|
+
export const WorkspaceDirectoryState = {
|
|
273
|
+
DEREGISTERED: "DEREGISTERED",
|
|
274
|
+
DEREGISTERING: "DEREGISTERING",
|
|
275
|
+
ERROR: "ERROR",
|
|
276
|
+
REGISTERED: "REGISTERED",
|
|
277
|
+
REGISTERING: "REGISTERING",
|
|
278
|
+
};
|
|
279
|
+
export const Tenancy = {
|
|
280
|
+
DEDICATED: "DEDICATED",
|
|
281
|
+
SHARED: "SHARED",
|
|
282
|
+
};
|
|
283
|
+
export const ImageType = {
|
|
284
|
+
OWNED: "OWNED",
|
|
285
|
+
SHARED: "SHARED",
|
|
286
|
+
};
|
|
287
|
+
export const WorkspaceImageIngestionProcess = {
|
|
288
|
+
BYOL_GRAPHICS: "BYOL_GRAPHICS",
|
|
289
|
+
BYOL_GRAPHICSPRO: "BYOL_GRAPHICSPRO",
|
|
290
|
+
BYOL_GRAPHICS_G4DN: "BYOL_GRAPHICS_G4DN",
|
|
291
|
+
BYOL_GRAPHICS_G4DN_BYOP: "BYOL_GRAPHICS_G4DN_BYOP",
|
|
292
|
+
BYOL_REGULAR: "BYOL_REGULAR",
|
|
293
|
+
BYOL_REGULAR_BYOP: "BYOL_REGULAR_BYOP",
|
|
294
|
+
BYOL_REGULAR_WSP: "BYOL_REGULAR_WSP",
|
|
295
|
+
};
|
|
328
296
|
export class OperationInProgressException extends __BaseException {
|
|
329
297
|
constructor(opts) {
|
|
330
298
|
super({
|
|
@@ -349,11 +317,10 @@ export class UnsupportedWorkspaceConfigurationException extends __BaseException
|
|
|
349
317
|
Object.setPrototypeOf(this, UnsupportedWorkspaceConfigurationException.prototype);
|
|
350
318
|
}
|
|
351
319
|
}
|
|
352
|
-
export
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
})(TargetWorkspaceState || (TargetWorkspaceState = {}));
|
|
320
|
+
export const TargetWorkspaceState = {
|
|
321
|
+
ADMIN_MAINTENANCE: "ADMIN_MAINTENANCE",
|
|
322
|
+
AVAILABLE: "AVAILABLE",
|
|
323
|
+
};
|
|
357
324
|
export class UnsupportedNetworkConfigurationException extends __BaseException {
|
|
358
325
|
constructor(opts) {
|
|
359
326
|
super({
|
|
@@ -33,7 +33,7 @@ export interface AssociateConnectionAliasCommandOutput extends AssociateConnecti
|
|
|
33
33
|
* import { WorkSpacesClient, AssociateConnectionAliasCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
34
34
|
* // const { WorkSpacesClient, AssociateConnectionAliasCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
35
35
|
* const client = new WorkSpacesClient(config);
|
|
36
|
-
* const input = {
|
|
36
|
+
* const input = { // AssociateConnectionAliasRequest
|
|
37
37
|
* AliasId: "STRING_VALUE", // required
|
|
38
38
|
* ResourceId: "STRING_VALUE", // required
|
|
39
39
|
* };
|
|
@@ -26,9 +26,9 @@ export interface AssociateIpGroupsCommandOutput extends AssociateIpGroupsResult,
|
|
|
26
26
|
* import { WorkSpacesClient, AssociateIpGroupsCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
27
27
|
* // const { WorkSpacesClient, AssociateIpGroupsCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
28
28
|
* const client = new WorkSpacesClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // AssociateIpGroupsRequest
|
|
30
30
|
* DirectoryId: "STRING_VALUE", // required
|
|
31
|
-
* GroupIds: [ // required
|
|
31
|
+
* GroupIds: [ // IpGroupIdList // required
|
|
32
32
|
* "STRING_VALUE",
|
|
33
33
|
* ],
|
|
34
34
|
* };
|
|
@@ -28,10 +28,10 @@ export interface AuthorizeIpRulesCommandOutput extends AuthorizeIpRulesResult, _
|
|
|
28
28
|
* import { WorkSpacesClient, AuthorizeIpRulesCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
29
29
|
* // const { WorkSpacesClient, AuthorizeIpRulesCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
30
30
|
* const client = new WorkSpacesClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // AuthorizeIpRulesRequest
|
|
32
32
|
* GroupId: "STRING_VALUE", // required
|
|
33
|
-
* UserRules: [ // required
|
|
34
|
-
* {
|
|
33
|
+
* UserRules: [ // IpRuleList // required
|
|
34
|
+
* { // IpRuleItem
|
|
35
35
|
* ipRule: "STRING_VALUE",
|
|
36
36
|
* ruleDesc: "STRING_VALUE",
|
|
37
37
|
* },
|
|
@@ -35,13 +35,13 @@ export interface CopyWorkspaceImageCommandOutput extends CopyWorkspaceImageResul
|
|
|
35
35
|
* import { WorkSpacesClient, CopyWorkspaceImageCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
36
36
|
* // const { WorkSpacesClient, CopyWorkspaceImageCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
37
37
|
* const client = new WorkSpacesClient(config);
|
|
38
|
-
* const input = {
|
|
38
|
+
* const input = { // CopyWorkspaceImageRequest
|
|
39
39
|
* Name: "STRING_VALUE", // required
|
|
40
40
|
* Description: "STRING_VALUE",
|
|
41
41
|
* SourceImageId: "STRING_VALUE", // required
|
|
42
42
|
* SourceRegion: "STRING_VALUE", // required
|
|
43
|
-
* Tags: [
|
|
44
|
-
* {
|
|
43
|
+
* Tags: [ // TagList
|
|
44
|
+
* { // Tag
|
|
45
45
|
* Key: "STRING_VALUE", // required
|
|
46
46
|
* Value: "STRING_VALUE",
|
|
47
47
|
* },
|
|
@@ -28,7 +28,7 @@ export interface CreateConnectClientAddInCommandOutput extends CreateConnectClie
|
|
|
28
28
|
* import { WorkSpacesClient, CreateConnectClientAddInCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
29
29
|
* // const { WorkSpacesClient, CreateConnectClientAddInCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
30
30
|
* const client = new WorkSpacesClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // CreateConnectClientAddInRequest
|
|
32
32
|
* ResourceId: "STRING_VALUE", // required
|
|
33
33
|
* Name: "STRING_VALUE", // required
|
|
34
34
|
* URL: "STRING_VALUE", // required
|
|
@@ -28,10 +28,10 @@ export interface CreateConnectionAliasCommandOutput extends CreateConnectionAlia
|
|
|
28
28
|
* import { WorkSpacesClient, CreateConnectionAliasCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
29
29
|
* // const { WorkSpacesClient, CreateConnectionAliasCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
30
30
|
* const client = new WorkSpacesClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // CreateConnectionAliasRequest
|
|
32
32
|
* ConnectionString: "STRING_VALUE", // required
|
|
33
|
-
* Tags: [
|
|
34
|
-
* {
|
|
33
|
+
* Tags: [ // TagList
|
|
34
|
+
* { // Tag
|
|
35
35
|
* Key: "STRING_VALUE", // required
|
|
36
36
|
* Value: "STRING_VALUE",
|
|
37
37
|
* },
|
|
@@ -34,17 +34,17 @@ export interface CreateIpGroupCommandOutput extends CreateIpGroupResult, __Metad
|
|
|
34
34
|
* import { WorkSpacesClient, CreateIpGroupCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
35
35
|
* // const { WorkSpacesClient, CreateIpGroupCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
36
36
|
* const client = new WorkSpacesClient(config);
|
|
37
|
-
* const input = {
|
|
37
|
+
* const input = { // CreateIpGroupRequest
|
|
38
38
|
* GroupName: "STRING_VALUE", // required
|
|
39
39
|
* GroupDesc: "STRING_VALUE",
|
|
40
|
-
* UserRules: [
|
|
41
|
-
* {
|
|
40
|
+
* UserRules: [ // IpRuleList
|
|
41
|
+
* { // IpRuleItem
|
|
42
42
|
* ipRule: "STRING_VALUE",
|
|
43
43
|
* ruleDesc: "STRING_VALUE",
|
|
44
44
|
* },
|
|
45
45
|
* ],
|
|
46
|
-
* Tags: [
|
|
47
|
-
* {
|
|
46
|
+
* Tags: [ // TagList
|
|
47
|
+
* { // Tag
|
|
48
48
|
* Key: "STRING_VALUE", // required
|
|
49
49
|
* Value: "STRING_VALUE",
|
|
50
50
|
* },
|
|
@@ -26,15 +26,15 @@ export interface CreateStandbyWorkspacesCommandOutput extends CreateStandbyWorks
|
|
|
26
26
|
* import { WorkSpacesClient, CreateStandbyWorkspacesCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
27
27
|
* // const { WorkSpacesClient, CreateStandbyWorkspacesCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
28
28
|
* const client = new WorkSpacesClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // CreateStandbyWorkspacesRequest
|
|
30
30
|
* PrimaryRegion: "STRING_VALUE", // required
|
|
31
|
-
* StandbyWorkspaces: [ // required
|
|
32
|
-
* {
|
|
31
|
+
* StandbyWorkspaces: [ // StandbyWorkspacesList // required
|
|
32
|
+
* { // StandbyWorkspace
|
|
33
33
|
* PrimaryWorkspaceId: "STRING_VALUE", // required
|
|
34
34
|
* VolumeEncryptionKey: "STRING_VALUE",
|
|
35
35
|
* DirectoryId: "STRING_VALUE", // required
|
|
36
|
-
* Tags: [
|
|
37
|
-
* {
|
|
36
|
+
* Tags: [ // TagList
|
|
37
|
+
* { // Tag
|
|
38
38
|
* Key: "STRING_VALUE", // required
|
|
39
39
|
* Value: "STRING_VALUE",
|
|
40
40
|
* },
|
|
@@ -26,10 +26,10 @@ export interface CreateTagsCommandOutput extends CreateTagsResult, __MetadataBea
|
|
|
26
26
|
* import { WorkSpacesClient, CreateTagsCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
27
27
|
* // const { WorkSpacesClient, CreateTagsCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
28
28
|
* const client = new WorkSpacesClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // CreateTagsRequest
|
|
30
30
|
* ResourceId: "STRING_VALUE", // required
|
|
31
|
-
* Tags: [ // required
|
|
32
|
-
* {
|
|
31
|
+
* Tags: [ // TagList // required
|
|
32
|
+
* { // Tag
|
|
33
33
|
* Key: "STRING_VALUE", // required
|
|
34
34
|
* Value: "STRING_VALUE",
|
|
35
35
|
* },
|
|
@@ -47,12 +47,12 @@ export interface CreateUpdatedWorkspaceImageCommandOutput extends CreateUpdatedW
|
|
|
47
47
|
* import { WorkSpacesClient, CreateUpdatedWorkspaceImageCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
48
48
|
* // const { WorkSpacesClient, CreateUpdatedWorkspaceImageCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
49
49
|
* const client = new WorkSpacesClient(config);
|
|
50
|
-
* const input = {
|
|
50
|
+
* const input = { // CreateUpdatedWorkspaceImageRequest
|
|
51
51
|
* Name: "STRING_VALUE", // required
|
|
52
52
|
* Description: "STRING_VALUE", // required
|
|
53
53
|
* SourceImageId: "STRING_VALUE", // required
|
|
54
|
-
* Tags: [
|
|
55
|
-
* {
|
|
54
|
+
* Tags: [ // TagList
|
|
55
|
+
* { // Tag
|
|
56
56
|
* Key: "STRING_VALUE", // required
|
|
57
57
|
* Value: "STRING_VALUE",
|
|
58
58
|
* },
|
|
@@ -28,21 +28,21 @@ export interface CreateWorkspaceBundleCommandOutput extends CreateWorkspaceBundl
|
|
|
28
28
|
* import { WorkSpacesClient, CreateWorkspaceBundleCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
29
29
|
* // const { WorkSpacesClient, CreateWorkspaceBundleCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
30
30
|
* const client = new WorkSpacesClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // CreateWorkspaceBundleRequest
|
|
32
32
|
* BundleName: "STRING_VALUE", // required
|
|
33
33
|
* BundleDescription: "STRING_VALUE", // required
|
|
34
34
|
* ImageId: "STRING_VALUE", // required
|
|
35
|
-
* ComputeType: {
|
|
35
|
+
* ComputeType: { // ComputeType
|
|
36
36
|
* Name: "VALUE" || "STANDARD" || "PERFORMANCE" || "POWER" || "GRAPHICS" || "POWERPRO" || "GRAPHICSPRO" || "GRAPHICS_G4DN" || "GRAPHICSPRO_G4DN",
|
|
37
37
|
* },
|
|
38
|
-
* UserStorage: {
|
|
38
|
+
* UserStorage: { // UserStorage
|
|
39
39
|
* Capacity: "STRING_VALUE",
|
|
40
40
|
* },
|
|
41
|
-
* RootStorage: {
|
|
41
|
+
* RootStorage: { // RootStorage
|
|
42
42
|
* Capacity: "STRING_VALUE",
|
|
43
43
|
* },
|
|
44
|
-
* Tags: [
|
|
45
|
-
* {
|
|
44
|
+
* Tags: [ // TagList
|
|
45
|
+
* { // Tag
|
|
46
46
|
* Key: "STRING_VALUE", // required
|
|
47
47
|
* Value: "STRING_VALUE",
|
|
48
48
|
* },
|
|
@@ -26,12 +26,12 @@ export interface CreateWorkspaceImageCommandOutput extends CreateWorkspaceImageR
|
|
|
26
26
|
* import { WorkSpacesClient, CreateWorkspaceImageCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
|
|
27
27
|
* // const { WorkSpacesClient, CreateWorkspaceImageCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
|
|
28
28
|
* const client = new WorkSpacesClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // CreateWorkspaceImageRequest
|
|
30
30
|
* Name: "STRING_VALUE", // required
|
|
31
31
|
* Description: "STRING_VALUE", // required
|
|
32
32
|
* WorkspaceId: "STRING_VALUE", // required
|
|
33
|
-
* Tags: [
|
|
34
|
-
* {
|
|
33
|
+
* Tags: [ // TagList
|
|
34
|
+
* { // Tag
|
|
35
35
|
* Key: "STRING_VALUE", // required
|
|
36
36
|
* Value: "STRING_VALUE",
|
|
37
37
|
* },
|