@aws-sdk/client-workspaces-web 3.856.0 → 3.858.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 (47) hide show
  1. package/README.md +56 -0
  2. package/dist-cjs/index.js +450 -0
  3. package/dist-es/WorkSpacesWeb.js +14 -0
  4. package/dist-es/commands/AssociateSessionLoggerCommand.js +22 -0
  5. package/dist-es/commands/CreateSessionLoggerCommand.js +23 -0
  6. package/dist-es/commands/DeleteSessionLoggerCommand.js +22 -0
  7. package/dist-es/commands/DisassociateSessionLoggerCommand.js +22 -0
  8. package/dist-es/commands/GetSessionLoggerCommand.js +23 -0
  9. package/dist-es/commands/ListSessionLoggersCommand.js +23 -0
  10. package/dist-es/commands/UpdateSessionLoggerCommand.js +23 -0
  11. package/dist-es/commands/index.js +7 -0
  12. package/dist-es/models/models_0.js +83 -0
  13. package/dist-es/pagination/ListSessionLoggersPaginator.js +4 -0
  14. package/dist-es/pagination/index.js +1 -0
  15. package/dist-es/protocols/Aws_restJson1.js +210 -1
  16. package/dist-types/WorkSpacesWeb.d.ts +50 -0
  17. package/dist-types/WorkSpacesWebClient.d.ts +9 -2
  18. package/dist-types/commands/AssociateSessionLoggerCommand.d.ts +109 -0
  19. package/dist-types/commands/CreateSessionLoggerCommand.d.ts +189 -0
  20. package/dist-types/commands/DeleteSessionLoggerCommand.d.ts +98 -0
  21. package/dist-types/commands/DisassociateSessionLoggerCommand.d.ts +98 -0
  22. package/dist-types/commands/GetPortalCommand.d.ts +1 -0
  23. package/dist-types/commands/GetSessionLoggerCommand.d.ts +187 -0
  24. package/dist-types/commands/ListPortalsCommand.d.ts +1 -0
  25. package/dist-types/commands/ListSessionLoggersCommand.d.ts +175 -0
  26. package/dist-types/commands/UpdatePortalCommand.d.ts +1 -0
  27. package/dist-types/commands/UpdateSessionLoggerCommand.d.ts +217 -0
  28. package/dist-types/commands/index.d.ts +7 -0
  29. package/dist-types/models/models_0.d.ts +452 -0
  30. package/dist-types/pagination/ListSessionLoggersPaginator.d.ts +7 -0
  31. package/dist-types/pagination/index.d.ts +1 -0
  32. package/dist-types/protocols/Aws_restJson1.d.ts +63 -0
  33. package/dist-types/ts3.4/WorkSpacesWeb.d.ts +120 -0
  34. package/dist-types/ts3.4/WorkSpacesWebClient.d.ts +42 -0
  35. package/dist-types/ts3.4/commands/AssociateSessionLoggerCommand.d.ts +51 -0
  36. package/dist-types/ts3.4/commands/CreateSessionLoggerCommand.d.ts +51 -0
  37. package/dist-types/ts3.4/commands/DeleteSessionLoggerCommand.d.ts +51 -0
  38. package/dist-types/ts3.4/commands/DisassociateSessionLoggerCommand.d.ts +51 -0
  39. package/dist-types/ts3.4/commands/GetSessionLoggerCommand.d.ts +50 -0
  40. package/dist-types/ts3.4/commands/ListSessionLoggersCommand.d.ts +51 -0
  41. package/dist-types/ts3.4/commands/UpdateSessionLoggerCommand.d.ts +51 -0
  42. package/dist-types/ts3.4/commands/index.d.ts +7 -0
  43. package/dist-types/ts3.4/models/models_0.d.ts +164 -0
  44. package/dist-types/ts3.4/pagination/ListSessionLoggersPaginator.d.ts +11 -0
  45. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  46. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +84 -0
  47. package/package.json +11 -11
@@ -19,6 +19,10 @@ import {
19
19
  AssociateNetworkSettingsCommandInput,
20
20
  AssociateNetworkSettingsCommandOutput,
21
21
  } from "../commands/AssociateNetworkSettingsCommand";
22
+ import {
23
+ AssociateSessionLoggerCommandInput,
24
+ AssociateSessionLoggerCommandOutput,
25
+ } from "../commands/AssociateSessionLoggerCommand";
22
26
  import {
23
27
  AssociateTrustStoreCommandInput,
24
28
  AssociateTrustStoreCommandOutput,
@@ -55,6 +59,10 @@ import {
55
59
  CreatePortalCommandInput,
56
60
  CreatePortalCommandOutput,
57
61
  } from "../commands/CreatePortalCommand";
62
+ import {
63
+ CreateSessionLoggerCommandInput,
64
+ CreateSessionLoggerCommandOutput,
65
+ } from "../commands/CreateSessionLoggerCommand";
58
66
  import {
59
67
  CreateTrustStoreCommandInput,
60
68
  CreateTrustStoreCommandOutput,
@@ -91,6 +99,10 @@ import {
91
99
  DeletePortalCommandInput,
92
100
  DeletePortalCommandOutput,
93
101
  } from "../commands/DeletePortalCommand";
102
+ import {
103
+ DeleteSessionLoggerCommandInput,
104
+ DeleteSessionLoggerCommandOutput,
105
+ } from "../commands/DeleteSessionLoggerCommand";
94
106
  import {
95
107
  DeleteTrustStoreCommandInput,
96
108
  DeleteTrustStoreCommandOutput,
@@ -119,6 +131,10 @@ import {
119
131
  DisassociateNetworkSettingsCommandInput,
120
132
  DisassociateNetworkSettingsCommandOutput,
121
133
  } from "../commands/DisassociateNetworkSettingsCommand";
134
+ import {
135
+ DisassociateSessionLoggerCommandInput,
136
+ DisassociateSessionLoggerCommandOutput,
137
+ } from "../commands/DisassociateSessionLoggerCommand";
122
138
  import {
123
139
  DisassociateTrustStoreCommandInput,
124
140
  DisassociateTrustStoreCommandOutput,
@@ -167,6 +183,10 @@ import {
167
183
  GetSessionCommandInput,
168
184
  GetSessionCommandOutput,
169
185
  } from "../commands/GetSessionCommand";
186
+ import {
187
+ GetSessionLoggerCommandInput,
188
+ GetSessionLoggerCommandOutput,
189
+ } from "../commands/GetSessionLoggerCommand";
170
190
  import {
171
191
  GetTrustStoreCertificateCommandInput,
172
192
  GetTrustStoreCertificateCommandOutput,
@@ -207,6 +227,10 @@ import {
207
227
  ListPortalsCommandInput,
208
228
  ListPortalsCommandOutput,
209
229
  } from "../commands/ListPortalsCommand";
230
+ import {
231
+ ListSessionLoggersCommandInput,
232
+ ListSessionLoggersCommandOutput,
233
+ } from "../commands/ListSessionLoggersCommand";
210
234
  import {
211
235
  ListSessionsCommandInput,
212
236
  ListSessionsCommandOutput,
@@ -263,6 +287,10 @@ import {
263
287
  UpdatePortalCommandInput,
264
288
  UpdatePortalCommandOutput,
265
289
  } from "../commands/UpdatePortalCommand";
290
+ import {
291
+ UpdateSessionLoggerCommandInput,
292
+ UpdateSessionLoggerCommandOutput,
293
+ } from "../commands/UpdateSessionLoggerCommand";
266
294
  import {
267
295
  UpdateTrustStoreCommandInput,
268
296
  UpdateTrustStoreCommandOutput,
@@ -291,6 +319,10 @@ export declare const se_AssociateNetworkSettingsCommand: (
291
319
  input: AssociateNetworkSettingsCommandInput,
292
320
  context: __SerdeContext
293
321
  ) => Promise<__HttpRequest>;
322
+ export declare const se_AssociateSessionLoggerCommand: (
323
+ input: AssociateSessionLoggerCommandInput,
324
+ context: __SerdeContext
325
+ ) => Promise<__HttpRequest>;
294
326
  export declare const se_AssociateTrustStoreCommand: (
295
327
  input: AssociateTrustStoreCommandInput,
296
328
  context: __SerdeContext
@@ -327,6 +359,10 @@ export declare const se_CreatePortalCommand: (
327
359
  input: CreatePortalCommandInput,
328
360
  context: __SerdeContext
329
361
  ) => Promise<__HttpRequest>;
362
+ export declare const se_CreateSessionLoggerCommand: (
363
+ input: CreateSessionLoggerCommandInput,
364
+ context: __SerdeContext
365
+ ) => Promise<__HttpRequest>;
330
366
  export declare const se_CreateTrustStoreCommand: (
331
367
  input: CreateTrustStoreCommandInput,
332
368
  context: __SerdeContext
@@ -363,6 +399,10 @@ export declare const se_DeletePortalCommand: (
363
399
  input: DeletePortalCommandInput,
364
400
  context: __SerdeContext
365
401
  ) => Promise<__HttpRequest>;
402
+ export declare const se_DeleteSessionLoggerCommand: (
403
+ input: DeleteSessionLoggerCommandInput,
404
+ context: __SerdeContext
405
+ ) => Promise<__HttpRequest>;
366
406
  export declare const se_DeleteTrustStoreCommand: (
367
407
  input: DeleteTrustStoreCommandInput,
368
408
  context: __SerdeContext
@@ -391,6 +431,10 @@ export declare const se_DisassociateNetworkSettingsCommand: (
391
431
  input: DisassociateNetworkSettingsCommandInput,
392
432
  context: __SerdeContext
393
433
  ) => Promise<__HttpRequest>;
434
+ export declare const se_DisassociateSessionLoggerCommand: (
435
+ input: DisassociateSessionLoggerCommandInput,
436
+ context: __SerdeContext
437
+ ) => Promise<__HttpRequest>;
394
438
  export declare const se_DisassociateTrustStoreCommand: (
395
439
  input: DisassociateTrustStoreCommandInput,
396
440
  context: __SerdeContext
@@ -439,6 +483,10 @@ export declare const se_GetSessionCommand: (
439
483
  input: GetSessionCommandInput,
440
484
  context: __SerdeContext
441
485
  ) => Promise<__HttpRequest>;
486
+ export declare const se_GetSessionLoggerCommand: (
487
+ input: GetSessionLoggerCommandInput,
488
+ context: __SerdeContext
489
+ ) => Promise<__HttpRequest>;
442
490
  export declare const se_GetTrustStoreCommand: (
443
491
  input: GetTrustStoreCommandInput,
444
492
  context: __SerdeContext
@@ -479,6 +527,10 @@ export declare const se_ListPortalsCommand: (
479
527
  input: ListPortalsCommandInput,
480
528
  context: __SerdeContext
481
529
  ) => Promise<__HttpRequest>;
530
+ export declare const se_ListSessionLoggersCommand: (
531
+ input: ListSessionLoggersCommandInput,
532
+ context: __SerdeContext
533
+ ) => Promise<__HttpRequest>;
482
534
  export declare const se_ListSessionsCommand: (
483
535
  input: ListSessionsCommandInput,
484
536
  context: __SerdeContext
@@ -535,6 +587,10 @@ export declare const se_UpdatePortalCommand: (
535
587
  input: UpdatePortalCommandInput,
536
588
  context: __SerdeContext
537
589
  ) => Promise<__HttpRequest>;
590
+ export declare const se_UpdateSessionLoggerCommand: (
591
+ input: UpdateSessionLoggerCommandInput,
592
+ context: __SerdeContext
593
+ ) => Promise<__HttpRequest>;
538
594
  export declare const se_UpdateTrustStoreCommand: (
539
595
  input: UpdateTrustStoreCommandInput,
540
596
  context: __SerdeContext
@@ -563,6 +619,10 @@ export declare const de_AssociateNetworkSettingsCommand: (
563
619
  output: __HttpResponse,
564
620
  context: __SerdeContext
565
621
  ) => Promise<AssociateNetworkSettingsCommandOutput>;
622
+ export declare const de_AssociateSessionLoggerCommand: (
623
+ output: __HttpResponse,
624
+ context: __SerdeContext
625
+ ) => Promise<AssociateSessionLoggerCommandOutput>;
566
626
  export declare const de_AssociateTrustStoreCommand: (
567
627
  output: __HttpResponse,
568
628
  context: __SerdeContext
@@ -599,6 +659,10 @@ export declare const de_CreatePortalCommand: (
599
659
  output: __HttpResponse,
600
660
  context: __SerdeContext
601
661
  ) => Promise<CreatePortalCommandOutput>;
662
+ export declare const de_CreateSessionLoggerCommand: (
663
+ output: __HttpResponse,
664
+ context: __SerdeContext
665
+ ) => Promise<CreateSessionLoggerCommandOutput>;
602
666
  export declare const de_CreateTrustStoreCommand: (
603
667
  output: __HttpResponse,
604
668
  context: __SerdeContext
@@ -635,6 +699,10 @@ export declare const de_DeletePortalCommand: (
635
699
  output: __HttpResponse,
636
700
  context: __SerdeContext
637
701
  ) => Promise<DeletePortalCommandOutput>;
702
+ export declare const de_DeleteSessionLoggerCommand: (
703
+ output: __HttpResponse,
704
+ context: __SerdeContext
705
+ ) => Promise<DeleteSessionLoggerCommandOutput>;
638
706
  export declare const de_DeleteTrustStoreCommand: (
639
707
  output: __HttpResponse,
640
708
  context: __SerdeContext
@@ -663,6 +731,10 @@ export declare const de_DisassociateNetworkSettingsCommand: (
663
731
  output: __HttpResponse,
664
732
  context: __SerdeContext
665
733
  ) => Promise<DisassociateNetworkSettingsCommandOutput>;
734
+ export declare const de_DisassociateSessionLoggerCommand: (
735
+ output: __HttpResponse,
736
+ context: __SerdeContext
737
+ ) => Promise<DisassociateSessionLoggerCommandOutput>;
666
738
  export declare const de_DisassociateTrustStoreCommand: (
667
739
  output: __HttpResponse,
668
740
  context: __SerdeContext
@@ -711,6 +783,10 @@ export declare const de_GetSessionCommand: (
711
783
  output: __HttpResponse,
712
784
  context: __SerdeContext
713
785
  ) => Promise<GetSessionCommandOutput>;
786
+ export declare const de_GetSessionLoggerCommand: (
787
+ output: __HttpResponse,
788
+ context: __SerdeContext
789
+ ) => Promise<GetSessionLoggerCommandOutput>;
714
790
  export declare const de_GetTrustStoreCommand: (
715
791
  output: __HttpResponse,
716
792
  context: __SerdeContext
@@ -751,6 +827,10 @@ export declare const de_ListPortalsCommand: (
751
827
  output: __HttpResponse,
752
828
  context: __SerdeContext
753
829
  ) => Promise<ListPortalsCommandOutput>;
830
+ export declare const de_ListSessionLoggersCommand: (
831
+ output: __HttpResponse,
832
+ context: __SerdeContext
833
+ ) => Promise<ListSessionLoggersCommandOutput>;
754
834
  export declare const de_ListSessionsCommand: (
755
835
  output: __HttpResponse,
756
836
  context: __SerdeContext
@@ -807,6 +887,10 @@ export declare const de_UpdatePortalCommand: (
807
887
  output: __HttpResponse,
808
888
  context: __SerdeContext
809
889
  ) => Promise<UpdatePortalCommandOutput>;
890
+ export declare const de_UpdateSessionLoggerCommand: (
891
+ output: __HttpResponse,
892
+ context: __SerdeContext
893
+ ) => Promise<UpdateSessionLoggerCommandOutput>;
810
894
  export declare const de_UpdateTrustStoreCommand: (
811
895
  output: __HttpResponse,
812
896
  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.856.0",
4
+ "version": "3.858.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.856.0",
24
- "@aws-sdk/credential-provider-node": "3.856.0",
23
+ "@aws-sdk/core": "3.858.0",
24
+ "@aws-sdk/credential-provider-node": "3.858.0",
25
25
  "@aws-sdk/middleware-host-header": "3.840.0",
26
26
  "@aws-sdk/middleware-logger": "3.840.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.840.0",
28
- "@aws-sdk/middleware-user-agent": "3.856.0",
28
+ "@aws-sdk/middleware-user-agent": "3.858.0",
29
29
  "@aws-sdk/region-config-resolver": "3.840.0",
30
30
  "@aws-sdk/types": "3.840.0",
31
31
  "@aws-sdk/util-endpoints": "3.848.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.840.0",
33
- "@aws-sdk/util-user-agent-node": "3.856.0",
33
+ "@aws-sdk/util-user-agent-node": "3.858.0",
34
34
  "@smithy/config-resolver": "^4.1.4",
35
- "@smithy/core": "^3.7.0",
35
+ "@smithy/core": "^3.7.2",
36
36
  "@smithy/fetch-http-handler": "^5.1.0",
37
37
  "@smithy/hash-node": "^4.0.4",
38
38
  "@smithy/invalid-dependency": "^4.0.4",
39
39
  "@smithy/middleware-content-length": "^4.0.4",
40
- "@smithy/middleware-endpoint": "^4.1.15",
41
- "@smithy/middleware-retry": "^4.1.16",
40
+ "@smithy/middleware-endpoint": "^4.1.17",
41
+ "@smithy/middleware-retry": "^4.1.18",
42
42
  "@smithy/middleware-serde": "^4.0.8",
43
43
  "@smithy/middleware-stack": "^4.0.4",
44
44
  "@smithy/node-config-provider": "^4.1.3",
45
45
  "@smithy/node-http-handler": "^4.1.0",
46
46
  "@smithy/protocol-http": "^5.1.2",
47
- "@smithy/smithy-client": "^4.4.7",
47
+ "@smithy/smithy-client": "^4.4.9",
48
48
  "@smithy/types": "^4.3.1",
49
49
  "@smithy/url-parser": "^4.0.4",
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.23",
54
- "@smithy/util-defaults-mode-node": "^4.0.23",
53
+ "@smithy/util-defaults-mode-browser": "^4.0.25",
54
+ "@smithy/util-defaults-mode-node": "^4.0.25",
55
55
  "@smithy/util-endpoints": "^3.0.6",
56
56
  "@smithy/util-middleware": "^4.0.4",
57
57
  "@smithy/util-retry": "^4.0.6",