@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.
- package/README.md +56 -0
- package/dist-cjs/index.js +450 -0
- package/dist-es/WorkSpacesWeb.js +14 -0
- package/dist-es/commands/AssociateSessionLoggerCommand.js +22 -0
- package/dist-es/commands/CreateSessionLoggerCommand.js +23 -0
- package/dist-es/commands/DeleteSessionLoggerCommand.js +22 -0
- package/dist-es/commands/DisassociateSessionLoggerCommand.js +22 -0
- package/dist-es/commands/GetSessionLoggerCommand.js +23 -0
- package/dist-es/commands/ListSessionLoggersCommand.js +23 -0
- package/dist-es/commands/UpdateSessionLoggerCommand.js +23 -0
- package/dist-es/commands/index.js +7 -0
- package/dist-es/models/models_0.js +83 -0
- package/dist-es/pagination/ListSessionLoggersPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +210 -1
- package/dist-types/WorkSpacesWeb.d.ts +50 -0
- package/dist-types/WorkSpacesWebClient.d.ts +9 -2
- package/dist-types/commands/AssociateSessionLoggerCommand.d.ts +109 -0
- package/dist-types/commands/CreateSessionLoggerCommand.d.ts +189 -0
- package/dist-types/commands/DeleteSessionLoggerCommand.d.ts +98 -0
- package/dist-types/commands/DisassociateSessionLoggerCommand.d.ts +98 -0
- package/dist-types/commands/GetPortalCommand.d.ts +1 -0
- package/dist-types/commands/GetSessionLoggerCommand.d.ts +187 -0
- package/dist-types/commands/ListPortalsCommand.d.ts +1 -0
- package/dist-types/commands/ListSessionLoggersCommand.d.ts +175 -0
- package/dist-types/commands/UpdatePortalCommand.d.ts +1 -0
- package/dist-types/commands/UpdateSessionLoggerCommand.d.ts +217 -0
- package/dist-types/commands/index.d.ts +7 -0
- package/dist-types/models/models_0.d.ts +452 -0
- package/dist-types/pagination/ListSessionLoggersPaginator.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 +120 -0
- package/dist-types/ts3.4/WorkSpacesWebClient.d.ts +42 -0
- package/dist-types/ts3.4/commands/AssociateSessionLoggerCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateSessionLoggerCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteSessionLoggerCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DisassociateSessionLoggerCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetSessionLoggerCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListSessionLoggersCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateSessionLoggerCommand.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 +164 -0
- package/dist-types/ts3.4/pagination/ListSessionLoggersPaginator.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 +11 -11
package/README.md
CHANGED
|
@@ -240,6 +240,14 @@ AssociateNetworkSettings
|
|
|
240
240
|
|
|
241
241
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workspaces-web/command/AssociateNetworkSettingsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workspaces-web/Interface/AssociateNetworkSettingsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workspaces-web/Interface/AssociateNetworkSettingsCommandOutput/)
|
|
242
242
|
|
|
243
|
+
</details>
|
|
244
|
+
<details>
|
|
245
|
+
<summary>
|
|
246
|
+
AssociateSessionLogger
|
|
247
|
+
</summary>
|
|
248
|
+
|
|
249
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workspaces-web/command/AssociateSessionLoggerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workspaces-web/Interface/AssociateSessionLoggerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workspaces-web/Interface/AssociateSessionLoggerCommandOutput/)
|
|
250
|
+
|
|
243
251
|
</details>
|
|
244
252
|
<details>
|
|
245
253
|
<summary>
|
|
@@ -312,6 +320,14 @@ CreatePortal
|
|
|
312
320
|
|
|
313
321
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workspaces-web/command/CreatePortalCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workspaces-web/Interface/CreatePortalCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workspaces-web/Interface/CreatePortalCommandOutput/)
|
|
314
322
|
|
|
323
|
+
</details>
|
|
324
|
+
<details>
|
|
325
|
+
<summary>
|
|
326
|
+
CreateSessionLogger
|
|
327
|
+
</summary>
|
|
328
|
+
|
|
329
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workspaces-web/command/CreateSessionLoggerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workspaces-web/Interface/CreateSessionLoggerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workspaces-web/Interface/CreateSessionLoggerCommandOutput/)
|
|
330
|
+
|
|
315
331
|
</details>
|
|
316
332
|
<details>
|
|
317
333
|
<summary>
|
|
@@ -384,6 +400,14 @@ DeletePortal
|
|
|
384
400
|
|
|
385
401
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workspaces-web/command/DeletePortalCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workspaces-web/Interface/DeletePortalCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workspaces-web/Interface/DeletePortalCommandOutput/)
|
|
386
402
|
|
|
403
|
+
</details>
|
|
404
|
+
<details>
|
|
405
|
+
<summary>
|
|
406
|
+
DeleteSessionLogger
|
|
407
|
+
</summary>
|
|
408
|
+
|
|
409
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workspaces-web/command/DeleteSessionLoggerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workspaces-web/Interface/DeleteSessionLoggerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workspaces-web/Interface/DeleteSessionLoggerCommandOutput/)
|
|
410
|
+
|
|
387
411
|
</details>
|
|
388
412
|
<details>
|
|
389
413
|
<summary>
|
|
@@ -440,6 +464,14 @@ DisassociateNetworkSettings
|
|
|
440
464
|
|
|
441
465
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workspaces-web/command/DisassociateNetworkSettingsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workspaces-web/Interface/DisassociateNetworkSettingsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workspaces-web/Interface/DisassociateNetworkSettingsCommandOutput/)
|
|
442
466
|
|
|
467
|
+
</details>
|
|
468
|
+
<details>
|
|
469
|
+
<summary>
|
|
470
|
+
DisassociateSessionLogger
|
|
471
|
+
</summary>
|
|
472
|
+
|
|
473
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workspaces-web/command/DisassociateSessionLoggerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workspaces-web/Interface/DisassociateSessionLoggerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workspaces-web/Interface/DisassociateSessionLoggerCommandOutput/)
|
|
474
|
+
|
|
443
475
|
</details>
|
|
444
476
|
<details>
|
|
445
477
|
<summary>
|
|
@@ -536,6 +568,14 @@ GetSession
|
|
|
536
568
|
|
|
537
569
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workspaces-web/command/GetSessionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workspaces-web/Interface/GetSessionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workspaces-web/Interface/GetSessionCommandOutput/)
|
|
538
570
|
|
|
571
|
+
</details>
|
|
572
|
+
<details>
|
|
573
|
+
<summary>
|
|
574
|
+
GetSessionLogger
|
|
575
|
+
</summary>
|
|
576
|
+
|
|
577
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workspaces-web/command/GetSessionLoggerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workspaces-web/Interface/GetSessionLoggerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workspaces-web/Interface/GetSessionLoggerCommandOutput/)
|
|
578
|
+
|
|
539
579
|
</details>
|
|
540
580
|
<details>
|
|
541
581
|
<summary>
|
|
@@ -616,6 +656,14 @@ ListPortals
|
|
|
616
656
|
|
|
617
657
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workspaces-web/command/ListPortalsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workspaces-web/Interface/ListPortalsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workspaces-web/Interface/ListPortalsCommandOutput/)
|
|
618
658
|
|
|
659
|
+
</details>
|
|
660
|
+
<details>
|
|
661
|
+
<summary>
|
|
662
|
+
ListSessionLoggers
|
|
663
|
+
</summary>
|
|
664
|
+
|
|
665
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workspaces-web/command/ListSessionLoggersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workspaces-web/Interface/ListSessionLoggersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workspaces-web/Interface/ListSessionLoggersCommandOutput/)
|
|
666
|
+
|
|
619
667
|
</details>
|
|
620
668
|
<details>
|
|
621
669
|
<summary>
|
|
@@ -728,6 +776,14 @@ UpdatePortal
|
|
|
728
776
|
|
|
729
777
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workspaces-web/command/UpdatePortalCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workspaces-web/Interface/UpdatePortalCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workspaces-web/Interface/UpdatePortalCommandOutput/)
|
|
730
778
|
|
|
779
|
+
</details>
|
|
780
|
+
<details>
|
|
781
|
+
<summary>
|
|
782
|
+
UpdateSessionLogger
|
|
783
|
+
</summary>
|
|
784
|
+
|
|
785
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/workspaces-web/command/UpdateSessionLoggerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workspaces-web/Interface/UpdateSessionLoggerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-workspaces-web/Interface/UpdateSessionLoggerCommandOutput/)
|
|
786
|
+
|
|
731
787
|
</details>
|
|
732
788
|
<details>
|
|
733
789
|
<summary>
|