@aws-sdk/client-workspaces-web 3.427.0 → 3.429.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-types/models/models_0.d.ts +35 -35
- package/dist-types/ts3.4/models/models_0.d.ts +35 -35
- package/package.json +31 -31
|
@@ -171,7 +171,7 @@ export declare class ValidationException extends __BaseException {
|
|
|
171
171
|
* @public
|
|
172
172
|
* <p>Reason the request failed validation</p>
|
|
173
173
|
*/
|
|
174
|
-
reason?: ValidationExceptionReason
|
|
174
|
+
reason?: ValidationExceptionReason;
|
|
175
175
|
/**
|
|
176
176
|
* @public
|
|
177
177
|
* <p>The field that caused the error.</p>
|
|
@@ -607,7 +607,7 @@ export interface CreateIdentityProviderRequest {
|
|
|
607
607
|
* @public
|
|
608
608
|
* <p>The identity provider type.</p>
|
|
609
609
|
*/
|
|
610
|
-
identityProviderType: IdentityProviderType |
|
|
610
|
+
identityProviderType: IdentityProviderType | undefined;
|
|
611
611
|
/**
|
|
612
612
|
* @public
|
|
613
613
|
* <p>The identity provider details. The following list describes the provider detail keys for
|
|
@@ -830,7 +830,7 @@ export interface IdentityProvider {
|
|
|
830
830
|
* @public
|
|
831
831
|
* <p>The identity provider type.</p>
|
|
832
832
|
*/
|
|
833
|
-
identityProviderType?: IdentityProviderType
|
|
833
|
+
identityProviderType?: IdentityProviderType;
|
|
834
834
|
/**
|
|
835
835
|
* @public
|
|
836
836
|
* <p>The identity provider details. The following list describes the provider detail keys for
|
|
@@ -1038,7 +1038,7 @@ export interface IdentityProviderSummary {
|
|
|
1038
1038
|
* @public
|
|
1039
1039
|
* <p>The identity provider type.</p>
|
|
1040
1040
|
*/
|
|
1041
|
-
identityProviderType?: IdentityProviderType
|
|
1041
|
+
identityProviderType?: IdentityProviderType;
|
|
1042
1042
|
}
|
|
1043
1043
|
/**
|
|
1044
1044
|
* @public
|
|
@@ -1073,7 +1073,7 @@ export interface UpdateIdentityProviderRequest {
|
|
|
1073
1073
|
* @public
|
|
1074
1074
|
* <p>The type of the identity provider.</p>
|
|
1075
1075
|
*/
|
|
1076
|
-
identityProviderType?: IdentityProviderType
|
|
1076
|
+
identityProviderType?: IdentityProviderType;
|
|
1077
1077
|
/**
|
|
1078
1078
|
* @public
|
|
1079
1079
|
* <p>The details of the identity provider. The following list describes the provider detail keys for
|
|
@@ -1780,7 +1780,7 @@ export interface CreatePortalRequest {
|
|
|
1780
1780
|
* integration), plus user and group access to your web portal, can be configured in the IAM
|
|
1781
1781
|
* Identity Center.</p>
|
|
1782
1782
|
*/
|
|
1783
|
-
authenticationType?: AuthenticationType
|
|
1783
|
+
authenticationType?: AuthenticationType;
|
|
1784
1784
|
}
|
|
1785
1785
|
/**
|
|
1786
1786
|
* @public
|
|
@@ -1950,17 +1950,17 @@ export interface Portal {
|
|
|
1950
1950
|
* @public
|
|
1951
1951
|
* <p>The renderer that is used in streaming sessions.</p>
|
|
1952
1952
|
*/
|
|
1953
|
-
rendererType?: RendererType
|
|
1953
|
+
rendererType?: RendererType;
|
|
1954
1954
|
/**
|
|
1955
1955
|
* @public
|
|
1956
1956
|
* <p>The browser that users see when using a streaming session.</p>
|
|
1957
1957
|
*/
|
|
1958
|
-
browserType?: BrowserType
|
|
1958
|
+
browserType?: BrowserType;
|
|
1959
1959
|
/**
|
|
1960
1960
|
* @public
|
|
1961
1961
|
* <p>The status of the web portal.</p>
|
|
1962
1962
|
*/
|
|
1963
|
-
portalStatus?: PortalStatus
|
|
1963
|
+
portalStatus?: PortalStatus;
|
|
1964
1964
|
/**
|
|
1965
1965
|
* @public
|
|
1966
1966
|
* <p>The endpoint URL of the web portal that users access in order to start streaming
|
|
@@ -2023,7 +2023,7 @@ export interface Portal {
|
|
|
2023
2023
|
* integration), plus user and group access to your web portal, can be configured in the IAM
|
|
2024
2024
|
* Identity Center.</p>
|
|
2025
2025
|
*/
|
|
2026
|
-
authenticationType?: AuthenticationType
|
|
2026
|
+
authenticationType?: AuthenticationType;
|
|
2027
2027
|
/**
|
|
2028
2028
|
* @public
|
|
2029
2029
|
* <p>The ARN of the IP access settings.</p>
|
|
@@ -2094,17 +2094,17 @@ export interface PortalSummary {
|
|
|
2094
2094
|
* @public
|
|
2095
2095
|
* <p>The renderer that is used in streaming sessions.</p>
|
|
2096
2096
|
*/
|
|
2097
|
-
rendererType?: RendererType
|
|
2097
|
+
rendererType?: RendererType;
|
|
2098
2098
|
/**
|
|
2099
2099
|
* @public
|
|
2100
2100
|
* <p>The browser type of the web portal.</p>
|
|
2101
2101
|
*/
|
|
2102
|
-
browserType?: BrowserType
|
|
2102
|
+
browserType?: BrowserType;
|
|
2103
2103
|
/**
|
|
2104
2104
|
* @public
|
|
2105
2105
|
* <p>The status of the web portal.</p>
|
|
2106
2106
|
*/
|
|
2107
|
-
portalStatus?: PortalStatus
|
|
2107
|
+
portalStatus?: PortalStatus;
|
|
2108
2108
|
/**
|
|
2109
2109
|
* @public
|
|
2110
2110
|
* <p>The endpoint URL of the web portal that users access in order to start streaming
|
|
@@ -2162,7 +2162,7 @@ export interface PortalSummary {
|
|
|
2162
2162
|
* integration), plus user and group access to your web portal, can be configured in the IAM
|
|
2163
2163
|
* Identity Center.</p>
|
|
2164
2164
|
*/
|
|
2165
|
-
authenticationType?: AuthenticationType
|
|
2165
|
+
authenticationType?: AuthenticationType;
|
|
2166
2166
|
/**
|
|
2167
2167
|
* @public
|
|
2168
2168
|
* <p>The ARN of the IP access settings.</p>
|
|
@@ -2214,7 +2214,7 @@ export interface UpdatePortalRequest {
|
|
|
2214
2214
|
* integration), plus user and group access to your web portal, can be configured in the IAM
|
|
2215
2215
|
* Identity Center.</p>
|
|
2216
2216
|
*/
|
|
2217
|
-
authenticationType?: AuthenticationType
|
|
2217
|
+
authenticationType?: AuthenticationType;
|
|
2218
2218
|
}
|
|
2219
2219
|
/**
|
|
2220
2220
|
* @public
|
|
@@ -2831,30 +2831,30 @@ export interface CreateUserSettingsRequest {
|
|
|
2831
2831
|
* <p>Specifies whether the user can copy text from the streaming session to the local
|
|
2832
2832
|
* device.</p>
|
|
2833
2833
|
*/
|
|
2834
|
-
copyAllowed: EnabledType |
|
|
2834
|
+
copyAllowed: EnabledType | undefined;
|
|
2835
2835
|
/**
|
|
2836
2836
|
* @public
|
|
2837
2837
|
* <p>Specifies whether the user can paste text from the local device to the streaming
|
|
2838
2838
|
* session.</p>
|
|
2839
2839
|
*/
|
|
2840
|
-
pasteAllowed: EnabledType |
|
|
2840
|
+
pasteAllowed: EnabledType | undefined;
|
|
2841
2841
|
/**
|
|
2842
2842
|
* @public
|
|
2843
2843
|
* <p>Specifies whether the user can download files from the streaming session to the local
|
|
2844
2844
|
* device.</p>
|
|
2845
2845
|
*/
|
|
2846
|
-
downloadAllowed: EnabledType |
|
|
2846
|
+
downloadAllowed: EnabledType | undefined;
|
|
2847
2847
|
/**
|
|
2848
2848
|
* @public
|
|
2849
2849
|
* <p>Specifies whether the user can upload files from the local device to the streaming
|
|
2850
2850
|
* session.</p>
|
|
2851
2851
|
*/
|
|
2852
|
-
uploadAllowed: EnabledType |
|
|
2852
|
+
uploadAllowed: EnabledType | undefined;
|
|
2853
2853
|
/**
|
|
2854
2854
|
* @public
|
|
2855
2855
|
* <p>Specifies whether the user can print to the local device.</p>
|
|
2856
2856
|
*/
|
|
2857
|
-
printAllowed: EnabledType |
|
|
2857
|
+
printAllowed: EnabledType | undefined;
|
|
2858
2858
|
/**
|
|
2859
2859
|
* @public
|
|
2860
2860
|
* <p>The tags to add to the user settings resource. A tag is a key-value pair.</p>
|
|
@@ -2953,30 +2953,30 @@ export interface UserSettings {
|
|
|
2953
2953
|
* <p>Specifies whether the user can copy text from the streaming session to the local
|
|
2954
2954
|
* device.</p>
|
|
2955
2955
|
*/
|
|
2956
|
-
copyAllowed?: EnabledType
|
|
2956
|
+
copyAllowed?: EnabledType;
|
|
2957
2957
|
/**
|
|
2958
2958
|
* @public
|
|
2959
2959
|
* <p>Specifies whether the user can paste text from the local device to the streaming
|
|
2960
2960
|
* session.</p>
|
|
2961
2961
|
*/
|
|
2962
|
-
pasteAllowed?: EnabledType
|
|
2962
|
+
pasteAllowed?: EnabledType;
|
|
2963
2963
|
/**
|
|
2964
2964
|
* @public
|
|
2965
2965
|
* <p>Specifies whether the user can download files from the streaming session to the local
|
|
2966
2966
|
* device.</p>
|
|
2967
2967
|
*/
|
|
2968
|
-
downloadAllowed?: EnabledType
|
|
2968
|
+
downloadAllowed?: EnabledType;
|
|
2969
2969
|
/**
|
|
2970
2970
|
* @public
|
|
2971
2971
|
* <p>Specifies whether the user can upload files from the local device to the streaming
|
|
2972
2972
|
* session.</p>
|
|
2973
2973
|
*/
|
|
2974
|
-
uploadAllowed?: EnabledType
|
|
2974
|
+
uploadAllowed?: EnabledType;
|
|
2975
2975
|
/**
|
|
2976
2976
|
* @public
|
|
2977
2977
|
* <p>Specifies whether the user can print to the local device.</p>
|
|
2978
2978
|
*/
|
|
2979
|
-
printAllowed?: EnabledType
|
|
2979
|
+
printAllowed?: EnabledType;
|
|
2980
2980
|
/**
|
|
2981
2981
|
* @public
|
|
2982
2982
|
* <p>The amount of time that a streaming session remains active after users disconnect.</p>
|
|
@@ -3033,30 +3033,30 @@ export interface UserSettingsSummary {
|
|
|
3033
3033
|
* <p>Specifies whether the user can copy text from the streaming session to the local
|
|
3034
3034
|
* device.</p>
|
|
3035
3035
|
*/
|
|
3036
|
-
copyAllowed?: EnabledType
|
|
3036
|
+
copyAllowed?: EnabledType;
|
|
3037
3037
|
/**
|
|
3038
3038
|
* @public
|
|
3039
3039
|
* <p>Specifies whether the user can paste text from the local device to the streaming
|
|
3040
3040
|
* session.</p>
|
|
3041
3041
|
*/
|
|
3042
|
-
pasteAllowed?: EnabledType
|
|
3042
|
+
pasteAllowed?: EnabledType;
|
|
3043
3043
|
/**
|
|
3044
3044
|
* @public
|
|
3045
3045
|
* <p>Specifies whether the user can download files from the streaming session to the local
|
|
3046
3046
|
* device.</p>
|
|
3047
3047
|
*/
|
|
3048
|
-
downloadAllowed?: EnabledType
|
|
3048
|
+
downloadAllowed?: EnabledType;
|
|
3049
3049
|
/**
|
|
3050
3050
|
* @public
|
|
3051
3051
|
* <p>Specifies whether the user can upload files from the local device to the streaming
|
|
3052
3052
|
* session.</p>
|
|
3053
3053
|
*/
|
|
3054
|
-
uploadAllowed?: EnabledType
|
|
3054
|
+
uploadAllowed?: EnabledType;
|
|
3055
3055
|
/**
|
|
3056
3056
|
* @public
|
|
3057
3057
|
* <p>Specifies whether the user can print to the local device.</p>
|
|
3058
3058
|
*/
|
|
3059
|
-
printAllowed?: EnabledType
|
|
3059
|
+
printAllowed?: EnabledType;
|
|
3060
3060
|
/**
|
|
3061
3061
|
* @public
|
|
3062
3062
|
* <p>The amount of time that a streaming session remains active after users disconnect.</p>
|
|
@@ -3102,30 +3102,30 @@ export interface UpdateUserSettingsRequest {
|
|
|
3102
3102
|
* <p>Specifies whether the user can copy text from the streaming session to the local
|
|
3103
3103
|
* device.</p>
|
|
3104
3104
|
*/
|
|
3105
|
-
copyAllowed?: EnabledType
|
|
3105
|
+
copyAllowed?: EnabledType;
|
|
3106
3106
|
/**
|
|
3107
3107
|
* @public
|
|
3108
3108
|
* <p>Specifies whether the user can paste text from the local device to the streaming
|
|
3109
3109
|
* session.</p>
|
|
3110
3110
|
*/
|
|
3111
|
-
pasteAllowed?: EnabledType
|
|
3111
|
+
pasteAllowed?: EnabledType;
|
|
3112
3112
|
/**
|
|
3113
3113
|
* @public
|
|
3114
3114
|
* <p>Specifies whether the user can download files from the streaming session to the local
|
|
3115
3115
|
* device.</p>
|
|
3116
3116
|
*/
|
|
3117
|
-
downloadAllowed?: EnabledType
|
|
3117
|
+
downloadAllowed?: EnabledType;
|
|
3118
3118
|
/**
|
|
3119
3119
|
* @public
|
|
3120
3120
|
* <p>Specifies whether the user can upload files from the local device to the streaming
|
|
3121
3121
|
* session.</p>
|
|
3122
3122
|
*/
|
|
3123
|
-
uploadAllowed?: EnabledType
|
|
3123
|
+
uploadAllowed?: EnabledType;
|
|
3124
3124
|
/**
|
|
3125
3125
|
* @public
|
|
3126
3126
|
* <p>Specifies whether the user can print to the local device.</p>
|
|
3127
3127
|
*/
|
|
3128
|
-
printAllowed?: EnabledType
|
|
3128
|
+
printAllowed?: EnabledType;
|
|
3129
3129
|
/**
|
|
3130
3130
|
* @public
|
|
3131
3131
|
* <p>The amount of time that a streaming session remains active after users disconnect.</p>
|
|
@@ -64,7 +64,7 @@ export type ValidationExceptionReason =
|
|
|
64
64
|
export declare class ValidationException extends __BaseException {
|
|
65
65
|
readonly name: "ValidationException";
|
|
66
66
|
readonly $fault: "client";
|
|
67
|
-
reason?: ValidationExceptionReason
|
|
67
|
+
reason?: ValidationExceptionReason;
|
|
68
68
|
fieldList?: ValidationExceptionField[];
|
|
69
69
|
constructor(
|
|
70
70
|
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
@@ -188,7 +188,7 @@ export type IdentityProviderType =
|
|
|
188
188
|
export interface CreateIdentityProviderRequest {
|
|
189
189
|
portalArn: string | undefined;
|
|
190
190
|
identityProviderName: string | undefined;
|
|
191
|
-
identityProviderType: IdentityProviderType |
|
|
191
|
+
identityProviderType: IdentityProviderType | undefined;
|
|
192
192
|
identityProviderDetails: Record<string, string> | undefined;
|
|
193
193
|
clientToken?: string;
|
|
194
194
|
}
|
|
@@ -205,7 +205,7 @@ export interface GetIdentityProviderRequest {
|
|
|
205
205
|
export interface IdentityProvider {
|
|
206
206
|
identityProviderArn: string | undefined;
|
|
207
207
|
identityProviderName?: string;
|
|
208
|
-
identityProviderType?: IdentityProviderType
|
|
208
|
+
identityProviderType?: IdentityProviderType;
|
|
209
209
|
identityProviderDetails?: Record<string, string>;
|
|
210
210
|
}
|
|
211
211
|
export interface GetIdentityProviderResponse {
|
|
@@ -219,7 +219,7 @@ export interface ListIdentityProvidersRequest {
|
|
|
219
219
|
export interface IdentityProviderSummary {
|
|
220
220
|
identityProviderArn: string | undefined;
|
|
221
221
|
identityProviderName?: string;
|
|
222
|
-
identityProviderType?: IdentityProviderType
|
|
222
|
+
identityProviderType?: IdentityProviderType;
|
|
223
223
|
}
|
|
224
224
|
export interface ListIdentityProvidersResponse {
|
|
225
225
|
nextToken?: string;
|
|
@@ -228,7 +228,7 @@ export interface ListIdentityProvidersResponse {
|
|
|
228
228
|
export interface UpdateIdentityProviderRequest {
|
|
229
229
|
identityProviderArn: string | undefined;
|
|
230
230
|
identityProviderName?: string;
|
|
231
|
-
identityProviderType?: IdentityProviderType
|
|
231
|
+
identityProviderType?: IdentityProviderType;
|
|
232
232
|
identityProviderDetails?: Record<string, string>;
|
|
233
233
|
clientToken?: string;
|
|
234
234
|
}
|
|
@@ -358,7 +358,7 @@ export interface CreatePortalRequest {
|
|
|
358
358
|
customerManagedKey?: string;
|
|
359
359
|
additionalEncryptionContext?: Record<string, string>;
|
|
360
360
|
clientToken?: string;
|
|
361
|
-
authenticationType?: AuthenticationType
|
|
361
|
+
authenticationType?: AuthenticationType;
|
|
362
362
|
}
|
|
363
363
|
export interface CreatePortalResponse {
|
|
364
364
|
portalArn: string | undefined;
|
|
@@ -407,9 +407,9 @@ export declare const RendererType: {
|
|
|
407
407
|
export type RendererType = (typeof RendererType)[keyof typeof RendererType];
|
|
408
408
|
export interface Portal {
|
|
409
409
|
portalArn: string | undefined;
|
|
410
|
-
rendererType?: RendererType
|
|
411
|
-
browserType?: BrowserType
|
|
412
|
-
portalStatus?: PortalStatus
|
|
410
|
+
rendererType?: RendererType;
|
|
411
|
+
browserType?: BrowserType;
|
|
412
|
+
portalStatus?: PortalStatus;
|
|
413
413
|
portalEndpoint?: string;
|
|
414
414
|
displayName?: string;
|
|
415
415
|
creationDate?: Date;
|
|
@@ -419,7 +419,7 @@ export interface Portal {
|
|
|
419
419
|
trustStoreArn?: string;
|
|
420
420
|
statusReason?: string;
|
|
421
421
|
userAccessLoggingSettingsArn?: string;
|
|
422
|
-
authenticationType?: AuthenticationType
|
|
422
|
+
authenticationType?: AuthenticationType;
|
|
423
423
|
ipAccessSettingsArn?: string;
|
|
424
424
|
}
|
|
425
425
|
export interface GetPortalResponse {
|
|
@@ -438,9 +438,9 @@ export interface ListPortalsRequest {
|
|
|
438
438
|
}
|
|
439
439
|
export interface PortalSummary {
|
|
440
440
|
portalArn: string | undefined;
|
|
441
|
-
rendererType?: RendererType
|
|
442
|
-
browserType?: BrowserType
|
|
443
|
-
portalStatus?: PortalStatus
|
|
441
|
+
rendererType?: RendererType;
|
|
442
|
+
browserType?: BrowserType;
|
|
443
|
+
portalStatus?: PortalStatus;
|
|
444
444
|
portalEndpoint?: string;
|
|
445
445
|
displayName?: string;
|
|
446
446
|
creationDate?: Date;
|
|
@@ -449,7 +449,7 @@ export interface PortalSummary {
|
|
|
449
449
|
networkSettingsArn?: string;
|
|
450
450
|
trustStoreArn?: string;
|
|
451
451
|
userAccessLoggingSettingsArn?: string;
|
|
452
|
-
authenticationType?: AuthenticationType
|
|
452
|
+
authenticationType?: AuthenticationType;
|
|
453
453
|
ipAccessSettingsArn?: string;
|
|
454
454
|
}
|
|
455
455
|
export interface ListPortalsResponse {
|
|
@@ -459,7 +459,7 @@ export interface ListPortalsResponse {
|
|
|
459
459
|
export interface UpdatePortalRequest {
|
|
460
460
|
portalArn: string | undefined;
|
|
461
461
|
displayName?: string;
|
|
462
|
-
authenticationType?: AuthenticationType
|
|
462
|
+
authenticationType?: AuthenticationType;
|
|
463
463
|
}
|
|
464
464
|
export interface UpdatePortalResponse {
|
|
465
465
|
portal?: Portal;
|
|
@@ -616,11 +616,11 @@ export declare const EnabledType: {
|
|
|
616
616
|
};
|
|
617
617
|
export type EnabledType = (typeof EnabledType)[keyof typeof EnabledType];
|
|
618
618
|
export interface CreateUserSettingsRequest {
|
|
619
|
-
copyAllowed: EnabledType |
|
|
620
|
-
pasteAllowed: EnabledType |
|
|
621
|
-
downloadAllowed: EnabledType |
|
|
622
|
-
uploadAllowed: EnabledType |
|
|
623
|
-
printAllowed: EnabledType |
|
|
619
|
+
copyAllowed: EnabledType | undefined;
|
|
620
|
+
pasteAllowed: EnabledType | undefined;
|
|
621
|
+
downloadAllowed: EnabledType | undefined;
|
|
622
|
+
uploadAllowed: EnabledType | undefined;
|
|
623
|
+
printAllowed: EnabledType | undefined;
|
|
624
624
|
tags?: Tag[];
|
|
625
625
|
disconnectTimeoutInMinutes?: number;
|
|
626
626
|
idleDisconnectTimeoutInMinutes?: number;
|
|
@@ -642,11 +642,11 @@ export interface GetUserSettingsRequest {
|
|
|
642
642
|
export interface UserSettings {
|
|
643
643
|
userSettingsArn: string | undefined;
|
|
644
644
|
associatedPortalArns?: string[];
|
|
645
|
-
copyAllowed?: EnabledType
|
|
646
|
-
pasteAllowed?: EnabledType
|
|
647
|
-
downloadAllowed?: EnabledType
|
|
648
|
-
uploadAllowed?: EnabledType
|
|
649
|
-
printAllowed?: EnabledType
|
|
645
|
+
copyAllowed?: EnabledType;
|
|
646
|
+
pasteAllowed?: EnabledType;
|
|
647
|
+
downloadAllowed?: EnabledType;
|
|
648
|
+
uploadAllowed?: EnabledType;
|
|
649
|
+
printAllowed?: EnabledType;
|
|
650
650
|
disconnectTimeoutInMinutes?: number;
|
|
651
651
|
idleDisconnectTimeoutInMinutes?: number;
|
|
652
652
|
cookieSynchronizationConfiguration?: CookieSynchronizationConfiguration;
|
|
@@ -660,11 +660,11 @@ export interface ListUserSettingsRequest {
|
|
|
660
660
|
}
|
|
661
661
|
export interface UserSettingsSummary {
|
|
662
662
|
userSettingsArn: string | undefined;
|
|
663
|
-
copyAllowed?: EnabledType
|
|
664
|
-
pasteAllowed?: EnabledType
|
|
665
|
-
downloadAllowed?: EnabledType
|
|
666
|
-
uploadAllowed?: EnabledType
|
|
667
|
-
printAllowed?: EnabledType
|
|
663
|
+
copyAllowed?: EnabledType;
|
|
664
|
+
pasteAllowed?: EnabledType;
|
|
665
|
+
downloadAllowed?: EnabledType;
|
|
666
|
+
uploadAllowed?: EnabledType;
|
|
667
|
+
printAllowed?: EnabledType;
|
|
668
668
|
disconnectTimeoutInMinutes?: number;
|
|
669
669
|
idleDisconnectTimeoutInMinutes?: number;
|
|
670
670
|
cookieSynchronizationConfiguration?: CookieSynchronizationConfiguration;
|
|
@@ -675,11 +675,11 @@ export interface ListUserSettingsResponse {
|
|
|
675
675
|
}
|
|
676
676
|
export interface UpdateUserSettingsRequest {
|
|
677
677
|
userSettingsArn: string | undefined;
|
|
678
|
-
copyAllowed?: EnabledType
|
|
679
|
-
pasteAllowed?: EnabledType
|
|
680
|
-
downloadAllowed?: EnabledType
|
|
681
|
-
uploadAllowed?: EnabledType
|
|
682
|
-
printAllowed?: EnabledType
|
|
678
|
+
copyAllowed?: EnabledType;
|
|
679
|
+
pasteAllowed?: EnabledType;
|
|
680
|
+
downloadAllowed?: EnabledType;
|
|
681
|
+
uploadAllowed?: EnabledType;
|
|
682
|
+
printAllowed?: EnabledType;
|
|
683
683
|
disconnectTimeoutInMinutes?: number;
|
|
684
684
|
idleDisconnectTimeoutInMinutes?: number;
|
|
685
685
|
clientToken?: string;
|
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.429.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,39 +21,39 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^2.0.
|
|
37
|
-
"@smithy/fetch-http-handler": "^2.2.
|
|
38
|
-
"@smithy/hash-node": "^2.0.
|
|
39
|
-
"@smithy/invalid-dependency": "^2.0.
|
|
40
|
-
"@smithy/middleware-content-length": "^2.0.
|
|
41
|
-
"@smithy/middleware-endpoint": "^2.
|
|
42
|
-
"@smithy/middleware-retry": "^2.0.
|
|
43
|
-
"@smithy/middleware-serde": "^2.0.
|
|
44
|
-
"@smithy/middleware-stack": "^2.0.
|
|
45
|
-
"@smithy/node-config-provider": "^2.
|
|
46
|
-
"@smithy/node-http-handler": "^2.1.
|
|
47
|
-
"@smithy/protocol-http": "^3.0.
|
|
48
|
-
"@smithy/smithy-client": "^2.1.
|
|
49
|
-
"@smithy/types": "^2.3.
|
|
50
|
-
"@smithy/url-parser": "^2.0.
|
|
24
|
+
"@aws-sdk/client-sts": "3.429.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.429.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.429.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.428.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.428.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.428.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.428.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.428.0",
|
|
32
|
+
"@aws-sdk/types": "3.428.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.428.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.428.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.428.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.0.14",
|
|
37
|
+
"@smithy/fetch-http-handler": "^2.2.3",
|
|
38
|
+
"@smithy/hash-node": "^2.0.11",
|
|
39
|
+
"@smithy/invalid-dependency": "^2.0.11",
|
|
40
|
+
"@smithy/middleware-content-length": "^2.0.13",
|
|
41
|
+
"@smithy/middleware-endpoint": "^2.1.1",
|
|
42
|
+
"@smithy/middleware-retry": "^2.0.16",
|
|
43
|
+
"@smithy/middleware-serde": "^2.0.11",
|
|
44
|
+
"@smithy/middleware-stack": "^2.0.5",
|
|
45
|
+
"@smithy/node-config-provider": "^2.1.1",
|
|
46
|
+
"@smithy/node-http-handler": "^2.1.7",
|
|
47
|
+
"@smithy/protocol-http": "^3.0.7",
|
|
48
|
+
"@smithy/smithy-client": "^2.1.11",
|
|
49
|
+
"@smithy/types": "^2.3.5",
|
|
50
|
+
"@smithy/url-parser": "^2.0.11",
|
|
51
51
|
"@smithy/util-base64": "^2.0.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^2.0.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^2.1.0",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^2.0.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
|
56
|
-
"@smithy/util-retry": "^2.0.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^2.0.15",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^2.0.19",
|
|
56
|
+
"@smithy/util-retry": "^2.0.4",
|
|
57
57
|
"@smithy/util-utf8": "^2.0.0",
|
|
58
58
|
"tslib": "^2.5.0",
|
|
59
59
|
"uuid": "^8.3.2"
|