@aws-sdk/client-workspaces-web 3.693.0 → 3.697.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 +56 -0
- package/dist-cjs/index.js +443 -0
- package/dist-es/WorkSpacesWeb.js +14 -0
- package/dist-es/commands/AssociateDataProtectionSettingsCommand.js +22 -0
- package/dist-es/commands/CreateDataProtectionSettingsCommand.js +23 -0
- package/dist-es/commands/DeleteDataProtectionSettingsCommand.js +22 -0
- package/dist-es/commands/DisassociateDataProtectionSettingsCommand.js +22 -0
- package/dist-es/commands/GetDataProtectionSettingsCommand.js +23 -0
- package/dist-es/commands/ListDataProtectionSettingsCommand.js +23 -0
- package/dist-es/commands/UpdateDataProtectionSettingsCommand.js +23 -0
- package/dist-es/commands/index.js +7 -0
- package/dist-es/models/models_0.js +80 -0
- package/dist-es/pagination/ListDataProtectionSettingsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +210 -0
- package/dist-types/WorkSpacesWeb.d.ts +51 -0
- package/dist-types/WorkSpacesWebClient.d.ts +9 -2
- package/dist-types/commands/AssociateDataProtectionSettingsCommand.d.ts +91 -0
- package/dist-types/commands/CreateDataProtectionSettingsCommand.d.ts +135 -0
- package/dist-types/commands/DeleteDataProtectionSettingsCommand.d.ts +84 -0
- package/dist-types/commands/DisassociateDataProtectionSettingsCommand.d.ts +87 -0
- package/dist-types/commands/GetDataProtectionSettingsCommand.d.ts +129 -0
- package/dist-types/commands/GetPortalCommand.d.ts +1 -0
- package/dist-types/commands/ListDataProtectionSettingsCommand.d.ts +92 -0
- package/dist-types/commands/ListPortalsCommand.d.ts +1 -0
- package/dist-types/commands/UpdateDataProtectionSettingsCommand.d.ts +163 -0
- package/dist-types/commands/UpdatePortalCommand.d.ts +1 -0
- package/dist-types/commands/index.d.ts +7 -0
- package/dist-types/models/models_0.d.ts +468 -0
- package/dist-types/pagination/ListDataProtectionSettingsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +63 -0
- package/dist-types/ts3.4/WorkSpacesWeb.d.ts +127 -0
- package/dist-types/ts3.4/WorkSpacesWebClient.d.ts +42 -0
- package/dist-types/ts3.4/commands/AssociateDataProtectionSettingsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateDataProtectionSettingsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteDataProtectionSettingsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DisassociateDataProtectionSettingsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetDataProtectionSettingsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListDataProtectionSettingsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateDataProtectionSettingsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +7 -0
- package/dist-types/ts3.4/models/models_0.d.ts +132 -0
- package/dist-types/ts3.4/pagination/ListDataProtectionSettingsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +84 -0
- package/package.json +35 -35
|
@@ -7,6 +7,10 @@ import {
|
|
|
7
7
|
AssociateBrowserSettingsCommandInput,
|
|
8
8
|
AssociateBrowserSettingsCommandOutput,
|
|
9
9
|
} from "../commands/AssociateBrowserSettingsCommand";
|
|
10
|
+
import {
|
|
11
|
+
AssociateDataProtectionSettingsCommandInput,
|
|
12
|
+
AssociateDataProtectionSettingsCommandOutput,
|
|
13
|
+
} from "../commands/AssociateDataProtectionSettingsCommand";
|
|
10
14
|
import {
|
|
11
15
|
AssociateIpAccessSettingsCommandInput,
|
|
12
16
|
AssociateIpAccessSettingsCommandOutput,
|
|
@@ -31,6 +35,10 @@ import {
|
|
|
31
35
|
CreateBrowserSettingsCommandInput,
|
|
32
36
|
CreateBrowserSettingsCommandOutput,
|
|
33
37
|
} from "../commands/CreateBrowserSettingsCommand";
|
|
38
|
+
import {
|
|
39
|
+
CreateDataProtectionSettingsCommandInput,
|
|
40
|
+
CreateDataProtectionSettingsCommandOutput,
|
|
41
|
+
} from "../commands/CreateDataProtectionSettingsCommand";
|
|
34
42
|
import {
|
|
35
43
|
CreateIdentityProviderCommandInput,
|
|
36
44
|
CreateIdentityProviderCommandOutput,
|
|
@@ -63,6 +71,10 @@ import {
|
|
|
63
71
|
DeleteBrowserSettingsCommandInput,
|
|
64
72
|
DeleteBrowserSettingsCommandOutput,
|
|
65
73
|
} from "../commands/DeleteBrowserSettingsCommand";
|
|
74
|
+
import {
|
|
75
|
+
DeleteDataProtectionSettingsCommandInput,
|
|
76
|
+
DeleteDataProtectionSettingsCommandOutput,
|
|
77
|
+
} from "../commands/DeleteDataProtectionSettingsCommand";
|
|
66
78
|
import {
|
|
67
79
|
DeleteIdentityProviderCommandInput,
|
|
68
80
|
DeleteIdentityProviderCommandOutput,
|
|
@@ -95,6 +107,10 @@ import {
|
|
|
95
107
|
DisassociateBrowserSettingsCommandInput,
|
|
96
108
|
DisassociateBrowserSettingsCommandOutput,
|
|
97
109
|
} from "../commands/DisassociateBrowserSettingsCommand";
|
|
110
|
+
import {
|
|
111
|
+
DisassociateDataProtectionSettingsCommandInput,
|
|
112
|
+
DisassociateDataProtectionSettingsCommandOutput,
|
|
113
|
+
} from "../commands/DisassociateDataProtectionSettingsCommand";
|
|
98
114
|
import {
|
|
99
115
|
DisassociateIpAccessSettingsCommandInput,
|
|
100
116
|
DisassociateIpAccessSettingsCommandOutput,
|
|
@@ -123,6 +139,10 @@ import {
|
|
|
123
139
|
GetBrowserSettingsCommandInput,
|
|
124
140
|
GetBrowserSettingsCommandOutput,
|
|
125
141
|
} from "../commands/GetBrowserSettingsCommand";
|
|
142
|
+
import {
|
|
143
|
+
GetDataProtectionSettingsCommandInput,
|
|
144
|
+
GetDataProtectionSettingsCommandOutput,
|
|
145
|
+
} from "../commands/GetDataProtectionSettingsCommand";
|
|
126
146
|
import {
|
|
127
147
|
GetIdentityProviderCommandInput,
|
|
128
148
|
GetIdentityProviderCommandOutput,
|
|
@@ -167,6 +187,10 @@ import {
|
|
|
167
187
|
ListBrowserSettingsCommandInput,
|
|
168
188
|
ListBrowserSettingsCommandOutput,
|
|
169
189
|
} from "../commands/ListBrowserSettingsCommand";
|
|
190
|
+
import {
|
|
191
|
+
ListDataProtectionSettingsCommandInput,
|
|
192
|
+
ListDataProtectionSettingsCommandOutput,
|
|
193
|
+
} from "../commands/ListDataProtectionSettingsCommand";
|
|
170
194
|
import {
|
|
171
195
|
ListIdentityProvidersCommandInput,
|
|
172
196
|
ListIdentityProvidersCommandOutput,
|
|
@@ -219,6 +243,10 @@ import {
|
|
|
219
243
|
UpdateBrowserSettingsCommandInput,
|
|
220
244
|
UpdateBrowserSettingsCommandOutput,
|
|
221
245
|
} from "../commands/UpdateBrowserSettingsCommand";
|
|
246
|
+
import {
|
|
247
|
+
UpdateDataProtectionSettingsCommandInput,
|
|
248
|
+
UpdateDataProtectionSettingsCommandOutput,
|
|
249
|
+
} from "../commands/UpdateDataProtectionSettingsCommand";
|
|
222
250
|
import {
|
|
223
251
|
UpdateIdentityProviderCommandInput,
|
|
224
252
|
UpdateIdentityProviderCommandOutput,
|
|
@@ -251,6 +279,10 @@ export declare const se_AssociateBrowserSettingsCommand: (
|
|
|
251
279
|
input: AssociateBrowserSettingsCommandInput,
|
|
252
280
|
context: __SerdeContext
|
|
253
281
|
) => Promise<__HttpRequest>;
|
|
282
|
+
export declare const se_AssociateDataProtectionSettingsCommand: (
|
|
283
|
+
input: AssociateDataProtectionSettingsCommandInput,
|
|
284
|
+
context: __SerdeContext
|
|
285
|
+
) => Promise<__HttpRequest>;
|
|
254
286
|
export declare const se_AssociateIpAccessSettingsCommand: (
|
|
255
287
|
input: AssociateIpAccessSettingsCommandInput,
|
|
256
288
|
context: __SerdeContext
|
|
@@ -275,6 +307,10 @@ export declare const se_CreateBrowserSettingsCommand: (
|
|
|
275
307
|
input: CreateBrowserSettingsCommandInput,
|
|
276
308
|
context: __SerdeContext
|
|
277
309
|
) => Promise<__HttpRequest>;
|
|
310
|
+
export declare const se_CreateDataProtectionSettingsCommand: (
|
|
311
|
+
input: CreateDataProtectionSettingsCommandInput,
|
|
312
|
+
context: __SerdeContext
|
|
313
|
+
) => Promise<__HttpRequest>;
|
|
278
314
|
export declare const se_CreateIdentityProviderCommand: (
|
|
279
315
|
input: CreateIdentityProviderCommandInput,
|
|
280
316
|
context: __SerdeContext
|
|
@@ -307,6 +343,10 @@ export declare const se_DeleteBrowserSettingsCommand: (
|
|
|
307
343
|
input: DeleteBrowserSettingsCommandInput,
|
|
308
344
|
context: __SerdeContext
|
|
309
345
|
) => Promise<__HttpRequest>;
|
|
346
|
+
export declare const se_DeleteDataProtectionSettingsCommand: (
|
|
347
|
+
input: DeleteDataProtectionSettingsCommandInput,
|
|
348
|
+
context: __SerdeContext
|
|
349
|
+
) => Promise<__HttpRequest>;
|
|
310
350
|
export declare const se_DeleteIdentityProviderCommand: (
|
|
311
351
|
input: DeleteIdentityProviderCommandInput,
|
|
312
352
|
context: __SerdeContext
|
|
@@ -339,6 +379,10 @@ export declare const se_DisassociateBrowserSettingsCommand: (
|
|
|
339
379
|
input: DisassociateBrowserSettingsCommandInput,
|
|
340
380
|
context: __SerdeContext
|
|
341
381
|
) => Promise<__HttpRequest>;
|
|
382
|
+
export declare const se_DisassociateDataProtectionSettingsCommand: (
|
|
383
|
+
input: DisassociateDataProtectionSettingsCommandInput,
|
|
384
|
+
context: __SerdeContext
|
|
385
|
+
) => Promise<__HttpRequest>;
|
|
342
386
|
export declare const se_DisassociateIpAccessSettingsCommand: (
|
|
343
387
|
input: DisassociateIpAccessSettingsCommandInput,
|
|
344
388
|
context: __SerdeContext
|
|
@@ -367,6 +411,10 @@ export declare const se_GetBrowserSettingsCommand: (
|
|
|
367
411
|
input: GetBrowserSettingsCommandInput,
|
|
368
412
|
context: __SerdeContext
|
|
369
413
|
) => Promise<__HttpRequest>;
|
|
414
|
+
export declare const se_GetDataProtectionSettingsCommand: (
|
|
415
|
+
input: GetDataProtectionSettingsCommandInput,
|
|
416
|
+
context: __SerdeContext
|
|
417
|
+
) => Promise<__HttpRequest>;
|
|
370
418
|
export declare const se_GetIdentityProviderCommand: (
|
|
371
419
|
input: GetIdentityProviderCommandInput,
|
|
372
420
|
context: __SerdeContext
|
|
@@ -411,6 +459,10 @@ export declare const se_ListBrowserSettingsCommand: (
|
|
|
411
459
|
input: ListBrowserSettingsCommandInput,
|
|
412
460
|
context: __SerdeContext
|
|
413
461
|
) => Promise<__HttpRequest>;
|
|
462
|
+
export declare const se_ListDataProtectionSettingsCommand: (
|
|
463
|
+
input: ListDataProtectionSettingsCommandInput,
|
|
464
|
+
context: __SerdeContext
|
|
465
|
+
) => Promise<__HttpRequest>;
|
|
414
466
|
export declare const se_ListIdentityProvidersCommand: (
|
|
415
467
|
input: ListIdentityProvidersCommandInput,
|
|
416
468
|
context: __SerdeContext
|
|
@@ -463,6 +515,10 @@ export declare const se_UpdateBrowserSettingsCommand: (
|
|
|
463
515
|
input: UpdateBrowserSettingsCommandInput,
|
|
464
516
|
context: __SerdeContext
|
|
465
517
|
) => Promise<__HttpRequest>;
|
|
518
|
+
export declare const se_UpdateDataProtectionSettingsCommand: (
|
|
519
|
+
input: UpdateDataProtectionSettingsCommandInput,
|
|
520
|
+
context: __SerdeContext
|
|
521
|
+
) => Promise<__HttpRequest>;
|
|
466
522
|
export declare const se_UpdateIdentityProviderCommand: (
|
|
467
523
|
input: UpdateIdentityProviderCommandInput,
|
|
468
524
|
context: __SerdeContext
|
|
@@ -495,6 +551,10 @@ export declare const de_AssociateBrowserSettingsCommand: (
|
|
|
495
551
|
output: __HttpResponse,
|
|
496
552
|
context: __SerdeContext
|
|
497
553
|
) => Promise<AssociateBrowserSettingsCommandOutput>;
|
|
554
|
+
export declare const de_AssociateDataProtectionSettingsCommand: (
|
|
555
|
+
output: __HttpResponse,
|
|
556
|
+
context: __SerdeContext
|
|
557
|
+
) => Promise<AssociateDataProtectionSettingsCommandOutput>;
|
|
498
558
|
export declare const de_AssociateIpAccessSettingsCommand: (
|
|
499
559
|
output: __HttpResponse,
|
|
500
560
|
context: __SerdeContext
|
|
@@ -519,6 +579,10 @@ export declare const de_CreateBrowserSettingsCommand: (
|
|
|
519
579
|
output: __HttpResponse,
|
|
520
580
|
context: __SerdeContext
|
|
521
581
|
) => Promise<CreateBrowserSettingsCommandOutput>;
|
|
582
|
+
export declare const de_CreateDataProtectionSettingsCommand: (
|
|
583
|
+
output: __HttpResponse,
|
|
584
|
+
context: __SerdeContext
|
|
585
|
+
) => Promise<CreateDataProtectionSettingsCommandOutput>;
|
|
522
586
|
export declare const de_CreateIdentityProviderCommand: (
|
|
523
587
|
output: __HttpResponse,
|
|
524
588
|
context: __SerdeContext
|
|
@@ -551,6 +615,10 @@ export declare const de_DeleteBrowserSettingsCommand: (
|
|
|
551
615
|
output: __HttpResponse,
|
|
552
616
|
context: __SerdeContext
|
|
553
617
|
) => Promise<DeleteBrowserSettingsCommandOutput>;
|
|
618
|
+
export declare const de_DeleteDataProtectionSettingsCommand: (
|
|
619
|
+
output: __HttpResponse,
|
|
620
|
+
context: __SerdeContext
|
|
621
|
+
) => Promise<DeleteDataProtectionSettingsCommandOutput>;
|
|
554
622
|
export declare const de_DeleteIdentityProviderCommand: (
|
|
555
623
|
output: __HttpResponse,
|
|
556
624
|
context: __SerdeContext
|
|
@@ -583,6 +651,10 @@ export declare const de_DisassociateBrowserSettingsCommand: (
|
|
|
583
651
|
output: __HttpResponse,
|
|
584
652
|
context: __SerdeContext
|
|
585
653
|
) => Promise<DisassociateBrowserSettingsCommandOutput>;
|
|
654
|
+
export declare const de_DisassociateDataProtectionSettingsCommand: (
|
|
655
|
+
output: __HttpResponse,
|
|
656
|
+
context: __SerdeContext
|
|
657
|
+
) => Promise<DisassociateDataProtectionSettingsCommandOutput>;
|
|
586
658
|
export declare const de_DisassociateIpAccessSettingsCommand: (
|
|
587
659
|
output: __HttpResponse,
|
|
588
660
|
context: __SerdeContext
|
|
@@ -611,6 +683,10 @@ export declare const de_GetBrowserSettingsCommand: (
|
|
|
611
683
|
output: __HttpResponse,
|
|
612
684
|
context: __SerdeContext
|
|
613
685
|
) => Promise<GetBrowserSettingsCommandOutput>;
|
|
686
|
+
export declare const de_GetDataProtectionSettingsCommand: (
|
|
687
|
+
output: __HttpResponse,
|
|
688
|
+
context: __SerdeContext
|
|
689
|
+
) => Promise<GetDataProtectionSettingsCommandOutput>;
|
|
614
690
|
export declare const de_GetIdentityProviderCommand: (
|
|
615
691
|
output: __HttpResponse,
|
|
616
692
|
context: __SerdeContext
|
|
@@ -655,6 +731,10 @@ export declare const de_ListBrowserSettingsCommand: (
|
|
|
655
731
|
output: __HttpResponse,
|
|
656
732
|
context: __SerdeContext
|
|
657
733
|
) => Promise<ListBrowserSettingsCommandOutput>;
|
|
734
|
+
export declare const de_ListDataProtectionSettingsCommand: (
|
|
735
|
+
output: __HttpResponse,
|
|
736
|
+
context: __SerdeContext
|
|
737
|
+
) => Promise<ListDataProtectionSettingsCommandOutput>;
|
|
658
738
|
export declare const de_ListIdentityProvidersCommand: (
|
|
659
739
|
output: __HttpResponse,
|
|
660
740
|
context: __SerdeContext
|
|
@@ -707,6 +787,10 @@ export declare const de_UpdateBrowserSettingsCommand: (
|
|
|
707
787
|
output: __HttpResponse,
|
|
708
788
|
context: __SerdeContext
|
|
709
789
|
) => Promise<UpdateBrowserSettingsCommandOutput>;
|
|
790
|
+
export declare const de_UpdateDataProtectionSettingsCommand: (
|
|
791
|
+
output: __HttpResponse,
|
|
792
|
+
context: __SerdeContext
|
|
793
|
+
) => Promise<UpdateDataProtectionSettingsCommandOutput>;
|
|
710
794
|
export declare const de_UpdateIdentityProviderCommand: (
|
|
711
795
|
output: __HttpResponse,
|
|
712
796
|
context: __SerdeContext
|
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.697.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,43 +20,43 @@
|
|
|
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.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "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": "^3.0.
|
|
37
|
-
"@smithy/core": "^2.5.
|
|
38
|
-
"@smithy/fetch-http-handler": "^4.1.
|
|
39
|
-
"@smithy/hash-node": "^3.0.
|
|
40
|
-
"@smithy/invalid-dependency": "^3.0.
|
|
41
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
42
|
-
"@smithy/middleware-endpoint": "^3.2.
|
|
43
|
-
"@smithy/middleware-retry": "^3.0.
|
|
44
|
-
"@smithy/middleware-serde": "^3.0.
|
|
45
|
-
"@smithy/middleware-stack": "^3.0.
|
|
46
|
-
"@smithy/node-config-provider": "^3.1.
|
|
47
|
-
"@smithy/node-http-handler": "^3.3.
|
|
48
|
-
"@smithy/protocol-http": "^4.1.
|
|
49
|
-
"@smithy/smithy-client": "^3.4.
|
|
50
|
-
"@smithy/types": "^3.7.
|
|
51
|
-
"@smithy/url-parser": "^3.0.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.696.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.696.0",
|
|
25
|
+
"@aws-sdk/core": "3.696.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.696.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.696.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.696.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.696.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.696.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.696.0",
|
|
32
|
+
"@aws-sdk/types": "3.696.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.696.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.696.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.696.0",
|
|
36
|
+
"@smithy/config-resolver": "^3.0.12",
|
|
37
|
+
"@smithy/core": "^2.5.3",
|
|
38
|
+
"@smithy/fetch-http-handler": "^4.1.1",
|
|
39
|
+
"@smithy/hash-node": "^3.0.10",
|
|
40
|
+
"@smithy/invalid-dependency": "^3.0.10",
|
|
41
|
+
"@smithy/middleware-content-length": "^3.0.12",
|
|
42
|
+
"@smithy/middleware-endpoint": "^3.2.3",
|
|
43
|
+
"@smithy/middleware-retry": "^3.0.27",
|
|
44
|
+
"@smithy/middleware-serde": "^3.0.10",
|
|
45
|
+
"@smithy/middleware-stack": "^3.0.10",
|
|
46
|
+
"@smithy/node-config-provider": "^3.1.11",
|
|
47
|
+
"@smithy/node-http-handler": "^3.3.1",
|
|
48
|
+
"@smithy/protocol-http": "^4.1.7",
|
|
49
|
+
"@smithy/smithy-client": "^3.4.4",
|
|
50
|
+
"@smithy/types": "^3.7.1",
|
|
51
|
+
"@smithy/url-parser": "^3.0.10",
|
|
52
52
|
"@smithy/util-base64": "^3.0.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
57
|
-
"@smithy/util-endpoints": "^2.1.
|
|
58
|
-
"@smithy/util-middleware": "^3.0.
|
|
59
|
-
"@smithy/util-retry": "^3.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^3.0.27",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^3.0.27",
|
|
57
|
+
"@smithy/util-endpoints": "^2.1.6",
|
|
58
|
+
"@smithy/util-middleware": "^3.0.10",
|
|
59
|
+
"@smithy/util-retry": "^3.0.10",
|
|
60
60
|
"@smithy/util-utf8": "^3.0.0",
|
|
61
61
|
"@types/uuid": "^9.0.1",
|
|
62
62
|
"tslib": "^2.6.2",
|