@aws-sdk/client-workspaces 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.
Files changed (73) hide show
  1. package/README.md +72 -0
  2. package/dist-cjs/index.js +535 -1
  3. package/dist-es/WorkSpaces.js +18 -0
  4. package/dist-es/commands/CreateWorkspacesPoolCommand.js +24 -0
  5. package/dist-es/commands/DescribeWorkspacesPoolSessionsCommand.js +24 -0
  6. package/dist-es/commands/DescribeWorkspacesPoolsCommand.js +24 -0
  7. package/dist-es/commands/ModifyStreamingPropertiesCommand.js +24 -0
  8. package/dist-es/commands/StartWorkspacesPoolCommand.js +24 -0
  9. package/dist-es/commands/StopWorkspacesPoolCommand.js +24 -0
  10. package/dist-es/commands/TerminateWorkspacesPoolCommand.js +24 -0
  11. package/dist-es/commands/TerminateWorkspacesPoolSessionCommand.js +24 -0
  12. package/dist-es/commands/UpdateWorkspacesPoolCommand.js +24 -0
  13. package/dist-es/commands/index.js +9 -0
  14. package/dist-es/models/index.js +1 -0
  15. package/dist-es/models/models_0.js +101 -0
  16. package/dist-es/models/models_1.js +1 -0
  17. package/dist-es/protocols/Aws_json1_1.js +238 -0
  18. package/dist-types/WorkSpaces.d.ts +65 -0
  19. package/dist-types/WorkSpacesClient.d.ts +11 -2
  20. package/dist-types/commands/CreateWorkspacesPoolCommand.d.ts +130 -0
  21. package/dist-types/commands/DescribeWorkspaceDirectoriesCommand.d.ts +30 -1
  22. package/dist-types/commands/DescribeWorkspacesPoolSessionsCommand.d.ts +88 -0
  23. package/dist-types/commands/DescribeWorkspacesPoolsCommand.d.ts +116 -0
  24. package/dist-types/commands/DisassociateIpGroupsCommand.d.ts +3 -0
  25. package/dist-types/commands/ModifyClientPropertiesCommand.d.ts +3 -0
  26. package/dist-types/commands/ModifySelfservicePermissionsCommand.d.ts +3 -0
  27. package/dist-types/commands/ModifyStreamingPropertiesCommand.d.ts +86 -0
  28. package/dist-types/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +1 -0
  29. package/dist-types/commands/RegisterWorkspaceDirectoryCommand.d.ts +18 -4
  30. package/dist-types/commands/StartWorkspacesCommand.d.ts +1 -1
  31. package/dist-types/commands/StartWorkspacesPoolCommand.d.ts +81 -0
  32. package/dist-types/commands/StopWorkspacesCommand.d.ts +1 -1
  33. package/dist-types/commands/StopWorkspacesPoolCommand.d.ts +75 -0
  34. package/dist-types/commands/TerminateWorkspacesCommand.d.ts +1 -1
  35. package/dist-types/commands/TerminateWorkspacesPoolCommand.d.ts +73 -0
  36. package/dist-types/commands/TerminateWorkspacesPoolSessionCommand.d.ts +73 -0
  37. package/dist-types/commands/UpdateConnectClientAddInCommand.d.ts +1 -1
  38. package/dist-types/commands/UpdateConnectionAliasPermissionCommand.d.ts +1 -1
  39. package/dist-types/commands/UpdateRulesOfIpGroupCommand.d.ts +1 -1
  40. package/dist-types/commands/UpdateWorkspaceBundleCommand.d.ts +1 -1
  41. package/dist-types/commands/UpdateWorkspaceImagePermissionCommand.d.ts +1 -1
  42. package/dist-types/commands/UpdateWorkspacesPoolCommand.d.ts +127 -0
  43. package/dist-types/commands/index.d.ts +9 -0
  44. package/dist-types/models/index.d.ts +1 -0
  45. package/dist-types/models/models_0.d.ts +854 -253
  46. package/dist-types/models/models_1.d.ts +324 -0
  47. package/dist-types/protocols/Aws_json1_1.d.ts +81 -0
  48. package/dist-types/ts3.4/WorkSpaces.d.ts +155 -0
  49. package/dist-types/ts3.4/WorkSpacesClient.d.ts +56 -2
  50. package/dist-types/ts3.4/commands/CreateWorkspacesPoolCommand.d.ts +40 -0
  51. package/dist-types/ts3.4/commands/DescribeWorkspacesPoolSessionsCommand.d.ts +40 -0
  52. package/dist-types/ts3.4/commands/DescribeWorkspacesPoolsCommand.d.ts +40 -0
  53. package/dist-types/ts3.4/commands/ModifyStreamingPropertiesCommand.d.ts +40 -0
  54. package/dist-types/ts3.4/commands/RegisterWorkspaceDirectoryCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/StartWorkspacesCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/StartWorkspacesPoolCommand.d.ts +40 -0
  57. package/dist-types/ts3.4/commands/StopWorkspacesCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/StopWorkspacesPoolCommand.d.ts +40 -0
  59. package/dist-types/ts3.4/commands/TerminateWorkspacesCommand.d.ts +1 -1
  60. package/dist-types/ts3.4/commands/TerminateWorkspacesPoolCommand.d.ts +40 -0
  61. package/dist-types/ts3.4/commands/TerminateWorkspacesPoolSessionCommand.d.ts +40 -0
  62. package/dist-types/ts3.4/commands/UpdateConnectClientAddInCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/UpdateConnectionAliasPermissionCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/UpdateRulesOfIpGroupCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/UpdateWorkspaceBundleCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/UpdateWorkspaceImagePermissionCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/UpdateWorkspacesPoolCommand.d.ts +40 -0
  68. package/dist-types/ts3.4/commands/index.d.ts +9 -0
  69. package/dist-types/ts3.4/models/index.d.ts +1 -0
  70. package/dist-types/ts3.4/models/models_0.d.ts +266 -58
  71. package/dist-types/ts3.4/models/models_1.d.ts +92 -0
  72. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +108 -0
  73. package/package.json +3 -3
@@ -0,0 +1,92 @@
1
+ import {
2
+ ApplicationSettingsRequest,
3
+ Capacity,
4
+ ConnectionAliasPermission,
5
+ FailedWorkspaceChangeRequest,
6
+ IpRuleItem,
7
+ TimeoutSettings,
8
+ WorkspacesPool,
9
+ } from "./models_0";
10
+ export interface StartRequest {
11
+ WorkspaceId?: string;
12
+ }
13
+ export interface StartWorkspacesRequest {
14
+ StartWorkspaceRequests: StartRequest[] | undefined;
15
+ }
16
+ export interface StartWorkspacesResult {
17
+ FailedRequests?: FailedWorkspaceChangeRequest[];
18
+ }
19
+ export interface StartWorkspacesPoolRequest {
20
+ PoolId: string | undefined;
21
+ }
22
+ export interface StartWorkspacesPoolResult {}
23
+ export interface StopRequest {
24
+ WorkspaceId?: string;
25
+ }
26
+ export interface StopWorkspacesRequest {
27
+ StopWorkspaceRequests: StopRequest[] | undefined;
28
+ }
29
+ export interface StopWorkspacesResult {
30
+ FailedRequests?: FailedWorkspaceChangeRequest[];
31
+ }
32
+ export interface StopWorkspacesPoolRequest {
33
+ PoolId: string | undefined;
34
+ }
35
+ export interface StopWorkspacesPoolResult {}
36
+ export interface TerminateRequest {
37
+ WorkspaceId: string | undefined;
38
+ }
39
+ export interface TerminateWorkspacesRequest {
40
+ TerminateWorkspaceRequests: TerminateRequest[] | undefined;
41
+ }
42
+ export interface TerminateWorkspacesResult {
43
+ FailedRequests?: FailedWorkspaceChangeRequest[];
44
+ }
45
+ export interface TerminateWorkspacesPoolRequest {
46
+ PoolId: string | undefined;
47
+ }
48
+ export interface TerminateWorkspacesPoolResult {}
49
+ export interface TerminateWorkspacesPoolSessionRequest {
50
+ SessionId: string | undefined;
51
+ }
52
+ export interface TerminateWorkspacesPoolSessionResult {}
53
+ export interface UpdateConnectClientAddInRequest {
54
+ AddInId: string | undefined;
55
+ ResourceId: string | undefined;
56
+ Name?: string;
57
+ URL?: string;
58
+ }
59
+ export interface UpdateConnectClientAddInResult {}
60
+ export interface UpdateConnectionAliasPermissionRequest {
61
+ AliasId: string | undefined;
62
+ ConnectionAliasPermission: ConnectionAliasPermission | undefined;
63
+ }
64
+ export interface UpdateConnectionAliasPermissionResult {}
65
+ export interface UpdateRulesOfIpGroupRequest {
66
+ GroupId: string | undefined;
67
+ UserRules: IpRuleItem[] | undefined;
68
+ }
69
+ export interface UpdateRulesOfIpGroupResult {}
70
+ export interface UpdateWorkspaceBundleRequest {
71
+ BundleId?: string;
72
+ ImageId?: string;
73
+ }
74
+ export interface UpdateWorkspaceBundleResult {}
75
+ export interface UpdateWorkspaceImagePermissionRequest {
76
+ ImageId: string | undefined;
77
+ AllowCopyImage: boolean | undefined;
78
+ SharedAccountId: string | undefined;
79
+ }
80
+ export interface UpdateWorkspaceImagePermissionResult {}
81
+ export interface UpdateWorkspacesPoolRequest {
82
+ PoolId: string | undefined;
83
+ Description?: string;
84
+ BundleId?: string;
85
+ DirectoryId?: string;
86
+ Capacity?: Capacity;
87
+ ApplicationSettings?: ApplicationSettingsRequest;
88
+ TimeoutSettings?: TimeoutSettings;
89
+ }
90
+ export interface UpdateWorkspacesPoolResult {
91
+ WorkspacesPool?: WorkspacesPool;
92
+ }
@@ -67,6 +67,10 @@ import {
67
67
  CreateWorkspacesCommandInput,
68
68
  CreateWorkspacesCommandOutput,
69
69
  } from "../commands/CreateWorkspacesCommand";
70
+ import {
71
+ CreateWorkspacesPoolCommandInput,
72
+ CreateWorkspacesPoolCommandOutput,
73
+ } from "../commands/CreateWorkspacesPoolCommand";
70
74
  import {
71
75
  DeleteAccountLinkInvitationCommandInput,
72
76
  DeleteAccountLinkInvitationCommandOutput,
@@ -191,6 +195,14 @@ import {
191
195
  DescribeWorkspaceSnapshotsCommandInput,
192
196
  DescribeWorkspaceSnapshotsCommandOutput,
193
197
  } from "../commands/DescribeWorkspaceSnapshotsCommand";
198
+ import {
199
+ DescribeWorkspacesPoolsCommandInput,
200
+ DescribeWorkspacesPoolsCommandOutput,
201
+ } from "../commands/DescribeWorkspacesPoolsCommand";
202
+ import {
203
+ DescribeWorkspacesPoolSessionsCommandInput,
204
+ DescribeWorkspacesPoolSessionsCommandOutput,
205
+ } from "../commands/DescribeWorkspacesPoolSessionsCommand";
194
206
  import {
195
207
  DisassociateConnectionAliasCommandInput,
196
208
  DisassociateConnectionAliasCommandOutput,
@@ -247,6 +259,10 @@ import {
247
259
  ModifySelfservicePermissionsCommandInput,
248
260
  ModifySelfservicePermissionsCommandOutput,
249
261
  } from "../commands/ModifySelfservicePermissionsCommand";
262
+ import {
263
+ ModifyStreamingPropertiesCommandInput,
264
+ ModifyStreamingPropertiesCommandOutput,
265
+ } from "../commands/ModifyStreamingPropertiesCommand";
250
266
  import {
251
267
  ModifyWorkspaceAccessPropertiesCommandInput,
252
268
  ModifyWorkspaceAccessPropertiesCommandOutput,
@@ -291,14 +307,30 @@ import {
291
307
  StartWorkspacesCommandInput,
292
308
  StartWorkspacesCommandOutput,
293
309
  } from "../commands/StartWorkspacesCommand";
310
+ import {
311
+ StartWorkspacesPoolCommandInput,
312
+ StartWorkspacesPoolCommandOutput,
313
+ } from "../commands/StartWorkspacesPoolCommand";
294
314
  import {
295
315
  StopWorkspacesCommandInput,
296
316
  StopWorkspacesCommandOutput,
297
317
  } from "../commands/StopWorkspacesCommand";
318
+ import {
319
+ StopWorkspacesPoolCommandInput,
320
+ StopWorkspacesPoolCommandOutput,
321
+ } from "../commands/StopWorkspacesPoolCommand";
298
322
  import {
299
323
  TerminateWorkspacesCommandInput,
300
324
  TerminateWorkspacesCommandOutput,
301
325
  } from "../commands/TerminateWorkspacesCommand";
326
+ import {
327
+ TerminateWorkspacesPoolCommandInput,
328
+ TerminateWorkspacesPoolCommandOutput,
329
+ } from "../commands/TerminateWorkspacesPoolCommand";
330
+ import {
331
+ TerminateWorkspacesPoolSessionCommandInput,
332
+ TerminateWorkspacesPoolSessionCommandOutput,
333
+ } from "../commands/TerminateWorkspacesPoolSessionCommand";
302
334
  import {
303
335
  UpdateConnectClientAddInCommandInput,
304
336
  UpdateConnectClientAddInCommandOutput,
@@ -319,6 +351,10 @@ import {
319
351
  UpdateWorkspaceImagePermissionCommandInput,
320
352
  UpdateWorkspaceImagePermissionCommandOutput,
321
353
  } from "../commands/UpdateWorkspaceImagePermissionCommand";
354
+ import {
355
+ UpdateWorkspacesPoolCommandInput,
356
+ UpdateWorkspacesPoolCommandOutput,
357
+ } from "../commands/UpdateWorkspacesPoolCommand";
322
358
  export declare const se_AcceptAccountLinkInvitationCommand: (
323
359
  input: AcceptAccountLinkInvitationCommandInput,
324
360
  context: __SerdeContext
@@ -383,6 +419,10 @@ export declare const se_CreateWorkspacesCommand: (
383
419
  input: CreateWorkspacesCommandInput,
384
420
  context: __SerdeContext
385
421
  ) => Promise<__HttpRequest>;
422
+ export declare const se_CreateWorkspacesPoolCommand: (
423
+ input: CreateWorkspacesPoolCommandInput,
424
+ context: __SerdeContext
425
+ ) => Promise<__HttpRequest>;
386
426
  export declare const se_DeleteAccountLinkInvitationCommand: (
387
427
  input: DeleteAccountLinkInvitationCommandInput,
388
428
  context: __SerdeContext
@@ -507,6 +547,14 @@ export declare const se_DescribeWorkspaceSnapshotsCommand: (
507
547
  input: DescribeWorkspaceSnapshotsCommandInput,
508
548
  context: __SerdeContext
509
549
  ) => Promise<__HttpRequest>;
550
+ export declare const se_DescribeWorkspacesPoolsCommand: (
551
+ input: DescribeWorkspacesPoolsCommandInput,
552
+ context: __SerdeContext
553
+ ) => Promise<__HttpRequest>;
554
+ export declare const se_DescribeWorkspacesPoolSessionsCommand: (
555
+ input: DescribeWorkspacesPoolSessionsCommandInput,
556
+ context: __SerdeContext
557
+ ) => Promise<__HttpRequest>;
510
558
  export declare const se_DisassociateConnectionAliasCommand: (
511
559
  input: DisassociateConnectionAliasCommandInput,
512
560
  context: __SerdeContext
@@ -563,6 +611,10 @@ export declare const se_ModifySelfservicePermissionsCommand: (
563
611
  input: ModifySelfservicePermissionsCommandInput,
564
612
  context: __SerdeContext
565
613
  ) => Promise<__HttpRequest>;
614
+ export declare const se_ModifyStreamingPropertiesCommand: (
615
+ input: ModifyStreamingPropertiesCommandInput,
616
+ context: __SerdeContext
617
+ ) => Promise<__HttpRequest>;
566
618
  export declare const se_ModifyWorkspaceAccessPropertiesCommand: (
567
619
  input: ModifyWorkspaceAccessPropertiesCommandInput,
568
620
  context: __SerdeContext
@@ -607,14 +659,30 @@ export declare const se_StartWorkspacesCommand: (
607
659
  input: StartWorkspacesCommandInput,
608
660
  context: __SerdeContext
609
661
  ) => Promise<__HttpRequest>;
662
+ export declare const se_StartWorkspacesPoolCommand: (
663
+ input: StartWorkspacesPoolCommandInput,
664
+ context: __SerdeContext
665
+ ) => Promise<__HttpRequest>;
610
666
  export declare const se_StopWorkspacesCommand: (
611
667
  input: StopWorkspacesCommandInput,
612
668
  context: __SerdeContext
613
669
  ) => Promise<__HttpRequest>;
670
+ export declare const se_StopWorkspacesPoolCommand: (
671
+ input: StopWorkspacesPoolCommandInput,
672
+ context: __SerdeContext
673
+ ) => Promise<__HttpRequest>;
614
674
  export declare const se_TerminateWorkspacesCommand: (
615
675
  input: TerminateWorkspacesCommandInput,
616
676
  context: __SerdeContext
617
677
  ) => Promise<__HttpRequest>;
678
+ export declare const se_TerminateWorkspacesPoolCommand: (
679
+ input: TerminateWorkspacesPoolCommandInput,
680
+ context: __SerdeContext
681
+ ) => Promise<__HttpRequest>;
682
+ export declare const se_TerminateWorkspacesPoolSessionCommand: (
683
+ input: TerminateWorkspacesPoolSessionCommandInput,
684
+ context: __SerdeContext
685
+ ) => Promise<__HttpRequest>;
618
686
  export declare const se_UpdateConnectClientAddInCommand: (
619
687
  input: UpdateConnectClientAddInCommandInput,
620
688
  context: __SerdeContext
@@ -635,6 +703,10 @@ export declare const se_UpdateWorkspaceImagePermissionCommand: (
635
703
  input: UpdateWorkspaceImagePermissionCommandInput,
636
704
  context: __SerdeContext
637
705
  ) => Promise<__HttpRequest>;
706
+ export declare const se_UpdateWorkspacesPoolCommand: (
707
+ input: UpdateWorkspacesPoolCommandInput,
708
+ context: __SerdeContext
709
+ ) => Promise<__HttpRequest>;
638
710
  export declare const de_AcceptAccountLinkInvitationCommand: (
639
711
  output: __HttpResponse,
640
712
  context: __SerdeContext
@@ -699,6 +771,10 @@ export declare const de_CreateWorkspacesCommand: (
699
771
  output: __HttpResponse,
700
772
  context: __SerdeContext
701
773
  ) => Promise<CreateWorkspacesCommandOutput>;
774
+ export declare const de_CreateWorkspacesPoolCommand: (
775
+ output: __HttpResponse,
776
+ context: __SerdeContext
777
+ ) => Promise<CreateWorkspacesPoolCommandOutput>;
702
778
  export declare const de_DeleteAccountLinkInvitationCommand: (
703
779
  output: __HttpResponse,
704
780
  context: __SerdeContext
@@ -823,6 +899,14 @@ export declare const de_DescribeWorkspaceSnapshotsCommand: (
823
899
  output: __HttpResponse,
824
900
  context: __SerdeContext
825
901
  ) => Promise<DescribeWorkspaceSnapshotsCommandOutput>;
902
+ export declare const de_DescribeWorkspacesPoolsCommand: (
903
+ output: __HttpResponse,
904
+ context: __SerdeContext
905
+ ) => Promise<DescribeWorkspacesPoolsCommandOutput>;
906
+ export declare const de_DescribeWorkspacesPoolSessionsCommand: (
907
+ output: __HttpResponse,
908
+ context: __SerdeContext
909
+ ) => Promise<DescribeWorkspacesPoolSessionsCommandOutput>;
826
910
  export declare const de_DisassociateConnectionAliasCommand: (
827
911
  output: __HttpResponse,
828
912
  context: __SerdeContext
@@ -879,6 +963,10 @@ export declare const de_ModifySelfservicePermissionsCommand: (
879
963
  output: __HttpResponse,
880
964
  context: __SerdeContext
881
965
  ) => Promise<ModifySelfservicePermissionsCommandOutput>;
966
+ export declare const de_ModifyStreamingPropertiesCommand: (
967
+ output: __HttpResponse,
968
+ context: __SerdeContext
969
+ ) => Promise<ModifyStreamingPropertiesCommandOutput>;
882
970
  export declare const de_ModifyWorkspaceAccessPropertiesCommand: (
883
971
  output: __HttpResponse,
884
972
  context: __SerdeContext
@@ -923,14 +1011,30 @@ export declare const de_StartWorkspacesCommand: (
923
1011
  output: __HttpResponse,
924
1012
  context: __SerdeContext
925
1013
  ) => Promise<StartWorkspacesCommandOutput>;
1014
+ export declare const de_StartWorkspacesPoolCommand: (
1015
+ output: __HttpResponse,
1016
+ context: __SerdeContext
1017
+ ) => Promise<StartWorkspacesPoolCommandOutput>;
926
1018
  export declare const de_StopWorkspacesCommand: (
927
1019
  output: __HttpResponse,
928
1020
  context: __SerdeContext
929
1021
  ) => Promise<StopWorkspacesCommandOutput>;
1022
+ export declare const de_StopWorkspacesPoolCommand: (
1023
+ output: __HttpResponse,
1024
+ context: __SerdeContext
1025
+ ) => Promise<StopWorkspacesPoolCommandOutput>;
930
1026
  export declare const de_TerminateWorkspacesCommand: (
931
1027
  output: __HttpResponse,
932
1028
  context: __SerdeContext
933
1029
  ) => Promise<TerminateWorkspacesCommandOutput>;
1030
+ export declare const de_TerminateWorkspacesPoolCommand: (
1031
+ output: __HttpResponse,
1032
+ context: __SerdeContext
1033
+ ) => Promise<TerminateWorkspacesPoolCommandOutput>;
1034
+ export declare const de_TerminateWorkspacesPoolSessionCommand: (
1035
+ output: __HttpResponse,
1036
+ context: __SerdeContext
1037
+ ) => Promise<TerminateWorkspacesPoolSessionCommandOutput>;
934
1038
  export declare const de_UpdateConnectClientAddInCommand: (
935
1039
  output: __HttpResponse,
936
1040
  context: __SerdeContext
@@ -951,3 +1055,7 @@ export declare const de_UpdateWorkspaceImagePermissionCommand: (
951
1055
  output: __HttpResponse,
952
1056
  context: __SerdeContext
953
1057
  ) => Promise<UpdateWorkspaceImagePermissionCommandOutput>;
1058
+ export declare const de_UpdateWorkspacesPoolCommand: (
1059
+ output: __HttpResponse,
1060
+ context: __SerdeContext
1061
+ ) => Promise<UpdateWorkspacesPoolCommandOutput>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-workspaces",
3
3
  "description": "AWS SDK for JavaScript Workspaces Client for Node.js, Browser and React Native",
4
- "version": "3.600.0",
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",
@@ -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.600.0",
24
- "@aws-sdk/client-sts": "3.600.0",
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",