@aws-sdk/client-workspaces-web 3.600.0 → 3.606.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/README.md +3 -3
- package/dist-cjs/index.js +6 -2
- package/dist-es/models/models_0.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +3 -0
- package/dist-types/WorkSpacesWeb.d.ts +3 -3
- package/dist-types/WorkSpacesWebClient.d.ts +3 -3
- package/dist-types/commands/AssociateTrustStoreCommand.d.ts +3 -0
- package/dist-types/commands/CreateIdentityProviderCommand.d.ts +6 -0
- package/dist-types/commands/CreateUserSettingsCommand.d.ts +1 -0
- package/dist-types/commands/DisassociateBrowserSettingsCommand.d.ts +3 -0
- package/dist-types/commands/DisassociateIpAccessSettingsCommand.d.ts +3 -0
- package/dist-types/commands/DisassociateNetworkSettingsCommand.d.ts +3 -0
- package/dist-types/commands/DisassociateTrustStoreCommand.d.ts +3 -0
- package/dist-types/commands/DisassociateUserAccessLoggingSettingsCommand.d.ts +3 -0
- package/dist-types/commands/DisassociateUserSettingsCommand.d.ts +3 -0
- package/dist-types/commands/GetUserSettingsCommand.d.ts +1 -0
- package/dist-types/commands/ListUserSettingsCommand.d.ts +1 -0
- package/dist-types/commands/UpdateUserSettingsCommand.d.ts +2 -0
- package/dist-types/index.d.ts +3 -3
- package/dist-types/models/models_0.d.ts +26 -1
- package/dist-types/ts3.4/models/models_0.d.ts +5 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
|
|
7
7
|
AWS SDK for JavaScript WorkSpacesWeb Client for Node.js, Browser and React Native.
|
|
8
8
|
|
|
9
|
-
<p>WorkSpaces
|
|
10
|
-
secure, web-based workloads. WorkSpaces
|
|
9
|
+
<p>Amazon WorkSpaces Secure Browser is a low cost, fully managed WorkSpace built specifically to facilitate
|
|
10
|
+
secure, web-based workloads. WorkSpaces Secure Browser makes it easy for customers to safely provide
|
|
11
11
|
their employees with access to internal websites and SaaS web applications without the
|
|
12
|
-
administrative burden of appliances or specialized client software. WorkSpaces
|
|
12
|
+
administrative burden of appliances or specialized client software. WorkSpaces Secure Browser provides
|
|
13
13
|
simple policy tools tailored for user interactions, while offloading common tasks like
|
|
14
14
|
capacity management, scaling, and maintaining browser images.</p>
|
|
15
15
|
|
package/dist-cjs/index.js
CHANGED
|
@@ -547,7 +547,8 @@ var UpdateBrowserSettingsResponseFilterSensitiveLog = /* @__PURE__ */ __name((ob
|
|
|
547
547
|
var CreateIdentityProviderRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
548
548
|
...obj,
|
|
549
549
|
...obj.identityProviderName && { identityProviderName: import_smithy_client.SENSITIVE_STRING },
|
|
550
|
-
...obj.identityProviderDetails && { identityProviderDetails: import_smithy_client.SENSITIVE_STRING }
|
|
550
|
+
...obj.identityProviderDetails && { identityProviderDetails: import_smithy_client.SENSITIVE_STRING },
|
|
551
|
+
...obj.tags && { tags: import_smithy_client.SENSITIVE_STRING }
|
|
551
552
|
}), "CreateIdentityProviderRequestFilterSensitiveLog");
|
|
552
553
|
var IdentityProviderFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
553
554
|
...obj,
|
|
@@ -821,7 +822,8 @@ var se_CreateIdentityProviderCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
821
822
|
identityProviderDetails: (_) => (0, import_smithy_client._json)(_),
|
|
822
823
|
identityProviderName: [],
|
|
823
824
|
identityProviderType: [],
|
|
824
|
-
portalArn: []
|
|
825
|
+
portalArn: [],
|
|
826
|
+
tags: (_) => (0, import_smithy_client._json)(_)
|
|
825
827
|
})
|
|
826
828
|
);
|
|
827
829
|
b.m("POST").h(headers).b(body);
|
|
@@ -937,6 +939,7 @@ var se_CreateUserSettingsCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
937
939
|
cookieSynchronizationConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
938
940
|
copyAllowed: [],
|
|
939
941
|
customerManagedKey: [],
|
|
942
|
+
deepLinkAllowed: [],
|
|
940
943
|
disconnectTimeoutInMinutes: [],
|
|
941
944
|
downloadAllowed: [],
|
|
942
945
|
idleDisconnectTimeoutInMinutes: [],
|
|
@@ -1475,6 +1478,7 @@ var se_UpdateUserSettingsCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1475
1478
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1476
1479
|
cookieSynchronizationConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
1477
1480
|
copyAllowed: [],
|
|
1481
|
+
deepLinkAllowed: [],
|
|
1478
1482
|
disconnectTimeoutInMinutes: [],
|
|
1479
1483
|
downloadAllowed: [],
|
|
1480
1484
|
idleDisconnectTimeoutInMinutes: [],
|
|
@@ -179,6 +179,7 @@ export const CreateIdentityProviderRequestFilterSensitiveLog = (obj) => ({
|
|
|
179
179
|
...obj,
|
|
180
180
|
...(obj.identityProviderName && { identityProviderName: SENSITIVE_STRING }),
|
|
181
181
|
...(obj.identityProviderDetails && { identityProviderDetails: SENSITIVE_STRING }),
|
|
182
|
+
...(obj.tags && { tags: SENSITIVE_STRING }),
|
|
182
183
|
});
|
|
183
184
|
export const IdentityProviderFilterSensitiveLog = (obj) => ({
|
|
184
185
|
...obj,
|
|
@@ -106,6 +106,7 @@ export const se_CreateIdentityProviderCommand = async (input, context) => {
|
|
|
106
106
|
identityProviderName: [],
|
|
107
107
|
identityProviderType: [],
|
|
108
108
|
portalArn: [],
|
|
109
|
+
tags: (_) => _json(_),
|
|
109
110
|
}));
|
|
110
111
|
b.m("POST").h(headers).b(body);
|
|
111
112
|
return b.build();
|
|
@@ -209,6 +210,7 @@ export const se_CreateUserSettingsCommand = async (input, context) => {
|
|
|
209
210
|
cookieSynchronizationConfiguration: (_) => _json(_),
|
|
210
211
|
copyAllowed: [],
|
|
211
212
|
customerManagedKey: [],
|
|
213
|
+
deepLinkAllowed: [],
|
|
212
214
|
disconnectTimeoutInMinutes: [],
|
|
213
215
|
downloadAllowed: [],
|
|
214
216
|
idleDisconnectTimeoutInMinutes: [],
|
|
@@ -714,6 +716,7 @@ export const se_UpdateUserSettingsCommand = async (input, context) => {
|
|
|
714
716
|
clientToken: [true, (_) => _ ?? generateIdempotencyToken()],
|
|
715
717
|
cookieSynchronizationConfiguration: (_) => _json(_),
|
|
716
718
|
copyAllowed: [],
|
|
719
|
+
deepLinkAllowed: [],
|
|
717
720
|
disconnectTimeoutInMinutes: [],
|
|
718
721
|
downloadAllowed: [],
|
|
719
722
|
idleDisconnectTimeoutInMinutes: [],
|
|
@@ -417,10 +417,10 @@ export interface WorkSpacesWeb {
|
|
|
417
417
|
updateUserSettings(args: UpdateUserSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateUserSettingsCommandOutput) => void): void;
|
|
418
418
|
}
|
|
419
419
|
/**
|
|
420
|
-
* <p>WorkSpaces
|
|
421
|
-
* secure, web-based workloads. WorkSpaces
|
|
420
|
+
* <p>Amazon WorkSpaces Secure Browser is a low cost, fully managed WorkSpace built specifically to facilitate
|
|
421
|
+
* secure, web-based workloads. WorkSpaces Secure Browser makes it easy for customers to safely provide
|
|
422
422
|
* their employees with access to internal websites and SaaS web applications without the
|
|
423
|
-
* administrative burden of appliances or specialized client software. WorkSpaces
|
|
423
|
+
* administrative burden of appliances or specialized client software. WorkSpaces Secure Browser provides
|
|
424
424
|
* simple policy tools tailored for user interactions, while offloading common tasks like
|
|
425
425
|
* capacity management, scaling, and maintaining browser images.</p>
|
|
426
426
|
* @public
|
|
@@ -209,10 +209,10 @@ export type WorkSpacesWebClientResolvedConfigType = __SmithyResolvedConfiguratio
|
|
|
209
209
|
export interface WorkSpacesWebClientResolvedConfig extends WorkSpacesWebClientResolvedConfigType {
|
|
210
210
|
}
|
|
211
211
|
/**
|
|
212
|
-
* <p>WorkSpaces
|
|
213
|
-
* secure, web-based workloads. WorkSpaces
|
|
212
|
+
* <p>Amazon WorkSpaces Secure Browser is a low cost, fully managed WorkSpace built specifically to facilitate
|
|
213
|
+
* secure, web-based workloads. WorkSpaces Secure Browser makes it easy for customers to safely provide
|
|
214
214
|
* their employees with access to internal websites and SaaS web applications without the
|
|
215
|
-
* administrative burden of appliances or specialized client software. WorkSpaces
|
|
215
|
+
* administrative burden of appliances or specialized client software. WorkSpaces Secure Browser provides
|
|
216
216
|
* simple policy tools tailored for user interactions, while offloading common tasks like
|
|
217
217
|
* capacity management, scaling, and maintaining browser images.</p>
|
|
218
218
|
* @public
|
|
@@ -56,6 +56,9 @@ declare const AssociateTrustStoreCommand_base: {
|
|
|
56
56
|
* @throws {@link AccessDeniedException} (client fault)
|
|
57
57
|
* <p>Access is denied.</p>
|
|
58
58
|
*
|
|
59
|
+
* @throws {@link ConflictException} (client fault)
|
|
60
|
+
* <p>There is a conflict.</p>
|
|
61
|
+
*
|
|
59
62
|
* @throws {@link InternalServerException} (server fault)
|
|
60
63
|
* <p>There is an internal server error.</p>
|
|
61
64
|
*
|
|
@@ -42,6 +42,12 @@ declare const CreateIdentityProviderCommand_base: {
|
|
|
42
42
|
* "<keys>": "STRING_VALUE",
|
|
43
43
|
* },
|
|
44
44
|
* clientToken: "STRING_VALUE",
|
|
45
|
+
* tags: [ // TagList
|
|
46
|
+
* { // Tag
|
|
47
|
+
* Key: "STRING_VALUE", // required
|
|
48
|
+
* Value: "STRING_VALUE", // required
|
|
49
|
+
* },
|
|
50
|
+
* ],
|
|
45
51
|
* };
|
|
46
52
|
* const command = new CreateIdentityProviderCommand(input);
|
|
47
53
|
* const response = await client.send(command);
|
|
@@ -71,6 +71,7 @@ declare const CreateUserSettingsCommand_base: {
|
|
|
71
71
|
* additionalEncryptionContext: { // EncryptionContextMap
|
|
72
72
|
* "<keys>": "STRING_VALUE",
|
|
73
73
|
* },
|
|
74
|
+
* deepLinkAllowed: "STRING_VALUE",
|
|
74
75
|
* };
|
|
75
76
|
* const command = new CreateUserSettingsCommand(input);
|
|
76
77
|
* const response = await client.send(command);
|
|
@@ -52,6 +52,9 @@ declare const DisassociateBrowserSettingsCommand_base: {
|
|
|
52
52
|
* @throws {@link AccessDeniedException} (client fault)
|
|
53
53
|
* <p>Access is denied.</p>
|
|
54
54
|
*
|
|
55
|
+
* @throws {@link ConflictException} (client fault)
|
|
56
|
+
* <p>There is a conflict.</p>
|
|
57
|
+
*
|
|
55
58
|
* @throws {@link InternalServerException} (server fault)
|
|
56
59
|
* <p>There is an internal server error.</p>
|
|
57
60
|
*
|
|
@@ -52,6 +52,9 @@ declare const DisassociateIpAccessSettingsCommand_base: {
|
|
|
52
52
|
* @throws {@link AccessDeniedException} (client fault)
|
|
53
53
|
* <p>Access is denied.</p>
|
|
54
54
|
*
|
|
55
|
+
* @throws {@link ConflictException} (client fault)
|
|
56
|
+
* <p>There is a conflict.</p>
|
|
57
|
+
*
|
|
55
58
|
* @throws {@link InternalServerException} (server fault)
|
|
56
59
|
* <p>There is an internal server error.</p>
|
|
57
60
|
*
|
|
@@ -52,6 +52,9 @@ declare const DisassociateNetworkSettingsCommand_base: {
|
|
|
52
52
|
* @throws {@link AccessDeniedException} (client fault)
|
|
53
53
|
* <p>Access is denied.</p>
|
|
54
54
|
*
|
|
55
|
+
* @throws {@link ConflictException} (client fault)
|
|
56
|
+
* <p>There is a conflict.</p>
|
|
57
|
+
*
|
|
55
58
|
* @throws {@link InternalServerException} (server fault)
|
|
56
59
|
* <p>There is an internal server error.</p>
|
|
57
60
|
*
|
|
@@ -52,6 +52,9 @@ declare const DisassociateTrustStoreCommand_base: {
|
|
|
52
52
|
* @throws {@link AccessDeniedException} (client fault)
|
|
53
53
|
* <p>Access is denied.</p>
|
|
54
54
|
*
|
|
55
|
+
* @throws {@link ConflictException} (client fault)
|
|
56
|
+
* <p>There is a conflict.</p>
|
|
57
|
+
*
|
|
55
58
|
* @throws {@link InternalServerException} (server fault)
|
|
56
59
|
* <p>There is an internal server error.</p>
|
|
57
60
|
*
|
|
@@ -52,6 +52,9 @@ declare const DisassociateUserAccessLoggingSettingsCommand_base: {
|
|
|
52
52
|
* @throws {@link AccessDeniedException} (client fault)
|
|
53
53
|
* <p>Access is denied.</p>
|
|
54
54
|
*
|
|
55
|
+
* @throws {@link ConflictException} (client fault)
|
|
56
|
+
* <p>There is a conflict.</p>
|
|
57
|
+
*
|
|
55
58
|
* @throws {@link InternalServerException} (server fault)
|
|
56
59
|
* <p>There is an internal server error.</p>
|
|
57
60
|
*
|
|
@@ -52,6 +52,9 @@ declare const DisassociateUserSettingsCommand_base: {
|
|
|
52
52
|
* @throws {@link AccessDeniedException} (client fault)
|
|
53
53
|
* <p>Access is denied.</p>
|
|
54
54
|
*
|
|
55
|
+
* @throws {@link ConflictException} (client fault)
|
|
56
|
+
* <p>There is a conflict.</p>
|
|
57
|
+
*
|
|
55
58
|
* @throws {@link InternalServerException} (server fault)
|
|
56
59
|
* <p>There is an internal server error.</p>
|
|
57
60
|
*
|
|
@@ -60,6 +60,7 @@ declare const UpdateUserSettingsCommand_base: {
|
|
|
60
60
|
* },
|
|
61
61
|
* ],
|
|
62
62
|
* },
|
|
63
|
+
* deepLinkAllowed: "STRING_VALUE",
|
|
63
64
|
* };
|
|
64
65
|
* const command = new UpdateUserSettingsCommand(input);
|
|
65
66
|
* const response = await client.send(command);
|
|
@@ -96,6 +97,7 @@ declare const UpdateUserSettingsCommand_base: {
|
|
|
96
97
|
* // additionalEncryptionContext: { // EncryptionContextMap
|
|
97
98
|
* // "<keys>": "STRING_VALUE",
|
|
98
99
|
* // },
|
|
100
|
+
* // deepLinkAllowed: "STRING_VALUE",
|
|
99
101
|
* // },
|
|
100
102
|
* // };
|
|
101
103
|
*
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* <p>WorkSpaces
|
|
3
|
-
* secure, web-based workloads. WorkSpaces
|
|
2
|
+
* <p>Amazon WorkSpaces Secure Browser is a low cost, fully managed WorkSpace built specifically to facilitate
|
|
3
|
+
* secure, web-based workloads. WorkSpaces Secure Browser makes it easy for customers to safely provide
|
|
4
4
|
* their employees with access to internal websites and SaaS web applications without the
|
|
5
|
-
* administrative burden of appliances or specialized client software. WorkSpaces
|
|
5
|
+
* administrative burden of appliances or specialized client software. WorkSpaces Secure Browser provides
|
|
6
6
|
* simple policy tools tailored for user interactions, while offloading common tasks like
|
|
7
7
|
* capacity management, scaling, and maintaining browser images.</p>
|
|
8
8
|
*
|
|
@@ -801,6 +801,11 @@ export interface CreateIdentityProviderRequest {
|
|
|
801
801
|
* @public
|
|
802
802
|
*/
|
|
803
803
|
clientToken?: string;
|
|
804
|
+
/**
|
|
805
|
+
* <p>The tags to add to the identity provider resource. A tag is a key-value pair.</p>
|
|
806
|
+
* @public
|
|
807
|
+
*/
|
|
808
|
+
tags?: Tag[];
|
|
804
809
|
}
|
|
805
810
|
/**
|
|
806
811
|
* @public
|
|
@@ -1339,7 +1344,7 @@ export interface CreateIpAccessSettingsRequest {
|
|
|
1339
1344
|
*/
|
|
1340
1345
|
description?: string;
|
|
1341
1346
|
/**
|
|
1342
|
-
* <p>The tags to add to the
|
|
1347
|
+
* <p>The tags to add to the IP access settings resource. A tag is a key-value pair.</p>
|
|
1343
1348
|
* @public
|
|
1344
1349
|
*/
|
|
1345
1350
|
tags?: Tag[];
|
|
@@ -3016,6 +3021,11 @@ export interface CreateUserSettingsRequest {
|
|
|
3016
3021
|
* @public
|
|
3017
3022
|
*/
|
|
3018
3023
|
additionalEncryptionContext?: Record<string, string>;
|
|
3024
|
+
/**
|
|
3025
|
+
* <p>Specifies whether the user can use deep links that open automatically when connecting to a session.</p>
|
|
3026
|
+
* @public
|
|
3027
|
+
*/
|
|
3028
|
+
deepLinkAllowed?: EnabledType;
|
|
3019
3029
|
}
|
|
3020
3030
|
/**
|
|
3021
3031
|
* @public
|
|
@@ -3123,6 +3133,11 @@ export interface UserSettings {
|
|
|
3123
3133
|
* @public
|
|
3124
3134
|
*/
|
|
3125
3135
|
additionalEncryptionContext?: Record<string, string>;
|
|
3136
|
+
/**
|
|
3137
|
+
* <p>Specifies whether the user can use deep links that open automatically when connecting to a session.</p>
|
|
3138
|
+
* @public
|
|
3139
|
+
*/
|
|
3140
|
+
deepLinkAllowed?: EnabledType;
|
|
3126
3141
|
}
|
|
3127
3142
|
/**
|
|
3128
3143
|
* @public
|
|
@@ -3203,6 +3218,11 @@ export interface UserSettingsSummary {
|
|
|
3203
3218
|
* @public
|
|
3204
3219
|
*/
|
|
3205
3220
|
cookieSynchronizationConfiguration?: CookieSynchronizationConfiguration;
|
|
3221
|
+
/**
|
|
3222
|
+
* <p>Specifies whether the user can use deep links that open automatically when connecting to a session.</p>
|
|
3223
|
+
* @public
|
|
3224
|
+
*/
|
|
3225
|
+
deepLinkAllowed?: EnabledType;
|
|
3206
3226
|
}
|
|
3207
3227
|
/**
|
|
3208
3228
|
* @public
|
|
@@ -3283,6 +3303,11 @@ export interface UpdateUserSettingsRequest {
|
|
|
3283
3303
|
* @public
|
|
3284
3304
|
*/
|
|
3285
3305
|
cookieSynchronizationConfiguration?: CookieSynchronizationConfiguration;
|
|
3306
|
+
/**
|
|
3307
|
+
* <p>Specifies whether the user can use deep links that open automatically when connecting to a session.</p>
|
|
3308
|
+
* @public
|
|
3309
|
+
*/
|
|
3310
|
+
deepLinkAllowed?: EnabledType;
|
|
3286
3311
|
}
|
|
3287
3312
|
/**
|
|
3288
3313
|
* @public
|
|
@@ -193,6 +193,7 @@ export interface CreateIdentityProviderRequest {
|
|
|
193
193
|
identityProviderType: IdentityProviderType | undefined;
|
|
194
194
|
identityProviderDetails: Record<string, string> | undefined;
|
|
195
195
|
clientToken?: string;
|
|
196
|
+
tags?: Tag[];
|
|
196
197
|
}
|
|
197
198
|
export interface CreateIdentityProviderResponse {
|
|
198
199
|
identityProviderArn: string | undefined;
|
|
@@ -648,6 +649,7 @@ export interface CreateUserSettingsRequest {
|
|
|
648
649
|
cookieSynchronizationConfiguration?: CookieSynchronizationConfiguration;
|
|
649
650
|
customerManagedKey?: string;
|
|
650
651
|
additionalEncryptionContext?: Record<string, string>;
|
|
652
|
+
deepLinkAllowed?: EnabledType;
|
|
651
653
|
}
|
|
652
654
|
export interface CreateUserSettingsResponse {
|
|
653
655
|
userSettingsArn: string | undefined;
|
|
@@ -672,6 +674,7 @@ export interface UserSettings {
|
|
|
672
674
|
cookieSynchronizationConfiguration?: CookieSynchronizationConfiguration;
|
|
673
675
|
customerManagedKey?: string;
|
|
674
676
|
additionalEncryptionContext?: Record<string, string>;
|
|
677
|
+
deepLinkAllowed?: EnabledType;
|
|
675
678
|
}
|
|
676
679
|
export interface GetUserSettingsResponse {
|
|
677
680
|
userSettings?: UserSettings;
|
|
@@ -690,6 +693,7 @@ export interface UserSettingsSummary {
|
|
|
690
693
|
disconnectTimeoutInMinutes?: number;
|
|
691
694
|
idleDisconnectTimeoutInMinutes?: number;
|
|
692
695
|
cookieSynchronizationConfiguration?: CookieSynchronizationConfiguration;
|
|
696
|
+
deepLinkAllowed?: EnabledType;
|
|
693
697
|
}
|
|
694
698
|
export interface ListUserSettingsResponse {
|
|
695
699
|
userSettings?: UserSettingsSummary[];
|
|
@@ -706,6 +710,7 @@ export interface UpdateUserSettingsRequest {
|
|
|
706
710
|
idleDisconnectTimeoutInMinutes?: number;
|
|
707
711
|
clientToken?: string;
|
|
708
712
|
cookieSynchronizationConfiguration?: CookieSynchronizationConfiguration;
|
|
713
|
+
deepLinkAllowed?: EnabledType;
|
|
709
714
|
}
|
|
710
715
|
export interface UpdateUserSettingsResponse {
|
|
711
716
|
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.606.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,8 +20,8 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.606.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.606.0",
|
|
25
25
|
"@aws-sdk/core": "3.598.0",
|
|
26
26
|
"@aws-sdk/credential-provider-node": "3.600.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.598.0",
|