@aws-sdk/client-workspaces-web 3.749.0 → 3.753.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 +35 -0
- package/dist-es/models/models_0.js +25 -0
- package/dist-es/protocols/Aws_restJson1.js +2 -0
- package/dist-types/commands/CreateUserSettingsCommand.d.ts +8 -0
- package/dist-types/commands/GetUserSettingsCommand.d.ts +8 -0
- package/dist-types/commands/ListUserSettingsCommand.d.ts +8 -0
- package/dist-types/commands/UpdateUserSettingsCommand.d.ts +16 -0
- package/dist-types/models/models_0.d.ts +103 -0
- package/dist-types/ts3.4/models/models_0.d.ts +40 -0
- package/package.json +11 -11
package/dist-cjs/index.js
CHANGED
|
@@ -122,6 +122,7 @@ __export(src_exports, {
|
|
|
122
122
|
ListUserAccessLoggingSettingsCommand: () => ListUserAccessLoggingSettingsCommand,
|
|
123
123
|
ListUserSettingsCommand: () => ListUserSettingsCommand,
|
|
124
124
|
ListUserSettingsResponseFilterSensitiveLog: () => ListUserSettingsResponseFilterSensitiveLog,
|
|
125
|
+
MaxDisplayResolution: () => MaxDisplayResolution,
|
|
125
126
|
PortalFilterSensitiveLog: () => PortalFilterSensitiveLog,
|
|
126
127
|
PortalStatus: () => PortalStatus,
|
|
127
128
|
PortalSummaryFilterSensitiveLog: () => PortalSummaryFilterSensitiveLog,
|
|
@@ -139,6 +140,8 @@ __export(src_exports, {
|
|
|
139
140
|
TagResourceRequestFilterSensitiveLog: () => TagResourceRequestFilterSensitiveLog,
|
|
140
141
|
ThrottlingException: () => ThrottlingException,
|
|
141
142
|
TooManyTagsException: () => TooManyTagsException,
|
|
143
|
+
ToolbarItem: () => ToolbarItem,
|
|
144
|
+
ToolbarType: () => ToolbarType,
|
|
142
145
|
UntagResourceCommand: () => UntagResourceCommand,
|
|
143
146
|
UntagResourceRequestFilterSensitiveLog: () => UntagResourceRequestFilterSensitiveLog,
|
|
144
147
|
UpdateBrowserSettingsCommand: () => UpdateBrowserSettingsCommand,
|
|
@@ -166,6 +169,7 @@ __export(src_exports, {
|
|
|
166
169
|
UserSettingsSummaryFilterSensitiveLog: () => UserSettingsSummaryFilterSensitiveLog,
|
|
167
170
|
ValidationException: () => ValidationException,
|
|
168
171
|
ValidationExceptionReason: () => ValidationExceptionReason,
|
|
172
|
+
VisualMode: () => VisualMode,
|
|
169
173
|
WorkSpacesWeb: () => WorkSpacesWeb,
|
|
170
174
|
WorkSpacesWebClient: () => WorkSpacesWebClient,
|
|
171
175
|
WorkSpacesWebServiceException: () => WorkSpacesWebServiceException,
|
|
@@ -643,6 +647,31 @@ var EnabledType = {
|
|
|
643
647
|
DISABLED: "Disabled",
|
|
644
648
|
ENABLED: "Enabled"
|
|
645
649
|
};
|
|
650
|
+
var ToolbarItem = {
|
|
651
|
+
DUAL_MONITOR: "DualMonitor",
|
|
652
|
+
FULL_SCREEN: "FullScreen",
|
|
653
|
+
MICROPHONE: "Microphone",
|
|
654
|
+
WEBCAM: "Webcam",
|
|
655
|
+
WINDOWS: "Windows"
|
|
656
|
+
};
|
|
657
|
+
var MaxDisplayResolution = {
|
|
658
|
+
RESOLUTION_1080P: "size1920X1080",
|
|
659
|
+
RESOLUTION_1440P: "size2560X1440",
|
|
660
|
+
RESOLUTION_1440P_ULTRA_WIDE: "size3440X1440",
|
|
661
|
+
RESOLUTION_600P: "size800X600",
|
|
662
|
+
RESOLUTION_720P: "size1280X720",
|
|
663
|
+
RESOLUTION_768P: "size1024X768",
|
|
664
|
+
RESOLUTION_DCI_4K: "size4096X2160",
|
|
665
|
+
RESOLUTION_UHD_4K: "size3840X2160"
|
|
666
|
+
};
|
|
667
|
+
var ToolbarType = {
|
|
668
|
+
DOCKED: "Docked",
|
|
669
|
+
FLOATING: "Floating"
|
|
670
|
+
};
|
|
671
|
+
var VisualMode = {
|
|
672
|
+
DARK: "Dark",
|
|
673
|
+
LIGHT: "Light"
|
|
674
|
+
};
|
|
646
675
|
var TagFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
647
676
|
...obj,
|
|
648
677
|
...obj.Key && { Key: import_smithy_client.SENSITIVE_STRING },
|
|
@@ -1204,6 +1233,7 @@ var se_CreateUserSettingsCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1204
1233
|
pasteAllowed: [],
|
|
1205
1234
|
printAllowed: [],
|
|
1206
1235
|
tags: (_) => (0, import_smithy_client._json)(_),
|
|
1236
|
+
toolbarConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
1207
1237
|
uploadAllowed: []
|
|
1208
1238
|
})
|
|
1209
1239
|
);
|
|
@@ -1834,6 +1864,7 @@ var se_UpdateUserSettingsCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1834
1864
|
idleDisconnectTimeoutInMinutes: [],
|
|
1835
1865
|
pasteAllowed: [],
|
|
1836
1866
|
printAllowed: [],
|
|
1867
|
+
toolbarConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
1837
1868
|
uploadAllowed: []
|
|
1838
1869
|
})
|
|
1839
1870
|
);
|
|
@@ -4328,6 +4359,10 @@ var paginateListUserSettings = (0, import_core.createPaginator)(WorkSpacesWebCli
|
|
|
4328
4359
|
RendererType,
|
|
4329
4360
|
TooManyTagsException,
|
|
4330
4361
|
EnabledType,
|
|
4362
|
+
ToolbarItem,
|
|
4363
|
+
MaxDisplayResolution,
|
|
4364
|
+
ToolbarType,
|
|
4365
|
+
VisualMode,
|
|
4331
4366
|
TagFilterSensitiveLog,
|
|
4332
4367
|
CreateBrowserSettingsRequestFilterSensitiveLog,
|
|
4333
4368
|
BrowserSettingsFilterSensitiveLog,
|
|
@@ -175,6 +175,31 @@ export const EnabledType = {
|
|
|
175
175
|
DISABLED: "Disabled",
|
|
176
176
|
ENABLED: "Enabled",
|
|
177
177
|
};
|
|
178
|
+
export const ToolbarItem = {
|
|
179
|
+
DUAL_MONITOR: "DualMonitor",
|
|
180
|
+
FULL_SCREEN: "FullScreen",
|
|
181
|
+
MICROPHONE: "Microphone",
|
|
182
|
+
WEBCAM: "Webcam",
|
|
183
|
+
WINDOWS: "Windows",
|
|
184
|
+
};
|
|
185
|
+
export const MaxDisplayResolution = {
|
|
186
|
+
RESOLUTION_1080P: "size1920X1080",
|
|
187
|
+
RESOLUTION_1440P: "size2560X1440",
|
|
188
|
+
RESOLUTION_1440P_ULTRA_WIDE: "size3440X1440",
|
|
189
|
+
RESOLUTION_600P: "size800X600",
|
|
190
|
+
RESOLUTION_720P: "size1280X720",
|
|
191
|
+
RESOLUTION_768P: "size1024X768",
|
|
192
|
+
RESOLUTION_DCI_4K: "size4096X2160",
|
|
193
|
+
RESOLUTION_UHD_4K: "size3840X2160",
|
|
194
|
+
};
|
|
195
|
+
export const ToolbarType = {
|
|
196
|
+
DOCKED: "Docked",
|
|
197
|
+
FLOATING: "Floating",
|
|
198
|
+
};
|
|
199
|
+
export const VisualMode = {
|
|
200
|
+
DARK: "Dark",
|
|
201
|
+
LIGHT: "Light",
|
|
202
|
+
};
|
|
178
203
|
export const TagFilterSensitiveLog = (obj) => ({
|
|
179
204
|
...obj,
|
|
180
205
|
...(obj.Key && { Key: SENSITIVE_STRING }),
|
|
@@ -248,6 +248,7 @@ export const se_CreateUserSettingsCommand = async (input, context) => {
|
|
|
248
248
|
pasteAllowed: [],
|
|
249
249
|
printAllowed: [],
|
|
250
250
|
tags: (_) => _json(_),
|
|
251
|
+
toolbarConfiguration: (_) => _json(_),
|
|
251
252
|
uploadAllowed: [],
|
|
252
253
|
}));
|
|
253
254
|
b.m("POST").h(headers).b(body);
|
|
@@ -843,6 +844,7 @@ export const se_UpdateUserSettingsCommand = async (input, context) => {
|
|
|
843
844
|
idleDisconnectTimeoutInMinutes: [],
|
|
844
845
|
pasteAllowed: [],
|
|
845
846
|
printAllowed: [],
|
|
847
|
+
toolbarConfiguration: (_) => _json(_),
|
|
846
848
|
uploadAllowed: [],
|
|
847
849
|
}));
|
|
848
850
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -72,6 +72,14 @@ declare const CreateUserSettingsCommand_base: {
|
|
|
72
72
|
* "<keys>": "STRING_VALUE",
|
|
73
73
|
* },
|
|
74
74
|
* deepLinkAllowed: "STRING_VALUE",
|
|
75
|
+
* toolbarConfiguration: { // ToolbarConfiguration
|
|
76
|
+
* toolbarType: "STRING_VALUE",
|
|
77
|
+
* visualMode: "STRING_VALUE",
|
|
78
|
+
* hiddenToolbarItems: [ // HiddenToolbarItemList
|
|
79
|
+
* "STRING_VALUE",
|
|
80
|
+
* ],
|
|
81
|
+
* maxDisplayResolution: "STRING_VALUE",
|
|
82
|
+
* },
|
|
75
83
|
* };
|
|
76
84
|
* const command = new CreateUserSettingsCommand(input);
|
|
77
85
|
* const response = await client.send(command);
|
|
@@ -73,6 +73,14 @@ declare const GetUserSettingsCommand_base: {
|
|
|
73
73
|
* // "<keys>": "STRING_VALUE",
|
|
74
74
|
* // },
|
|
75
75
|
* // deepLinkAllowed: "STRING_VALUE",
|
|
76
|
+
* // toolbarConfiguration: { // ToolbarConfiguration
|
|
77
|
+
* // toolbarType: "STRING_VALUE",
|
|
78
|
+
* // visualMode: "STRING_VALUE",
|
|
79
|
+
* // hiddenToolbarItems: [ // HiddenToolbarItemList
|
|
80
|
+
* // "STRING_VALUE",
|
|
81
|
+
* // ],
|
|
82
|
+
* // maxDisplayResolution: "STRING_VALUE",
|
|
83
|
+
* // },
|
|
76
84
|
* // },
|
|
77
85
|
* // };
|
|
78
86
|
*
|
|
@@ -68,6 +68,14 @@ declare const ListUserSettingsCommand_base: {
|
|
|
68
68
|
* // ],
|
|
69
69
|
* // },
|
|
70
70
|
* // deepLinkAllowed: "STRING_VALUE",
|
|
71
|
+
* // toolbarConfiguration: { // ToolbarConfiguration
|
|
72
|
+
* // toolbarType: "STRING_VALUE",
|
|
73
|
+
* // visualMode: "STRING_VALUE",
|
|
74
|
+
* // hiddenToolbarItems: [ // HiddenToolbarItemList
|
|
75
|
+
* // "STRING_VALUE",
|
|
76
|
+
* // ],
|
|
77
|
+
* // maxDisplayResolution: "STRING_VALUE",
|
|
78
|
+
* // },
|
|
71
79
|
* // },
|
|
72
80
|
* // ],
|
|
73
81
|
* // nextToken: "STRING_VALUE",
|
|
@@ -61,6 +61,14 @@ declare const UpdateUserSettingsCommand_base: {
|
|
|
61
61
|
* ],
|
|
62
62
|
* },
|
|
63
63
|
* deepLinkAllowed: "STRING_VALUE",
|
|
64
|
+
* toolbarConfiguration: { // ToolbarConfiguration
|
|
65
|
+
* toolbarType: "STRING_VALUE",
|
|
66
|
+
* visualMode: "STRING_VALUE",
|
|
67
|
+
* hiddenToolbarItems: [ // HiddenToolbarItemList
|
|
68
|
+
* "STRING_VALUE",
|
|
69
|
+
* ],
|
|
70
|
+
* maxDisplayResolution: "STRING_VALUE",
|
|
71
|
+
* },
|
|
64
72
|
* };
|
|
65
73
|
* const command = new UpdateUserSettingsCommand(input);
|
|
66
74
|
* const response = await client.send(command);
|
|
@@ -98,6 +106,14 @@ declare const UpdateUserSettingsCommand_base: {
|
|
|
98
106
|
* // "<keys>": "STRING_VALUE",
|
|
99
107
|
* // },
|
|
100
108
|
* // deepLinkAllowed: "STRING_VALUE",
|
|
109
|
+
* // toolbarConfiguration: { // ToolbarConfiguration
|
|
110
|
+
* // toolbarType: "STRING_VALUE",
|
|
111
|
+
* // visualMode: "STRING_VALUE",
|
|
112
|
+
* // hiddenToolbarItems: [ // HiddenToolbarItemList
|
|
113
|
+
* // "STRING_VALUE",
|
|
114
|
+
* // ],
|
|
115
|
+
* // maxDisplayResolution: "STRING_VALUE",
|
|
116
|
+
* // },
|
|
101
117
|
* // },
|
|
102
118
|
* // };
|
|
103
119
|
*
|
|
@@ -3609,6 +3609,89 @@ export declare const EnabledType: {
|
|
|
3609
3609
|
* @public
|
|
3610
3610
|
*/
|
|
3611
3611
|
export type EnabledType = (typeof EnabledType)[keyof typeof EnabledType];
|
|
3612
|
+
/**
|
|
3613
|
+
* @public
|
|
3614
|
+
* @enum
|
|
3615
|
+
*/
|
|
3616
|
+
export declare const ToolbarItem: {
|
|
3617
|
+
readonly DUAL_MONITOR: "DualMonitor";
|
|
3618
|
+
readonly FULL_SCREEN: "FullScreen";
|
|
3619
|
+
readonly MICROPHONE: "Microphone";
|
|
3620
|
+
readonly WEBCAM: "Webcam";
|
|
3621
|
+
readonly WINDOWS: "Windows";
|
|
3622
|
+
};
|
|
3623
|
+
/**
|
|
3624
|
+
* @public
|
|
3625
|
+
*/
|
|
3626
|
+
export type ToolbarItem = (typeof ToolbarItem)[keyof typeof ToolbarItem];
|
|
3627
|
+
/**
|
|
3628
|
+
* @public
|
|
3629
|
+
* @enum
|
|
3630
|
+
*/
|
|
3631
|
+
export declare const MaxDisplayResolution: {
|
|
3632
|
+
readonly RESOLUTION_1080P: "size1920X1080";
|
|
3633
|
+
readonly RESOLUTION_1440P: "size2560X1440";
|
|
3634
|
+
readonly RESOLUTION_1440P_ULTRA_WIDE: "size3440X1440";
|
|
3635
|
+
readonly RESOLUTION_600P: "size800X600";
|
|
3636
|
+
readonly RESOLUTION_720P: "size1280X720";
|
|
3637
|
+
readonly RESOLUTION_768P: "size1024X768";
|
|
3638
|
+
readonly RESOLUTION_DCI_4K: "size4096X2160";
|
|
3639
|
+
readonly RESOLUTION_UHD_4K: "size3840X2160";
|
|
3640
|
+
};
|
|
3641
|
+
/**
|
|
3642
|
+
* @public
|
|
3643
|
+
*/
|
|
3644
|
+
export type MaxDisplayResolution = (typeof MaxDisplayResolution)[keyof typeof MaxDisplayResolution];
|
|
3645
|
+
/**
|
|
3646
|
+
* @public
|
|
3647
|
+
* @enum
|
|
3648
|
+
*/
|
|
3649
|
+
export declare const ToolbarType: {
|
|
3650
|
+
readonly DOCKED: "Docked";
|
|
3651
|
+
readonly FLOATING: "Floating";
|
|
3652
|
+
};
|
|
3653
|
+
/**
|
|
3654
|
+
* @public
|
|
3655
|
+
*/
|
|
3656
|
+
export type ToolbarType = (typeof ToolbarType)[keyof typeof ToolbarType];
|
|
3657
|
+
/**
|
|
3658
|
+
* @public
|
|
3659
|
+
* @enum
|
|
3660
|
+
*/
|
|
3661
|
+
export declare const VisualMode: {
|
|
3662
|
+
readonly DARK: "Dark";
|
|
3663
|
+
readonly LIGHT: "Light";
|
|
3664
|
+
};
|
|
3665
|
+
/**
|
|
3666
|
+
* @public
|
|
3667
|
+
*/
|
|
3668
|
+
export type VisualMode = (typeof VisualMode)[keyof typeof VisualMode];
|
|
3669
|
+
/**
|
|
3670
|
+
* <p>The configuration of the toolbar. This allows administrators to select the toolbar type and visual mode, set maximum display resolution for sessions, and choose which items are visible to end users during their sessions. If administrators do not modify these settings, end users retain control over their toolbar preferences.</p>
|
|
3671
|
+
* @public
|
|
3672
|
+
*/
|
|
3673
|
+
export interface ToolbarConfiguration {
|
|
3674
|
+
/**
|
|
3675
|
+
* <p>The type of toolbar displayed during the session.</p>
|
|
3676
|
+
* @public
|
|
3677
|
+
*/
|
|
3678
|
+
toolbarType?: ToolbarType | undefined;
|
|
3679
|
+
/**
|
|
3680
|
+
* <p>The visual mode of the toolbar.</p>
|
|
3681
|
+
* @public
|
|
3682
|
+
*/
|
|
3683
|
+
visualMode?: VisualMode | undefined;
|
|
3684
|
+
/**
|
|
3685
|
+
* <p>The list of toolbar items to be hidden.</p>
|
|
3686
|
+
* @public
|
|
3687
|
+
*/
|
|
3688
|
+
hiddenToolbarItems?: ToolbarItem[] | undefined;
|
|
3689
|
+
/**
|
|
3690
|
+
* <p>The maximum display resolution that is allowed for the session.</p>
|
|
3691
|
+
* @public
|
|
3692
|
+
*/
|
|
3693
|
+
maxDisplayResolution?: MaxDisplayResolution | undefined;
|
|
3694
|
+
}
|
|
3612
3695
|
/**
|
|
3613
3696
|
* @public
|
|
3614
3697
|
*/
|
|
@@ -3692,6 +3775,11 @@ export interface CreateUserSettingsRequest {
|
|
|
3692
3775
|
* @public
|
|
3693
3776
|
*/
|
|
3694
3777
|
deepLinkAllowed?: EnabledType | undefined;
|
|
3778
|
+
/**
|
|
3779
|
+
* <p>The configuration of the toolbar. This allows administrators to select the toolbar type and visual mode, set maximum display resolution for sessions, and choose which items are visible to end users during their sessions. If administrators do not modify these settings, end users retain control over their toolbar preferences.</p>
|
|
3780
|
+
* @public
|
|
3781
|
+
*/
|
|
3782
|
+
toolbarConfiguration?: ToolbarConfiguration | undefined;
|
|
3695
3783
|
}
|
|
3696
3784
|
/**
|
|
3697
3785
|
* @public
|
|
@@ -3809,6 +3897,11 @@ export interface UserSettings {
|
|
|
3809
3897
|
* @public
|
|
3810
3898
|
*/
|
|
3811
3899
|
deepLinkAllowed?: EnabledType | undefined;
|
|
3900
|
+
/**
|
|
3901
|
+
* <p>The configuration of the toolbar. This allows administrators to select the toolbar type and visual mode, set maximum display resolution for sessions, and choose which items are visible to end users during their sessions. If administrators do not modify these settings, end users retain control over their toolbar preferences.</p>
|
|
3902
|
+
* @public
|
|
3903
|
+
*/
|
|
3904
|
+
toolbarConfiguration?: ToolbarConfiguration | undefined;
|
|
3812
3905
|
}
|
|
3813
3906
|
/**
|
|
3814
3907
|
* @public
|
|
@@ -3899,6 +3992,11 @@ export interface UserSettingsSummary {
|
|
|
3899
3992
|
* @public
|
|
3900
3993
|
*/
|
|
3901
3994
|
deepLinkAllowed?: EnabledType | undefined;
|
|
3995
|
+
/**
|
|
3996
|
+
* <p>The configuration of the toolbar. This allows administrators to select the toolbar type and visual mode, set maximum display resolution for sessions, and choose which items are visible to end users during their sessions. If administrators do not modify these settings, end users retain control over their toolbar preferences.</p>
|
|
3997
|
+
* @public
|
|
3998
|
+
*/
|
|
3999
|
+
toolbarConfiguration?: ToolbarConfiguration | undefined;
|
|
3902
4000
|
}
|
|
3903
4001
|
/**
|
|
3904
4002
|
* @public
|
|
@@ -3989,6 +4087,11 @@ export interface UpdateUserSettingsRequest {
|
|
|
3989
4087
|
* @public
|
|
3990
4088
|
*/
|
|
3991
4089
|
deepLinkAllowed?: EnabledType | undefined;
|
|
4090
|
+
/**
|
|
4091
|
+
* <p>The configuration of the toolbar. This allows administrators to select the toolbar type and visual mode, set maximum display resolution for sessions, and choose which items are visible to end users during their sessions. If administrators do not modify these settings, end users retain control over their toolbar preferences.</p>
|
|
4092
|
+
* @public
|
|
4093
|
+
*/
|
|
4094
|
+
toolbarConfiguration?: ToolbarConfiguration | undefined;
|
|
3992
4095
|
}
|
|
3993
4096
|
/**
|
|
3994
4097
|
* @public
|
|
@@ -787,6 +787,42 @@ export declare const EnabledType: {
|
|
|
787
787
|
readonly ENABLED: "Enabled";
|
|
788
788
|
};
|
|
789
789
|
export type EnabledType = (typeof EnabledType)[keyof typeof EnabledType];
|
|
790
|
+
export declare const ToolbarItem: {
|
|
791
|
+
readonly DUAL_MONITOR: "DualMonitor";
|
|
792
|
+
readonly FULL_SCREEN: "FullScreen";
|
|
793
|
+
readonly MICROPHONE: "Microphone";
|
|
794
|
+
readonly WEBCAM: "Webcam";
|
|
795
|
+
readonly WINDOWS: "Windows";
|
|
796
|
+
};
|
|
797
|
+
export type ToolbarItem = (typeof ToolbarItem)[keyof typeof ToolbarItem];
|
|
798
|
+
export declare const MaxDisplayResolution: {
|
|
799
|
+
readonly RESOLUTION_1080P: "size1920X1080";
|
|
800
|
+
readonly RESOLUTION_1440P: "size2560X1440";
|
|
801
|
+
readonly RESOLUTION_1440P_ULTRA_WIDE: "size3440X1440";
|
|
802
|
+
readonly RESOLUTION_600P: "size800X600";
|
|
803
|
+
readonly RESOLUTION_720P: "size1280X720";
|
|
804
|
+
readonly RESOLUTION_768P: "size1024X768";
|
|
805
|
+
readonly RESOLUTION_DCI_4K: "size4096X2160";
|
|
806
|
+
readonly RESOLUTION_UHD_4K: "size3840X2160";
|
|
807
|
+
};
|
|
808
|
+
export type MaxDisplayResolution =
|
|
809
|
+
(typeof MaxDisplayResolution)[keyof typeof MaxDisplayResolution];
|
|
810
|
+
export declare const ToolbarType: {
|
|
811
|
+
readonly DOCKED: "Docked";
|
|
812
|
+
readonly FLOATING: "Floating";
|
|
813
|
+
};
|
|
814
|
+
export type ToolbarType = (typeof ToolbarType)[keyof typeof ToolbarType];
|
|
815
|
+
export declare const VisualMode: {
|
|
816
|
+
readonly DARK: "Dark";
|
|
817
|
+
readonly LIGHT: "Light";
|
|
818
|
+
};
|
|
819
|
+
export type VisualMode = (typeof VisualMode)[keyof typeof VisualMode];
|
|
820
|
+
export interface ToolbarConfiguration {
|
|
821
|
+
toolbarType?: ToolbarType | undefined;
|
|
822
|
+
visualMode?: VisualMode | undefined;
|
|
823
|
+
hiddenToolbarItems?: ToolbarItem[] | undefined;
|
|
824
|
+
maxDisplayResolution?: MaxDisplayResolution | undefined;
|
|
825
|
+
}
|
|
790
826
|
export interface CreateUserSettingsRequest {
|
|
791
827
|
copyAllowed: EnabledType | undefined;
|
|
792
828
|
pasteAllowed: EnabledType | undefined;
|
|
@@ -803,6 +839,7 @@ export interface CreateUserSettingsRequest {
|
|
|
803
839
|
customerManagedKey?: string | undefined;
|
|
804
840
|
additionalEncryptionContext?: Record<string, string> | undefined;
|
|
805
841
|
deepLinkAllowed?: EnabledType | undefined;
|
|
842
|
+
toolbarConfiguration?: ToolbarConfiguration | undefined;
|
|
806
843
|
}
|
|
807
844
|
export interface CreateUserSettingsResponse {
|
|
808
845
|
userSettingsArn: string | undefined;
|
|
@@ -830,6 +867,7 @@ export interface UserSettings {
|
|
|
830
867
|
customerManagedKey?: string | undefined;
|
|
831
868
|
additionalEncryptionContext?: Record<string, string> | undefined;
|
|
832
869
|
deepLinkAllowed?: EnabledType | undefined;
|
|
870
|
+
toolbarConfiguration?: ToolbarConfiguration | undefined;
|
|
833
871
|
}
|
|
834
872
|
export interface GetUserSettingsResponse {
|
|
835
873
|
userSettings?: UserSettings | undefined;
|
|
@@ -851,6 +889,7 @@ export interface UserSettingsSummary {
|
|
|
851
889
|
| CookieSynchronizationConfiguration
|
|
852
890
|
| undefined;
|
|
853
891
|
deepLinkAllowed?: EnabledType | undefined;
|
|
892
|
+
toolbarConfiguration?: ToolbarConfiguration | undefined;
|
|
854
893
|
}
|
|
855
894
|
export interface ListUserSettingsResponse {
|
|
856
895
|
userSettings?: UserSettingsSummary[] | undefined;
|
|
@@ -870,6 +909,7 @@ export interface UpdateUserSettingsRequest {
|
|
|
870
909
|
| CookieSynchronizationConfiguration
|
|
871
910
|
| undefined;
|
|
872
911
|
deepLinkAllowed?: EnabledType | undefined;
|
|
912
|
+
toolbarConfiguration?: ToolbarConfiguration | undefined;
|
|
873
913
|
}
|
|
874
914
|
export interface UpdateUserSettingsResponse {
|
|
875
915
|
userSettings: UserSettings | 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.753.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.750.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.750.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.734.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.750.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.750.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.0.1",
|
|
35
|
-
"@smithy/core": "^3.1.
|
|
35
|
+
"@smithy/core": "^3.1.4",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.1",
|
|
37
37
|
"@smithy/hash-node": "^4.0.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.0.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.0.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.0.
|
|
41
|
-
"@smithy/middleware-retry": "^4.0.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.0.5",
|
|
41
|
+
"@smithy/middleware-retry": "^4.0.6",
|
|
42
42
|
"@smithy/middleware-serde": "^4.0.2",
|
|
43
43
|
"@smithy/middleware-stack": "^4.0.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.0.1",
|
|
45
45
|
"@smithy/node-http-handler": "^4.0.2",
|
|
46
46
|
"@smithy/protocol-http": "^5.0.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.1.
|
|
47
|
+
"@smithy/smithy-client": "^4.1.5",
|
|
48
48
|
"@smithy/types": "^4.1.0",
|
|
49
49
|
"@smithy/url-parser": "^4.0.1",
|
|
50
50
|
"@smithy/util-base64": "^4.0.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.0.6",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.0.6",
|
|
55
55
|
"@smithy/util-endpoints": "^3.0.1",
|
|
56
56
|
"@smithy/util-middleware": "^4.0.1",
|
|
57
57
|
"@smithy/util-retry": "^4.0.1",
|