@aws-sdk/client-workspaces-web 3.934.0 → 3.936.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 +65 -143
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +64 -0
- package/dist-es/models/errors.js +127 -0
- package/dist-es/models/models_0.js +0 -191
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +112 -0
- package/dist-types/models/errors.d.ts +174 -0
- package/dist-types/models/models_0.d.ts +1 -285
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +71 -0
- package/dist-types/ts3.4/models/errors.d.ts +75 -0
- package/dist-types/ts3.4/models/models_0.d.ts +8 -142
- package/package.json +19 -19
- package/dist-es/models/index.js +0 -1
- package/dist-types/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/index.d.ts +0 -1
package/dist-cjs/index.js
CHANGED
|
@@ -193,12 +193,6 @@ let ThrottlingException$1 = class ThrottlingException extends WorkSpacesWebServi
|
|
|
193
193
|
this.retryAfterSeconds = opts.retryAfterSeconds;
|
|
194
194
|
}
|
|
195
195
|
};
|
|
196
|
-
const ValidationExceptionReason = {
|
|
197
|
-
CANNOT_PARSE: "cannotParse",
|
|
198
|
-
FIELD_VALIDATION_FAILED: "fieldValidationFailed",
|
|
199
|
-
OTHER: "other",
|
|
200
|
-
UNKNOWN_OPERATION: "unknownOperation",
|
|
201
|
-
};
|
|
202
196
|
let ValidationException$1 = class ValidationException extends WorkSpacesWebServiceException$1 {
|
|
203
197
|
name = "ValidationException";
|
|
204
198
|
$fault = "client";
|
|
@@ -215,39 +209,6 @@ let ValidationException$1 = class ValidationException extends WorkSpacesWebServi
|
|
|
215
209
|
this.fieldList = opts.fieldList;
|
|
216
210
|
}
|
|
217
211
|
};
|
|
218
|
-
const AuthenticationType = {
|
|
219
|
-
IAM_IDENTITY_CENTER: "IAM_Identity_Center",
|
|
220
|
-
STANDARD: "Standard",
|
|
221
|
-
};
|
|
222
|
-
const Category = {
|
|
223
|
-
CHAT: "Chat",
|
|
224
|
-
CRIMINAL_ACTIVITY: "CriminalActivity",
|
|
225
|
-
CULTS: "Cults",
|
|
226
|
-
DOWNLOAD_SITES: "DownloadSites",
|
|
227
|
-
GAMBLING: "Gambling",
|
|
228
|
-
GAMES: "Games",
|
|
229
|
-
GENERATIVE_AI: "GenerativeAI",
|
|
230
|
-
HACKING: "Hacking",
|
|
231
|
-
HATE_AND_INTOLERANCE: "HateAndIntolerance",
|
|
232
|
-
ILLEGAL_DRUG: "IllegalDrug",
|
|
233
|
-
ILLEGAL_SOFTWARE: "IllegalSoftware",
|
|
234
|
-
IMAGE_SHARING: "ImageSharing",
|
|
235
|
-
INSTANT_MESSAGING: "InstantMessaging",
|
|
236
|
-
NUDITY: "Nudity",
|
|
237
|
-
PARKED_DOMAINS: "ParkedDomains",
|
|
238
|
-
PEER_TO_PEER: "PeerToPeer",
|
|
239
|
-
PORNOGRAPHY: "Pornography",
|
|
240
|
-
PROFESSIONAL_NETWORK: "ProfessionalNetwork",
|
|
241
|
-
SCHOOL_CHEATING: "SchoolCheating",
|
|
242
|
-
SELF_HARM: "SelfHarm",
|
|
243
|
-
SEX_EDUCATION: "SexEducation",
|
|
244
|
-
SOCIAL_NETWORKING: "SocialNetworking",
|
|
245
|
-
STREAMING_MEDIA_AND_DOWNLOADS: "StreamingMediaAndDownloads",
|
|
246
|
-
TASTELESS: "Tasteless",
|
|
247
|
-
VIOLENCE: "Violence",
|
|
248
|
-
WEAPONS: "Weapons",
|
|
249
|
-
WEB_BASED_EMAIL: "WebBasedEmail",
|
|
250
|
-
};
|
|
251
212
|
let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extends WorkSpacesWebServiceException$1 {
|
|
252
213
|
name = "ServiceQuotaExceededException";
|
|
253
214
|
$fault = "client";
|
|
@@ -268,68 +229,6 @@ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extend
|
|
|
268
229
|
this.quotaCode = opts.quotaCode;
|
|
269
230
|
}
|
|
270
231
|
};
|
|
271
|
-
const RedactionPlaceHolderType = {
|
|
272
|
-
CUSTOM_TEXT: "CustomText",
|
|
273
|
-
};
|
|
274
|
-
const SessionStatus = {
|
|
275
|
-
ACTIVE: "Active",
|
|
276
|
-
TERMINATED: "Terminated",
|
|
277
|
-
};
|
|
278
|
-
const IdentityProviderType = {
|
|
279
|
-
Facebook: "Facebook",
|
|
280
|
-
Google: "Google",
|
|
281
|
-
LoginWithAmazon: "LoginWithAmazon",
|
|
282
|
-
OIDC: "OIDC",
|
|
283
|
-
SAML: "SAML",
|
|
284
|
-
SignInWithApple: "SignInWithApple",
|
|
285
|
-
};
|
|
286
|
-
const SessionSortBy = {
|
|
287
|
-
START_TIME_ASCENDING: "StartTimeAscending",
|
|
288
|
-
START_TIME_DESCENDING: "StartTimeDescending",
|
|
289
|
-
};
|
|
290
|
-
const BrowserType = {
|
|
291
|
-
CHROME: "Chrome",
|
|
292
|
-
};
|
|
293
|
-
const _InstanceType = {
|
|
294
|
-
STANDARD_LARGE: "standard.large",
|
|
295
|
-
STANDARD_REGULAR: "standard.regular",
|
|
296
|
-
STANDARD_XLARGE: "standard.xlarge",
|
|
297
|
-
};
|
|
298
|
-
const PortalStatus = {
|
|
299
|
-
ACTIVE: "Active",
|
|
300
|
-
INCOMPLETE: "Incomplete",
|
|
301
|
-
PENDING: "Pending",
|
|
302
|
-
};
|
|
303
|
-
const RendererType = {
|
|
304
|
-
APPSTREAM: "AppStream",
|
|
305
|
-
};
|
|
306
|
-
const Event = {
|
|
307
|
-
CONTENT_COPY_FROM_WEBSITE: "ContentCopyFromWebsite",
|
|
308
|
-
CONTENT_PASTE_TO_WEBSITE: "ContentPasteToWebsite",
|
|
309
|
-
CONTENT_TRANSFER_FROM_LOCAL_TO_REMOTE_CLIPBOARD: "ContentTransferFromLocalToRemoteClipboard",
|
|
310
|
-
FILE_DOWNLOAD_FROM_SECURE_BROWSER_TO_REMOTE_DISK: "FileDownloadFromSecureBrowserToRemoteDisk",
|
|
311
|
-
FILE_TRANSFER_FROM_LOCAL_TO_REMOTE_DISK: "FileTransferFromLocalToRemoteDisk",
|
|
312
|
-
FILE_TRANSFER_FROM_REMOTE_TO_LOCAL_DISK: "FileTransferFromRemoteToLocalDisk",
|
|
313
|
-
FILE_UPLOAD_FROM_REMOTE_DISK_TO_SECURE_BROWSER: "FileUploadFromRemoteDiskToSecureBrowser",
|
|
314
|
-
PRINT_JOB_SUBMIT: "PrintJobSubmit",
|
|
315
|
-
SESSION_CONNECT: "SessionConnect",
|
|
316
|
-
SESSION_DISCONNECT: "SessionDisconnect",
|
|
317
|
-
SESSION_END: "SessionEnd",
|
|
318
|
-
SESSION_START: "SessionStart",
|
|
319
|
-
TAB_CLOSE: "TabClose",
|
|
320
|
-
TAB_OPEN: "TabOpen",
|
|
321
|
-
URL_BLOCK_BY_CONTENT_FILTER: "UrlBlockByContentFilter",
|
|
322
|
-
URL_LOAD: "UrlLoad",
|
|
323
|
-
WEBSITE_INTERACT: "WebsiteInteract",
|
|
324
|
-
};
|
|
325
|
-
const FolderStructure = {
|
|
326
|
-
FLAT: "Flat",
|
|
327
|
-
NESTED_BY_DATE: "NestedByDate",
|
|
328
|
-
};
|
|
329
|
-
const LogFileFormat = {
|
|
330
|
-
JSON: "Json",
|
|
331
|
-
JSON_LINES: "JSONLines",
|
|
332
|
-
};
|
|
333
232
|
let TooManyTagsException$1 = class TooManyTagsException extends WorkSpacesWebServiceException$1 {
|
|
334
233
|
name = "TooManyTagsException";
|
|
335
234
|
$fault = "client";
|
|
@@ -344,35 +243,6 @@ let TooManyTagsException$1 = class TooManyTagsException extends WorkSpacesWebSer
|
|
|
344
243
|
this.resourceName = opts.resourceName;
|
|
345
244
|
}
|
|
346
245
|
};
|
|
347
|
-
const EnabledType = {
|
|
348
|
-
DISABLED: "Disabled",
|
|
349
|
-
ENABLED: "Enabled",
|
|
350
|
-
};
|
|
351
|
-
const ToolbarItem = {
|
|
352
|
-
DUAL_MONITOR: "DualMonitor",
|
|
353
|
-
FULL_SCREEN: "FullScreen",
|
|
354
|
-
MICROPHONE: "Microphone",
|
|
355
|
-
WEBCAM: "Webcam",
|
|
356
|
-
WINDOWS: "Windows",
|
|
357
|
-
};
|
|
358
|
-
const MaxDisplayResolution = {
|
|
359
|
-
RESOLUTION_1080P: "size1920X1080",
|
|
360
|
-
RESOLUTION_1440P: "size2560X1440",
|
|
361
|
-
RESOLUTION_1440P_ULTRA_WIDE: "size3440X1440",
|
|
362
|
-
RESOLUTION_600P: "size800X600",
|
|
363
|
-
RESOLUTION_720P: "size1280X720",
|
|
364
|
-
RESOLUTION_768P: "size1024X768",
|
|
365
|
-
RESOLUTION_DCI_4K: "size4096X2160",
|
|
366
|
-
RESOLUTION_UHD_4K: "size3840X2160",
|
|
367
|
-
};
|
|
368
|
-
const ToolbarType = {
|
|
369
|
-
DOCKED: "Docked",
|
|
370
|
-
FLOATING: "Floating",
|
|
371
|
-
};
|
|
372
|
-
const VisualMode = {
|
|
373
|
-
DARK: "Dark",
|
|
374
|
-
LIGHT: "Light",
|
|
375
|
-
};
|
|
376
246
|
|
|
377
247
|
const _ABS = "AssociateBrowserSettings";
|
|
378
248
|
const _ABSR = "AssociateBrowserSettingsRequest";
|
|
@@ -3977,6 +3847,71 @@ const paginateListUserAccessLoggingSettings = core.createPaginator(WorkSpacesWeb
|
|
|
3977
3847
|
|
|
3978
3848
|
const paginateListUserSettings = core.createPaginator(WorkSpacesWebClient, ListUserSettingsCommand, "nextToken", "nextToken", "maxResults");
|
|
3979
3849
|
|
|
3850
|
+
const Category = {
|
|
3851
|
+
CHAT: "Chat",
|
|
3852
|
+
CRIMINAL_ACTIVITY: "CriminalActivity",
|
|
3853
|
+
CULTS: "Cults",
|
|
3854
|
+
DOWNLOAD_SITES: "DownloadSites",
|
|
3855
|
+
GAMBLING: "Gambling",
|
|
3856
|
+
GAMES: "Games",
|
|
3857
|
+
GENERATIVE_AI: "GenerativeAI",
|
|
3858
|
+
HACKING: "Hacking",
|
|
3859
|
+
HATE_AND_INTOLERANCE: "HateAndIntolerance",
|
|
3860
|
+
ILLEGAL_DRUG: "IllegalDrug",
|
|
3861
|
+
ILLEGAL_SOFTWARE: "IllegalSoftware",
|
|
3862
|
+
IMAGE_SHARING: "ImageSharing",
|
|
3863
|
+
INSTANT_MESSAGING: "InstantMessaging",
|
|
3864
|
+
NUDITY: "Nudity",
|
|
3865
|
+
PARKED_DOMAINS: "ParkedDomains",
|
|
3866
|
+
PEER_TO_PEER: "PeerToPeer",
|
|
3867
|
+
PORNOGRAPHY: "Pornography",
|
|
3868
|
+
PROFESSIONAL_NETWORK: "ProfessionalNetwork",
|
|
3869
|
+
SCHOOL_CHEATING: "SchoolCheating",
|
|
3870
|
+
SELF_HARM: "SelfHarm",
|
|
3871
|
+
SEX_EDUCATION: "SexEducation",
|
|
3872
|
+
SOCIAL_NETWORKING: "SocialNetworking",
|
|
3873
|
+
STREAMING_MEDIA_AND_DOWNLOADS: "StreamingMediaAndDownloads",
|
|
3874
|
+
TASTELESS: "Tasteless",
|
|
3875
|
+
VIOLENCE: "Violence",
|
|
3876
|
+
WEAPONS: "Weapons",
|
|
3877
|
+
WEB_BASED_EMAIL: "WebBasedEmail",
|
|
3878
|
+
};
|
|
3879
|
+
const SessionStatus = {
|
|
3880
|
+
ACTIVE: "Active",
|
|
3881
|
+
TERMINATED: "Terminated",
|
|
3882
|
+
};
|
|
3883
|
+
const SessionSortBy = {
|
|
3884
|
+
START_TIME_ASCENDING: "StartTimeAscending",
|
|
3885
|
+
START_TIME_DESCENDING: "StartTimeDescending",
|
|
3886
|
+
};
|
|
3887
|
+
const Event = {
|
|
3888
|
+
CONTENT_COPY_FROM_WEBSITE: "ContentCopyFromWebsite",
|
|
3889
|
+
CONTENT_PASTE_TO_WEBSITE: "ContentPasteToWebsite",
|
|
3890
|
+
CONTENT_TRANSFER_FROM_LOCAL_TO_REMOTE_CLIPBOARD: "ContentTransferFromLocalToRemoteClipboard",
|
|
3891
|
+
FILE_DOWNLOAD_FROM_SECURE_BROWSER_TO_REMOTE_DISK: "FileDownloadFromSecureBrowserToRemoteDisk",
|
|
3892
|
+
FILE_TRANSFER_FROM_LOCAL_TO_REMOTE_DISK: "FileTransferFromLocalToRemoteDisk",
|
|
3893
|
+
FILE_TRANSFER_FROM_REMOTE_TO_LOCAL_DISK: "FileTransferFromRemoteToLocalDisk",
|
|
3894
|
+
FILE_UPLOAD_FROM_REMOTE_DISK_TO_SECURE_BROWSER: "FileUploadFromRemoteDiskToSecureBrowser",
|
|
3895
|
+
PRINT_JOB_SUBMIT: "PrintJobSubmit",
|
|
3896
|
+
SESSION_CONNECT: "SessionConnect",
|
|
3897
|
+
SESSION_DISCONNECT: "SessionDisconnect",
|
|
3898
|
+
SESSION_END: "SessionEnd",
|
|
3899
|
+
SESSION_START: "SessionStart",
|
|
3900
|
+
TAB_CLOSE: "TabClose",
|
|
3901
|
+
TAB_OPEN: "TabOpen",
|
|
3902
|
+
URL_BLOCK_BY_CONTENT_FILTER: "UrlBlockByContentFilter",
|
|
3903
|
+
URL_LOAD: "UrlLoad",
|
|
3904
|
+
WEBSITE_INTERACT: "WebsiteInteract",
|
|
3905
|
+
};
|
|
3906
|
+
const FolderStructure = {
|
|
3907
|
+
FLAT: "Flat",
|
|
3908
|
+
NESTED_BY_DATE: "NestedByDate",
|
|
3909
|
+
};
|
|
3910
|
+
const LogFileFormat = {
|
|
3911
|
+
JSON: "Json",
|
|
3912
|
+
JSON_LINES: "JSONLines",
|
|
3913
|
+
};
|
|
3914
|
+
|
|
3980
3915
|
Object.defineProperty(exports, "$Command", {
|
|
3981
3916
|
enumerable: true,
|
|
3982
3917
|
get: function () { return smithyClient.Command; }
|
|
@@ -3994,8 +3929,6 @@ exports.AssociateSessionLoggerCommand = AssociateSessionLoggerCommand;
|
|
|
3994
3929
|
exports.AssociateTrustStoreCommand = AssociateTrustStoreCommand;
|
|
3995
3930
|
exports.AssociateUserAccessLoggingSettingsCommand = AssociateUserAccessLoggingSettingsCommand;
|
|
3996
3931
|
exports.AssociateUserSettingsCommand = AssociateUserSettingsCommand;
|
|
3997
|
-
exports.AuthenticationType = AuthenticationType;
|
|
3998
|
-
exports.BrowserType = BrowserType;
|
|
3999
3932
|
exports.Category = Category;
|
|
4000
3933
|
exports.ConflictException = ConflictException$1;
|
|
4001
3934
|
exports.CreateBrowserSettingsCommand = CreateBrowserSettingsCommand;
|
|
@@ -4026,7 +3959,6 @@ exports.DisassociateSessionLoggerCommand = DisassociateSessionLoggerCommand;
|
|
|
4026
3959
|
exports.DisassociateTrustStoreCommand = DisassociateTrustStoreCommand;
|
|
4027
3960
|
exports.DisassociateUserAccessLoggingSettingsCommand = DisassociateUserAccessLoggingSettingsCommand;
|
|
4028
3961
|
exports.DisassociateUserSettingsCommand = DisassociateUserSettingsCommand;
|
|
4029
|
-
exports.EnabledType = EnabledType;
|
|
4030
3962
|
exports.Event = Event;
|
|
4031
3963
|
exports.ExpireSessionCommand = ExpireSessionCommand;
|
|
4032
3964
|
exports.FolderStructure = FolderStructure;
|
|
@@ -4043,7 +3975,6 @@ exports.GetTrustStoreCertificateCommand = GetTrustStoreCertificateCommand;
|
|
|
4043
3975
|
exports.GetTrustStoreCommand = GetTrustStoreCommand;
|
|
4044
3976
|
exports.GetUserAccessLoggingSettingsCommand = GetUserAccessLoggingSettingsCommand;
|
|
4045
3977
|
exports.GetUserSettingsCommand = GetUserSettingsCommand;
|
|
4046
|
-
exports.IdentityProviderType = IdentityProviderType;
|
|
4047
3978
|
exports.InternalServerException = InternalServerException$1;
|
|
4048
3979
|
exports.ListBrowserSettingsCommand = ListBrowserSettingsCommand;
|
|
4049
3980
|
exports.ListDataProtectionSettingsCommand = ListDataProtectionSettingsCommand;
|
|
@@ -4059,10 +3990,6 @@ exports.ListTrustStoresCommand = ListTrustStoresCommand;
|
|
|
4059
3990
|
exports.ListUserAccessLoggingSettingsCommand = ListUserAccessLoggingSettingsCommand;
|
|
4060
3991
|
exports.ListUserSettingsCommand = ListUserSettingsCommand;
|
|
4061
3992
|
exports.LogFileFormat = LogFileFormat;
|
|
4062
|
-
exports.MaxDisplayResolution = MaxDisplayResolution;
|
|
4063
|
-
exports.PortalStatus = PortalStatus;
|
|
4064
|
-
exports.RedactionPlaceHolderType = RedactionPlaceHolderType;
|
|
4065
|
-
exports.RendererType = RendererType;
|
|
4066
3993
|
exports.ResourceNotFoundException = ResourceNotFoundException$1;
|
|
4067
3994
|
exports.ServiceQuotaExceededException = ServiceQuotaExceededException$1;
|
|
4068
3995
|
exports.SessionSortBy = SessionSortBy;
|
|
@@ -4070,8 +3997,6 @@ exports.SessionStatus = SessionStatus;
|
|
|
4070
3997
|
exports.TagResourceCommand = TagResourceCommand;
|
|
4071
3998
|
exports.ThrottlingException = ThrottlingException$1;
|
|
4072
3999
|
exports.TooManyTagsException = TooManyTagsException$1;
|
|
4073
|
-
exports.ToolbarItem = ToolbarItem;
|
|
4074
|
-
exports.ToolbarType = ToolbarType;
|
|
4075
4000
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
4076
4001
|
exports.UpdateBrowserSettingsCommand = UpdateBrowserSettingsCommand;
|
|
4077
4002
|
exports.UpdateDataProtectionSettingsCommand = UpdateDataProtectionSettingsCommand;
|
|
@@ -4084,12 +4009,9 @@ exports.UpdateTrustStoreCommand = UpdateTrustStoreCommand;
|
|
|
4084
4009
|
exports.UpdateUserAccessLoggingSettingsCommand = UpdateUserAccessLoggingSettingsCommand;
|
|
4085
4010
|
exports.UpdateUserSettingsCommand = UpdateUserSettingsCommand;
|
|
4086
4011
|
exports.ValidationException = ValidationException$1;
|
|
4087
|
-
exports.ValidationExceptionReason = ValidationExceptionReason;
|
|
4088
|
-
exports.VisualMode = VisualMode;
|
|
4089
4012
|
exports.WorkSpacesWeb = WorkSpacesWeb;
|
|
4090
4013
|
exports.WorkSpacesWebClient = WorkSpacesWebClient;
|
|
4091
4014
|
exports.WorkSpacesWebServiceException = WorkSpacesWebServiceException$1;
|
|
4092
|
-
exports._InstanceType = _InstanceType;
|
|
4093
4015
|
exports.paginateListBrowserSettings = paginateListBrowserSettings;
|
|
4094
4016
|
exports.paginateListDataProtectionSettings = paginateListDataProtectionSettings;
|
|
4095
4017
|
exports.paginateListIdentityProviders = paginateListIdentityProviders;
|
package/dist-es/index.js
CHANGED
|
@@ -2,5 +2,6 @@ export * from "./WorkSpacesWebClient";
|
|
|
2
2
|
export * from "./WorkSpacesWeb";
|
|
3
3
|
export * from "./commands";
|
|
4
4
|
export * from "./pagination";
|
|
5
|
-
export * from "./models";
|
|
5
|
+
export * from "./models/enums";
|
|
6
|
+
export * from "./models/errors";
|
|
6
7
|
export { WorkSpacesWebServiceException } from "./models/WorkSpacesWebServiceException";
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
export const Category = {
|
|
2
|
+
CHAT: "Chat",
|
|
3
|
+
CRIMINAL_ACTIVITY: "CriminalActivity",
|
|
4
|
+
CULTS: "Cults",
|
|
5
|
+
DOWNLOAD_SITES: "DownloadSites",
|
|
6
|
+
GAMBLING: "Gambling",
|
|
7
|
+
GAMES: "Games",
|
|
8
|
+
GENERATIVE_AI: "GenerativeAI",
|
|
9
|
+
HACKING: "Hacking",
|
|
10
|
+
HATE_AND_INTOLERANCE: "HateAndIntolerance",
|
|
11
|
+
ILLEGAL_DRUG: "IllegalDrug",
|
|
12
|
+
ILLEGAL_SOFTWARE: "IllegalSoftware",
|
|
13
|
+
IMAGE_SHARING: "ImageSharing",
|
|
14
|
+
INSTANT_MESSAGING: "InstantMessaging",
|
|
15
|
+
NUDITY: "Nudity",
|
|
16
|
+
PARKED_DOMAINS: "ParkedDomains",
|
|
17
|
+
PEER_TO_PEER: "PeerToPeer",
|
|
18
|
+
PORNOGRAPHY: "Pornography",
|
|
19
|
+
PROFESSIONAL_NETWORK: "ProfessionalNetwork",
|
|
20
|
+
SCHOOL_CHEATING: "SchoolCheating",
|
|
21
|
+
SELF_HARM: "SelfHarm",
|
|
22
|
+
SEX_EDUCATION: "SexEducation",
|
|
23
|
+
SOCIAL_NETWORKING: "SocialNetworking",
|
|
24
|
+
STREAMING_MEDIA_AND_DOWNLOADS: "StreamingMediaAndDownloads",
|
|
25
|
+
TASTELESS: "Tasteless",
|
|
26
|
+
VIOLENCE: "Violence",
|
|
27
|
+
WEAPONS: "Weapons",
|
|
28
|
+
WEB_BASED_EMAIL: "WebBasedEmail",
|
|
29
|
+
};
|
|
30
|
+
export const SessionStatus = {
|
|
31
|
+
ACTIVE: "Active",
|
|
32
|
+
TERMINATED: "Terminated",
|
|
33
|
+
};
|
|
34
|
+
export const SessionSortBy = {
|
|
35
|
+
START_TIME_ASCENDING: "StartTimeAscending",
|
|
36
|
+
START_TIME_DESCENDING: "StartTimeDescending",
|
|
37
|
+
};
|
|
38
|
+
export const Event = {
|
|
39
|
+
CONTENT_COPY_FROM_WEBSITE: "ContentCopyFromWebsite",
|
|
40
|
+
CONTENT_PASTE_TO_WEBSITE: "ContentPasteToWebsite",
|
|
41
|
+
CONTENT_TRANSFER_FROM_LOCAL_TO_REMOTE_CLIPBOARD: "ContentTransferFromLocalToRemoteClipboard",
|
|
42
|
+
FILE_DOWNLOAD_FROM_SECURE_BROWSER_TO_REMOTE_DISK: "FileDownloadFromSecureBrowserToRemoteDisk",
|
|
43
|
+
FILE_TRANSFER_FROM_LOCAL_TO_REMOTE_DISK: "FileTransferFromLocalToRemoteDisk",
|
|
44
|
+
FILE_TRANSFER_FROM_REMOTE_TO_LOCAL_DISK: "FileTransferFromRemoteToLocalDisk",
|
|
45
|
+
FILE_UPLOAD_FROM_REMOTE_DISK_TO_SECURE_BROWSER: "FileUploadFromRemoteDiskToSecureBrowser",
|
|
46
|
+
PRINT_JOB_SUBMIT: "PrintJobSubmit",
|
|
47
|
+
SESSION_CONNECT: "SessionConnect",
|
|
48
|
+
SESSION_DISCONNECT: "SessionDisconnect",
|
|
49
|
+
SESSION_END: "SessionEnd",
|
|
50
|
+
SESSION_START: "SessionStart",
|
|
51
|
+
TAB_CLOSE: "TabClose",
|
|
52
|
+
TAB_OPEN: "TabOpen",
|
|
53
|
+
URL_BLOCK_BY_CONTENT_FILTER: "UrlBlockByContentFilter",
|
|
54
|
+
URL_LOAD: "UrlLoad",
|
|
55
|
+
WEBSITE_INTERACT: "WebsiteInteract",
|
|
56
|
+
};
|
|
57
|
+
export const FolderStructure = {
|
|
58
|
+
FLAT: "Flat",
|
|
59
|
+
NESTED_BY_DATE: "NestedByDate",
|
|
60
|
+
};
|
|
61
|
+
export const LogFileFormat = {
|
|
62
|
+
JSON: "Json",
|
|
63
|
+
JSON_LINES: "JSONLines",
|
|
64
|
+
};
|
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
import { WorkSpacesWebServiceException as __BaseException } from "./WorkSpacesWebServiceException";
|
|
2
|
+
export class AccessDeniedException extends __BaseException {
|
|
3
|
+
name = "AccessDeniedException";
|
|
4
|
+
$fault = "client";
|
|
5
|
+
constructor(opts) {
|
|
6
|
+
super({
|
|
7
|
+
name: "AccessDeniedException",
|
|
8
|
+
$fault: "client",
|
|
9
|
+
...opts,
|
|
10
|
+
});
|
|
11
|
+
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
export class ConflictException extends __BaseException {
|
|
15
|
+
name = "ConflictException";
|
|
16
|
+
$fault = "client";
|
|
17
|
+
resourceId;
|
|
18
|
+
resourceType;
|
|
19
|
+
constructor(opts) {
|
|
20
|
+
super({
|
|
21
|
+
name: "ConflictException",
|
|
22
|
+
$fault: "client",
|
|
23
|
+
...opts,
|
|
24
|
+
});
|
|
25
|
+
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
26
|
+
this.resourceId = opts.resourceId;
|
|
27
|
+
this.resourceType = opts.resourceType;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
export class InternalServerException extends __BaseException {
|
|
31
|
+
name = "InternalServerException";
|
|
32
|
+
$fault = "server";
|
|
33
|
+
retryAfterSeconds;
|
|
34
|
+
constructor(opts) {
|
|
35
|
+
super({
|
|
36
|
+
name: "InternalServerException",
|
|
37
|
+
$fault: "server",
|
|
38
|
+
...opts,
|
|
39
|
+
});
|
|
40
|
+
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
41
|
+
this.retryAfterSeconds = opts.retryAfterSeconds;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
export class ResourceNotFoundException extends __BaseException {
|
|
45
|
+
name = "ResourceNotFoundException";
|
|
46
|
+
$fault = "client";
|
|
47
|
+
resourceId;
|
|
48
|
+
resourceType;
|
|
49
|
+
constructor(opts) {
|
|
50
|
+
super({
|
|
51
|
+
name: "ResourceNotFoundException",
|
|
52
|
+
$fault: "client",
|
|
53
|
+
...opts,
|
|
54
|
+
});
|
|
55
|
+
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
56
|
+
this.resourceId = opts.resourceId;
|
|
57
|
+
this.resourceType = opts.resourceType;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
export class ThrottlingException extends __BaseException {
|
|
61
|
+
name = "ThrottlingException";
|
|
62
|
+
$fault = "client";
|
|
63
|
+
serviceCode;
|
|
64
|
+
quotaCode;
|
|
65
|
+
retryAfterSeconds;
|
|
66
|
+
constructor(opts) {
|
|
67
|
+
super({
|
|
68
|
+
name: "ThrottlingException",
|
|
69
|
+
$fault: "client",
|
|
70
|
+
...opts,
|
|
71
|
+
});
|
|
72
|
+
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
73
|
+
this.serviceCode = opts.serviceCode;
|
|
74
|
+
this.quotaCode = opts.quotaCode;
|
|
75
|
+
this.retryAfterSeconds = opts.retryAfterSeconds;
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
export class ValidationException extends __BaseException {
|
|
79
|
+
name = "ValidationException";
|
|
80
|
+
$fault = "client";
|
|
81
|
+
reason;
|
|
82
|
+
fieldList;
|
|
83
|
+
constructor(opts) {
|
|
84
|
+
super({
|
|
85
|
+
name: "ValidationException",
|
|
86
|
+
$fault: "client",
|
|
87
|
+
...opts,
|
|
88
|
+
});
|
|
89
|
+
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
90
|
+
this.reason = opts.reason;
|
|
91
|
+
this.fieldList = opts.fieldList;
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
export class ServiceQuotaExceededException extends __BaseException {
|
|
95
|
+
name = "ServiceQuotaExceededException";
|
|
96
|
+
$fault = "client";
|
|
97
|
+
resourceId;
|
|
98
|
+
resourceType;
|
|
99
|
+
serviceCode;
|
|
100
|
+
quotaCode;
|
|
101
|
+
constructor(opts) {
|
|
102
|
+
super({
|
|
103
|
+
name: "ServiceQuotaExceededException",
|
|
104
|
+
$fault: "client",
|
|
105
|
+
...opts,
|
|
106
|
+
});
|
|
107
|
+
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
108
|
+
this.resourceId = opts.resourceId;
|
|
109
|
+
this.resourceType = opts.resourceType;
|
|
110
|
+
this.serviceCode = opts.serviceCode;
|
|
111
|
+
this.quotaCode = opts.quotaCode;
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
export class TooManyTagsException extends __BaseException {
|
|
115
|
+
name = "TooManyTagsException";
|
|
116
|
+
$fault = "client";
|
|
117
|
+
resourceName;
|
|
118
|
+
constructor(opts) {
|
|
119
|
+
super({
|
|
120
|
+
name: "TooManyTagsException",
|
|
121
|
+
$fault: "client",
|
|
122
|
+
...opts,
|
|
123
|
+
});
|
|
124
|
+
Object.setPrototypeOf(this, TooManyTagsException.prototype);
|
|
125
|
+
this.resourceName = opts.resourceName;
|
|
126
|
+
}
|
|
127
|
+
}
|