@aws-sdk/client-cleanrooms 3.614.0 → 3.618.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 +104 -0
- package/dist-cjs/index.js +814 -11
- package/dist-es/CleanRooms.js +26 -0
- package/dist-es/CleanRoomsClient.js +5 -5
- package/dist-es/commands/CreateIdMappingTableCommand.js +24 -0
- package/dist-es/commands/CreateIdNamespaceAssociationCommand.js +24 -0
- package/dist-es/commands/DeleteIdMappingTableCommand.js +24 -0
- package/dist-es/commands/DeleteIdNamespaceAssociationCommand.js +24 -0
- package/dist-es/commands/GetCollaborationIdNamespaceAssociationCommand.js +24 -0
- package/dist-es/commands/GetIdMappingTableCommand.js +24 -0
- package/dist-es/commands/GetIdNamespaceAssociationCommand.js +24 -0
- package/dist-es/commands/ListCollaborationIdNamespaceAssociationsCommand.js +24 -0
- package/dist-es/commands/ListIdMappingTablesCommand.js +24 -0
- package/dist-es/commands/ListIdNamespaceAssociationsCommand.js +24 -0
- package/dist-es/commands/PopulateIdMappingTableCommand.js +24 -0
- package/dist-es/commands/UpdateIdMappingTableCommand.js +24 -0
- package/dist-es/commands/UpdateIdNamespaceAssociationCommand.js +24 -0
- package/dist-es/commands/index.js +13 -0
- package/dist-es/models/models_0.js +29 -0
- package/dist-es/pagination/ListCollaborationIdNamespaceAssociationsPaginator.js +4 -0
- package/dist-es/pagination/ListIdMappingTablesPaginator.js +4 -0
- package/dist-es/pagination/ListIdNamespaceAssociationsPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_restJson1.js +483 -0
- package/dist-types/CleanRooms.d.ts +91 -0
- package/dist-types/CleanRoomsClient.d.ts +17 -4
- package/dist-types/commands/BatchGetSchemaAnalysisRuleCommand.d.ts +16 -3
- package/dist-types/commands/BatchGetSchemaCommand.d.ts +15 -5
- package/dist-types/commands/CreateIdMappingTableCommand.d.ts +115 -0
- package/dist-types/commands/CreateIdNamespaceAssociationCommand.d.ts +117 -0
- package/dist-types/commands/DeleteIdMappingTableCommand.d.ts +74 -0
- package/dist-types/commands/DeleteIdNamespaceAssociationCommand.d.ts +74 -0
- package/dist-types/commands/GetCollaborationIdNamespaceAssociationCommand.d.ts +99 -0
- package/dist-types/commands/GetIdMappingTableCommand.d.ts +100 -0
- package/dist-types/commands/GetIdNamespaceAssociationCommand.d.ts +100 -0
- package/dist-types/commands/GetSchemaAnalysisRuleCommand.d.ts +15 -2
- package/dist-types/commands/GetSchemaCommand.d.ts +15 -5
- package/dist-types/commands/ListCollaborationIdNamespaceAssociationsCommand.d.ts +97 -0
- package/dist-types/commands/ListIdMappingTablesCommand.d.ts +95 -0
- package/dist-types/commands/ListIdNamespaceAssociationsCommand.d.ts +98 -0
- package/dist-types/commands/ListSchemasCommand.d.ts +3 -3
- package/dist-types/commands/PopulateIdMappingTableCommand.d.ts +79 -0
- package/dist-types/commands/UpdateIdMappingTableCommand.d.ts +102 -0
- package/dist-types/commands/UpdateIdNamespaceAssociationCommand.d.ts +105 -0
- package/dist-types/commands/index.d.ts +13 -0
- package/dist-types/models/models_0.d.ts +1334 -333
- package/dist-types/pagination/ListCollaborationIdNamespaceAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListIdMappingTablesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListIdNamespaceAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +117 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/CleanRooms.d.ts +233 -0
- package/dist-types/ts3.4/CleanRoomsClient.d.ts +80 -2
- package/dist-types/ts3.4/commands/CreateIdMappingTableCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/CreateIdNamespaceAssociationCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DeleteIdMappingTableCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DeleteIdNamespaceAssociationCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/GetCollaborationIdNamespaceAssociationCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/GetIdMappingTableCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetIdNamespaceAssociationCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListCollaborationIdNamespaceAssociationsCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListIdMappingTablesCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListIdNamespaceAssociationsCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/PopulateIdMappingTableCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/UpdateIdMappingTableCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/UpdateIdNamespaceAssociationCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/index.d.ts +13 -0
- package/dist-types/ts3.4/models/models_0.d.ts +302 -0
- package/dist-types/ts3.4/pagination/ListCollaborationIdNamespaceAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListIdMappingTablesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListIdNamespaceAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +156 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/package.json +17 -17
package/README.md
CHANGED
|
@@ -282,6 +282,22 @@ CreateConfiguredTableAssociation
|
|
|
282
282
|
|
|
283
283
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/CreateConfiguredTableAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/CreateConfiguredTableAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/CreateConfiguredTableAssociationCommandOutput/)
|
|
284
284
|
|
|
285
|
+
</details>
|
|
286
|
+
<details>
|
|
287
|
+
<summary>
|
|
288
|
+
CreateIdMappingTable
|
|
289
|
+
</summary>
|
|
290
|
+
|
|
291
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/CreateIdMappingTableCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/CreateIdMappingTableCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/CreateIdMappingTableCommandOutput/)
|
|
292
|
+
|
|
293
|
+
</details>
|
|
294
|
+
<details>
|
|
295
|
+
<summary>
|
|
296
|
+
CreateIdNamespaceAssociation
|
|
297
|
+
</summary>
|
|
298
|
+
|
|
299
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/CreateIdNamespaceAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/CreateIdNamespaceAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/CreateIdNamespaceAssociationCommandOutput/)
|
|
300
|
+
|
|
285
301
|
</details>
|
|
286
302
|
<details>
|
|
287
303
|
<summary>
|
|
@@ -346,6 +362,22 @@ DeleteConfiguredTableAssociation
|
|
|
346
362
|
|
|
347
363
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/DeleteConfiguredTableAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/DeleteConfiguredTableAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/DeleteConfiguredTableAssociationCommandOutput/)
|
|
348
364
|
|
|
365
|
+
</details>
|
|
366
|
+
<details>
|
|
367
|
+
<summary>
|
|
368
|
+
DeleteIdMappingTable
|
|
369
|
+
</summary>
|
|
370
|
+
|
|
371
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/DeleteIdMappingTableCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/DeleteIdMappingTableCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/DeleteIdMappingTableCommandOutput/)
|
|
372
|
+
|
|
373
|
+
</details>
|
|
374
|
+
<details>
|
|
375
|
+
<summary>
|
|
376
|
+
DeleteIdNamespaceAssociation
|
|
377
|
+
</summary>
|
|
378
|
+
|
|
379
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/DeleteIdNamespaceAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/DeleteIdNamespaceAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/DeleteIdNamespaceAssociationCommandOutput/)
|
|
380
|
+
|
|
349
381
|
</details>
|
|
350
382
|
<details>
|
|
351
383
|
<summary>
|
|
@@ -402,6 +434,14 @@ GetCollaborationConfiguredAudienceModelAssociation
|
|
|
402
434
|
|
|
403
435
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/GetCollaborationConfiguredAudienceModelAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/GetCollaborationConfiguredAudienceModelAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/GetCollaborationConfiguredAudienceModelAssociationCommandOutput/)
|
|
404
436
|
|
|
437
|
+
</details>
|
|
438
|
+
<details>
|
|
439
|
+
<summary>
|
|
440
|
+
GetCollaborationIdNamespaceAssociation
|
|
441
|
+
</summary>
|
|
442
|
+
|
|
443
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/GetCollaborationIdNamespaceAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/GetCollaborationIdNamespaceAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/GetCollaborationIdNamespaceAssociationCommandOutput/)
|
|
444
|
+
|
|
405
445
|
</details>
|
|
406
446
|
<details>
|
|
407
447
|
<summary>
|
|
@@ -442,6 +482,22 @@ GetConfiguredTableAssociation
|
|
|
442
482
|
|
|
443
483
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/GetConfiguredTableAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/GetConfiguredTableAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/GetConfiguredTableAssociationCommandOutput/)
|
|
444
484
|
|
|
485
|
+
</details>
|
|
486
|
+
<details>
|
|
487
|
+
<summary>
|
|
488
|
+
GetIdMappingTable
|
|
489
|
+
</summary>
|
|
490
|
+
|
|
491
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/GetIdMappingTableCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/GetIdMappingTableCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/GetIdMappingTableCommandOutput/)
|
|
492
|
+
|
|
493
|
+
</details>
|
|
494
|
+
<details>
|
|
495
|
+
<summary>
|
|
496
|
+
GetIdNamespaceAssociation
|
|
497
|
+
</summary>
|
|
498
|
+
|
|
499
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/GetIdNamespaceAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/GetIdNamespaceAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/GetIdNamespaceAssociationCommandOutput/)
|
|
500
|
+
|
|
445
501
|
</details>
|
|
446
502
|
<details>
|
|
447
503
|
<summary>
|
|
@@ -506,6 +562,14 @@ ListCollaborationConfiguredAudienceModelAssociations
|
|
|
506
562
|
|
|
507
563
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/ListCollaborationConfiguredAudienceModelAssociationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/ListCollaborationConfiguredAudienceModelAssociationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/ListCollaborationConfiguredAudienceModelAssociationsCommandOutput/)
|
|
508
564
|
|
|
565
|
+
</details>
|
|
566
|
+
<details>
|
|
567
|
+
<summary>
|
|
568
|
+
ListCollaborationIdNamespaceAssociations
|
|
569
|
+
</summary>
|
|
570
|
+
|
|
571
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/ListCollaborationIdNamespaceAssociationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/ListCollaborationIdNamespaceAssociationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/ListCollaborationIdNamespaceAssociationsCommandOutput/)
|
|
572
|
+
|
|
509
573
|
</details>
|
|
510
574
|
<details>
|
|
511
575
|
<summary>
|
|
@@ -554,6 +618,22 @@ ListConfiguredTables
|
|
|
554
618
|
|
|
555
619
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/ListConfiguredTablesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/ListConfiguredTablesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/ListConfiguredTablesCommandOutput/)
|
|
556
620
|
|
|
621
|
+
</details>
|
|
622
|
+
<details>
|
|
623
|
+
<summary>
|
|
624
|
+
ListIdMappingTables
|
|
625
|
+
</summary>
|
|
626
|
+
|
|
627
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/ListIdMappingTablesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/ListIdMappingTablesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/ListIdMappingTablesCommandOutput/)
|
|
628
|
+
|
|
629
|
+
</details>
|
|
630
|
+
<details>
|
|
631
|
+
<summary>
|
|
632
|
+
ListIdNamespaceAssociations
|
|
633
|
+
</summary>
|
|
634
|
+
|
|
635
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/ListIdNamespaceAssociationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/ListIdNamespaceAssociationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/ListIdNamespaceAssociationsCommandOutput/)
|
|
636
|
+
|
|
557
637
|
</details>
|
|
558
638
|
<details>
|
|
559
639
|
<summary>
|
|
@@ -610,6 +690,14 @@ ListTagsForResource
|
|
|
610
690
|
|
|
611
691
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/ListTagsForResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/ListTagsForResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/ListTagsForResourceCommandOutput/)
|
|
612
692
|
|
|
693
|
+
</details>
|
|
694
|
+
<details>
|
|
695
|
+
<summary>
|
|
696
|
+
PopulateIdMappingTable
|
|
697
|
+
</summary>
|
|
698
|
+
|
|
699
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/PopulateIdMappingTableCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/PopulateIdMappingTableCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/PopulateIdMappingTableCommandOutput/)
|
|
700
|
+
|
|
613
701
|
</details>
|
|
614
702
|
<details>
|
|
615
703
|
<summary>
|
|
@@ -690,6 +778,22 @@ UpdateConfiguredTableAssociation
|
|
|
690
778
|
|
|
691
779
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/UpdateConfiguredTableAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/UpdateConfiguredTableAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/UpdateConfiguredTableAssociationCommandOutput/)
|
|
692
780
|
|
|
781
|
+
</details>
|
|
782
|
+
<details>
|
|
783
|
+
<summary>
|
|
784
|
+
UpdateIdMappingTable
|
|
785
|
+
</summary>
|
|
786
|
+
|
|
787
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/UpdateIdMappingTableCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/UpdateIdMappingTableCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/UpdateIdMappingTableCommandOutput/)
|
|
788
|
+
|
|
789
|
+
</details>
|
|
790
|
+
<details>
|
|
791
|
+
<summary>
|
|
792
|
+
UpdateIdNamespaceAssociation
|
|
793
|
+
</summary>
|
|
794
|
+
|
|
795
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/UpdateIdNamespaceAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/UpdateIdNamespaceAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/UpdateIdNamespaceAssociationCommandOutput/)
|
|
796
|
+
|
|
693
797
|
</details>
|
|
694
798
|
<details>
|
|
695
799
|
<summary>
|