@aws-sdk/client-workspaces-web 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 +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 +12 -12
- 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
|
@@ -1,12 +1,11 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
}
|
|
1
|
+
import {
|
|
2
|
+
Category,
|
|
3
|
+
Event,
|
|
4
|
+
FolderStructure,
|
|
5
|
+
LogFileFormat,
|
|
6
|
+
SessionSortBy,
|
|
7
|
+
SessionStatus,
|
|
8
|
+
} from "./enums";
|
|
10
9
|
export interface AssociateBrowserSettingsRequest {
|
|
11
10
|
portalArn: string | undefined;
|
|
12
11
|
browserSettingsArn: string | undefined;
|
|
@@ -15,40 +14,6 @@ export interface AssociateBrowserSettingsResponse {
|
|
|
15
14
|
portalArn: string | undefined;
|
|
16
15
|
browserSettingsArn: string | undefined;
|
|
17
16
|
}
|
|
18
|
-
export declare class ConflictException extends __BaseException {
|
|
19
|
-
readonly name: "ConflictException";
|
|
20
|
-
readonly $fault: "client";
|
|
21
|
-
resourceId?: string | undefined;
|
|
22
|
-
resourceType?: string | undefined;
|
|
23
|
-
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
24
|
-
}
|
|
25
|
-
export declare class InternalServerException extends __BaseException {
|
|
26
|
-
readonly name: "InternalServerException";
|
|
27
|
-
readonly $fault: "server";
|
|
28
|
-
retryAfterSeconds?: number | undefined;
|
|
29
|
-
constructor(
|
|
30
|
-
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
31
|
-
);
|
|
32
|
-
}
|
|
33
|
-
export declare class ResourceNotFoundException extends __BaseException {
|
|
34
|
-
readonly name: "ResourceNotFoundException";
|
|
35
|
-
readonly $fault: "client";
|
|
36
|
-
resourceId?: string | undefined;
|
|
37
|
-
resourceType?: string | undefined;
|
|
38
|
-
constructor(
|
|
39
|
-
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
40
|
-
);
|
|
41
|
-
}
|
|
42
|
-
export declare class ThrottlingException extends __BaseException {
|
|
43
|
-
readonly name: "ThrottlingException";
|
|
44
|
-
readonly $fault: "client";
|
|
45
|
-
serviceCode?: string | undefined;
|
|
46
|
-
quotaCode?: string | undefined;
|
|
47
|
-
retryAfterSeconds?: number | undefined;
|
|
48
|
-
constructor(
|
|
49
|
-
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
50
|
-
);
|
|
51
|
-
}
|
|
52
17
|
export interface ValidationExceptionField {
|
|
53
18
|
name: string | undefined;
|
|
54
19
|
message: string | undefined;
|
|
@@ -61,15 +26,6 @@ export declare const ValidationExceptionReason: {
|
|
|
61
26
|
};
|
|
62
27
|
export type ValidationExceptionReason =
|
|
63
28
|
(typeof ValidationExceptionReason)[keyof typeof ValidationExceptionReason];
|
|
64
|
-
export declare class ValidationException extends __BaseException {
|
|
65
|
-
readonly name: "ValidationException";
|
|
66
|
-
readonly $fault: "client";
|
|
67
|
-
reason?: ValidationExceptionReason | undefined;
|
|
68
|
-
fieldList?: ValidationExceptionField[] | undefined;
|
|
69
|
-
constructor(
|
|
70
|
-
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
71
|
-
);
|
|
72
|
-
}
|
|
73
29
|
export interface AssociateDataProtectionSettingsRequest {
|
|
74
30
|
portalArn: string | undefined;
|
|
75
31
|
dataProtectionSettingsArn: string | undefined;
|
|
@@ -136,36 +92,6 @@ export interface Tag {
|
|
|
136
92
|
Key: string | undefined;
|
|
137
93
|
Value: string | undefined;
|
|
138
94
|
}
|
|
139
|
-
export declare const Category: {
|
|
140
|
-
readonly CHAT: "Chat";
|
|
141
|
-
readonly CRIMINAL_ACTIVITY: "CriminalActivity";
|
|
142
|
-
readonly CULTS: "Cults";
|
|
143
|
-
readonly DOWNLOAD_SITES: "DownloadSites";
|
|
144
|
-
readonly GAMBLING: "Gambling";
|
|
145
|
-
readonly GAMES: "Games";
|
|
146
|
-
readonly GENERATIVE_AI: "GenerativeAI";
|
|
147
|
-
readonly HACKING: "Hacking";
|
|
148
|
-
readonly HATE_AND_INTOLERANCE: "HateAndIntolerance";
|
|
149
|
-
readonly ILLEGAL_DRUG: "IllegalDrug";
|
|
150
|
-
readonly ILLEGAL_SOFTWARE: "IllegalSoftware";
|
|
151
|
-
readonly IMAGE_SHARING: "ImageSharing";
|
|
152
|
-
readonly INSTANT_MESSAGING: "InstantMessaging";
|
|
153
|
-
readonly NUDITY: "Nudity";
|
|
154
|
-
readonly PARKED_DOMAINS: "ParkedDomains";
|
|
155
|
-
readonly PEER_TO_PEER: "PeerToPeer";
|
|
156
|
-
readonly PORNOGRAPHY: "Pornography";
|
|
157
|
-
readonly PROFESSIONAL_NETWORK: "ProfessionalNetwork";
|
|
158
|
-
readonly SCHOOL_CHEATING: "SchoolCheating";
|
|
159
|
-
readonly SELF_HARM: "SelfHarm";
|
|
160
|
-
readonly SEX_EDUCATION: "SexEducation";
|
|
161
|
-
readonly SOCIAL_NETWORKING: "SocialNetworking";
|
|
162
|
-
readonly STREAMING_MEDIA_AND_DOWNLOADS: "StreamingMediaAndDownloads";
|
|
163
|
-
readonly TASTELESS: "Tasteless";
|
|
164
|
-
readonly VIOLENCE: "Violence";
|
|
165
|
-
readonly WEAPONS: "Weapons";
|
|
166
|
-
readonly WEB_BASED_EMAIL: "WebBasedEmail";
|
|
167
|
-
};
|
|
168
|
-
export type Category = (typeof Category)[keyof typeof Category];
|
|
169
95
|
export interface WebContentFilteringPolicy {
|
|
170
96
|
blockedCategories?: Category[] | undefined;
|
|
171
97
|
allowedUrls?: string[] | undefined;
|
|
@@ -182,17 +108,6 @@ export interface CreateBrowserSettingsRequest {
|
|
|
182
108
|
export interface CreateBrowserSettingsResponse {
|
|
183
109
|
browserSettingsArn: string | undefined;
|
|
184
110
|
}
|
|
185
|
-
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
186
|
-
readonly name: "ServiceQuotaExceededException";
|
|
187
|
-
readonly $fault: "client";
|
|
188
|
-
resourceId?: string | undefined;
|
|
189
|
-
resourceType?: string | undefined;
|
|
190
|
-
serviceCode?: string | undefined;
|
|
191
|
-
quotaCode?: string | undefined;
|
|
192
|
-
constructor(
|
|
193
|
-
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
194
|
-
);
|
|
195
|
-
}
|
|
196
111
|
export interface DeleteBrowserSettingsRequest {
|
|
197
112
|
browserSettingsArn: string | undefined;
|
|
198
113
|
}
|
|
@@ -325,11 +240,6 @@ export interface GetSessionRequest {
|
|
|
325
240
|
portalId: string | undefined;
|
|
326
241
|
sessionId: string | undefined;
|
|
327
242
|
}
|
|
328
|
-
export declare const SessionStatus: {
|
|
329
|
-
readonly ACTIVE: "Active";
|
|
330
|
-
readonly TERMINATED: "Terminated";
|
|
331
|
-
};
|
|
332
|
-
export type SessionStatus = (typeof SessionStatus)[keyof typeof SessionStatus];
|
|
333
243
|
export interface Session {
|
|
334
244
|
portalArn?: string | undefined;
|
|
335
245
|
sessionId?: string | undefined;
|
|
@@ -463,11 +373,6 @@ export interface UpdateIpAccessSettingsRequest {
|
|
|
463
373
|
export interface UpdateIpAccessSettingsResponse {
|
|
464
374
|
ipAccessSettings: IpAccessSettings | undefined;
|
|
465
375
|
}
|
|
466
|
-
export declare const SessionSortBy: {
|
|
467
|
-
readonly START_TIME_ASCENDING: "StartTimeAscending";
|
|
468
|
-
readonly START_TIME_DESCENDING: "StartTimeDescending";
|
|
469
|
-
};
|
|
470
|
-
export type SessionSortBy = (typeof SessionSortBy)[keyof typeof SessionSortBy];
|
|
471
376
|
export interface ListSessionsRequest {
|
|
472
377
|
portalId: string | undefined;
|
|
473
378
|
username?: string | undefined;
|
|
@@ -689,26 +594,6 @@ export interface UpdatePortalResponse {
|
|
|
689
594
|
portal?: Portal | undefined;
|
|
690
595
|
}
|
|
691
596
|
export interface Unit {}
|
|
692
|
-
export declare const Event: {
|
|
693
|
-
readonly CONTENT_COPY_FROM_WEBSITE: "ContentCopyFromWebsite";
|
|
694
|
-
readonly CONTENT_PASTE_TO_WEBSITE: "ContentPasteToWebsite";
|
|
695
|
-
readonly CONTENT_TRANSFER_FROM_LOCAL_TO_REMOTE_CLIPBOARD: "ContentTransferFromLocalToRemoteClipboard";
|
|
696
|
-
readonly FILE_DOWNLOAD_FROM_SECURE_BROWSER_TO_REMOTE_DISK: "FileDownloadFromSecureBrowserToRemoteDisk";
|
|
697
|
-
readonly FILE_TRANSFER_FROM_LOCAL_TO_REMOTE_DISK: "FileTransferFromLocalToRemoteDisk";
|
|
698
|
-
readonly FILE_TRANSFER_FROM_REMOTE_TO_LOCAL_DISK: "FileTransferFromRemoteToLocalDisk";
|
|
699
|
-
readonly FILE_UPLOAD_FROM_REMOTE_DISK_TO_SECURE_BROWSER: "FileUploadFromRemoteDiskToSecureBrowser";
|
|
700
|
-
readonly PRINT_JOB_SUBMIT: "PrintJobSubmit";
|
|
701
|
-
readonly SESSION_CONNECT: "SessionConnect";
|
|
702
|
-
readonly SESSION_DISCONNECT: "SessionDisconnect";
|
|
703
|
-
readonly SESSION_END: "SessionEnd";
|
|
704
|
-
readonly SESSION_START: "SessionStart";
|
|
705
|
-
readonly TAB_CLOSE: "TabClose";
|
|
706
|
-
readonly TAB_OPEN: "TabOpen";
|
|
707
|
-
readonly URL_BLOCK_BY_CONTENT_FILTER: "UrlBlockByContentFilter";
|
|
708
|
-
readonly URL_LOAD: "UrlLoad";
|
|
709
|
-
readonly WEBSITE_INTERACT: "WebsiteInteract";
|
|
710
|
-
};
|
|
711
|
-
export type Event = (typeof Event)[keyof typeof Event];
|
|
712
597
|
export type EventFilter =
|
|
713
598
|
| EventFilter.AllMember
|
|
714
599
|
| EventFilter.IncludeMember
|
|
@@ -735,17 +620,6 @@ export declare namespace EventFilter {
|
|
|
735
620
|
_: (name: string, value: any) => T;
|
|
736
621
|
}
|
|
737
622
|
}
|
|
738
|
-
export declare const FolderStructure: {
|
|
739
|
-
readonly FLAT: "Flat";
|
|
740
|
-
readonly NESTED_BY_DATE: "NestedByDate";
|
|
741
|
-
};
|
|
742
|
-
export type FolderStructure =
|
|
743
|
-
(typeof FolderStructure)[keyof typeof FolderStructure];
|
|
744
|
-
export declare const LogFileFormat: {
|
|
745
|
-
readonly JSON: "Json";
|
|
746
|
-
readonly JSON_LINES: "JSONLines";
|
|
747
|
-
};
|
|
748
|
-
export type LogFileFormat = (typeof LogFileFormat)[keyof typeof LogFileFormat];
|
|
749
623
|
export interface S3LogConfiguration {
|
|
750
624
|
bucket: string | undefined;
|
|
751
625
|
keyPrefix?: string | undefined;
|
|
@@ -817,14 +691,6 @@ export interface TagResourceRequest {
|
|
|
817
691
|
clientToken?: string | undefined;
|
|
818
692
|
}
|
|
819
693
|
export interface TagResourceResponse {}
|
|
820
|
-
export declare class TooManyTagsException extends __BaseException {
|
|
821
|
-
readonly name: "TooManyTagsException";
|
|
822
|
-
readonly $fault: "client";
|
|
823
|
-
resourceName?: string | undefined;
|
|
824
|
-
constructor(
|
|
825
|
-
opts: __ExceptionOptionType<TooManyTagsException, __BaseException>
|
|
826
|
-
);
|
|
827
|
-
}
|
|
828
694
|
export interface CertificateSummary {
|
|
829
695
|
thumbprint?: string | undefined;
|
|
830
696
|
subject?: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-workspaces-web",
|
|
3
3
|
"description": "AWS SDK for JavaScript Workspaces Web Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.935.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-workspaces-web",
|
|
@@ -20,38 +20,38 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.935.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.935.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.930.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.930.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.933.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.935.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.930.0",
|
|
30
30
|
"@aws-sdk/types": "3.930.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.930.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.930.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.935.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.4.3",
|
|
35
|
-
"@smithy/core": "^3.18.
|
|
35
|
+
"@smithy/core": "^3.18.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.3.6",
|
|
37
37
|
"@smithy/hash-node": "^4.2.5",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.2.5",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.2.5",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
41
|
-
"@smithy/middleware-retry": "^4.4.
|
|
42
|
-
"@smithy/middleware-serde": "^4.2.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.3.12",
|
|
41
|
+
"@smithy/middleware-retry": "^4.4.12",
|
|
42
|
+
"@smithy/middleware-serde": "^4.2.6",
|
|
43
43
|
"@smithy/middleware-stack": "^4.2.5",
|
|
44
44
|
"@smithy/node-config-provider": "^4.3.5",
|
|
45
45
|
"@smithy/node-http-handler": "^4.4.5",
|
|
46
46
|
"@smithy/protocol-http": "^5.3.5",
|
|
47
|
-
"@smithy/smithy-client": "^4.9.
|
|
47
|
+
"@smithy/smithy-client": "^4.9.8",
|
|
48
48
|
"@smithy/types": "^4.9.0",
|
|
49
49
|
"@smithy/url-parser": "^4.2.5",
|
|
50
50
|
"@smithy/util-base64": "^4.3.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.3.11",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.2.14",
|
|
55
55
|
"@smithy/util-endpoints": "^3.2.5",
|
|
56
56
|
"@smithy/util-middleware": "^4.2.5",
|
|
57
57
|
"@smithy/util-retry": "^4.2.5",
|
package/dist-es/models/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./models_0";
|