@aws-sdk/client-cleanrooms 3.296.0 → 3.298.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 (125) hide show
  1. package/dist-cjs/commands/BatchGetSchemaCommand.js +2 -3
  2. package/dist-cjs/commands/CreateCollaborationCommand.js +2 -3
  3. package/dist-cjs/commands/CreateConfiguredTableAnalysisRuleCommand.js +2 -3
  4. package/dist-cjs/commands/CreateConfiguredTableAssociationCommand.js +2 -3
  5. package/dist-cjs/commands/CreateConfiguredTableCommand.js +2 -3
  6. package/dist-cjs/commands/CreateMembershipCommand.js +2 -3
  7. package/dist-cjs/commands/DeleteCollaborationCommand.js +2 -3
  8. package/dist-cjs/commands/DeleteConfiguredTableAnalysisRuleCommand.js +2 -3
  9. package/dist-cjs/commands/DeleteConfiguredTableAssociationCommand.js +2 -3
  10. package/dist-cjs/commands/DeleteConfiguredTableCommand.js +2 -3
  11. package/dist-cjs/commands/DeleteMemberCommand.js +2 -3
  12. package/dist-cjs/commands/DeleteMembershipCommand.js +2 -3
  13. package/dist-cjs/commands/GetCollaborationCommand.js +2 -3
  14. package/dist-cjs/commands/GetConfiguredTableAnalysisRuleCommand.js +2 -3
  15. package/dist-cjs/commands/GetConfiguredTableAssociationCommand.js +2 -3
  16. package/dist-cjs/commands/GetConfiguredTableCommand.js +2 -3
  17. package/dist-cjs/commands/GetMembershipCommand.js +2 -3
  18. package/dist-cjs/commands/GetProtectedQueryCommand.js +1 -1
  19. package/dist-cjs/commands/GetSchemaAnalysisRuleCommand.js +2 -3
  20. package/dist-cjs/commands/GetSchemaCommand.js +2 -3
  21. package/dist-cjs/commands/ListCollaborationsCommand.js +2 -3
  22. package/dist-cjs/commands/ListConfiguredTableAssociationsCommand.js +2 -3
  23. package/dist-cjs/commands/ListConfiguredTablesCommand.js +2 -3
  24. package/dist-cjs/commands/ListMembersCommand.js +2 -3
  25. package/dist-cjs/commands/ListMembershipsCommand.js +2 -3
  26. package/dist-cjs/commands/ListProtectedQueriesCommand.js +2 -3
  27. package/dist-cjs/commands/ListSchemasCommand.js +2 -3
  28. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  29. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  30. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  31. package/dist-cjs/commands/UpdateCollaborationCommand.js +2 -3
  32. package/dist-cjs/commands/UpdateConfiguredTableAnalysisRuleCommand.js +2 -3
  33. package/dist-cjs/commands/UpdateConfiguredTableAssociationCommand.js +2 -3
  34. package/dist-cjs/commands/UpdateConfiguredTableCommand.js +2 -3
  35. package/dist-cjs/commands/UpdateMembershipCommand.js +2 -3
  36. package/dist-cjs/commands/UpdateProtectedQueryCommand.js +1 -1
  37. package/dist-cjs/models/models_0.js +4 -484
  38. package/dist-es/commands/BatchGetSchemaCommand.js +2 -3
  39. package/dist-es/commands/CreateCollaborationCommand.js +2 -3
  40. package/dist-es/commands/CreateConfiguredTableAnalysisRuleCommand.js +2 -3
  41. package/dist-es/commands/CreateConfiguredTableAssociationCommand.js +2 -3
  42. package/dist-es/commands/CreateConfiguredTableCommand.js +2 -3
  43. package/dist-es/commands/CreateMembershipCommand.js +2 -3
  44. package/dist-es/commands/DeleteCollaborationCommand.js +2 -3
  45. package/dist-es/commands/DeleteConfiguredTableAnalysisRuleCommand.js +2 -3
  46. package/dist-es/commands/DeleteConfiguredTableAssociationCommand.js +2 -3
  47. package/dist-es/commands/DeleteConfiguredTableCommand.js +2 -3
  48. package/dist-es/commands/DeleteMemberCommand.js +2 -3
  49. package/dist-es/commands/DeleteMembershipCommand.js +2 -3
  50. package/dist-es/commands/GetCollaborationCommand.js +2 -3
  51. package/dist-es/commands/GetConfiguredTableAnalysisRuleCommand.js +2 -3
  52. package/dist-es/commands/GetConfiguredTableAssociationCommand.js +2 -3
  53. package/dist-es/commands/GetConfiguredTableCommand.js +2 -3
  54. package/dist-es/commands/GetMembershipCommand.js +2 -3
  55. package/dist-es/commands/GetProtectedQueryCommand.js +2 -2
  56. package/dist-es/commands/GetSchemaAnalysisRuleCommand.js +2 -3
  57. package/dist-es/commands/GetSchemaCommand.js +2 -3
  58. package/dist-es/commands/ListCollaborationsCommand.js +2 -3
  59. package/dist-es/commands/ListConfiguredTableAssociationsCommand.js +2 -3
  60. package/dist-es/commands/ListConfiguredTablesCommand.js +2 -3
  61. package/dist-es/commands/ListMembersCommand.js +2 -3
  62. package/dist-es/commands/ListMembershipsCommand.js +2 -3
  63. package/dist-es/commands/ListProtectedQueriesCommand.js +2 -3
  64. package/dist-es/commands/ListSchemasCommand.js +2 -3
  65. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  66. package/dist-es/commands/TagResourceCommand.js +2 -3
  67. package/dist-es/commands/UntagResourceCommand.js +2 -3
  68. package/dist-es/commands/UpdateCollaborationCommand.js +2 -3
  69. package/dist-es/commands/UpdateConfiguredTableAnalysisRuleCommand.js +2 -3
  70. package/dist-es/commands/UpdateConfiguredTableAssociationCommand.js +2 -3
  71. package/dist-es/commands/UpdateConfiguredTableCommand.js +2 -3
  72. package/dist-es/commands/UpdateMembershipCommand.js +2 -3
  73. package/dist-es/commands/UpdateProtectedQueryCommand.js +2 -2
  74. package/dist-es/models/models_0.js +3 -374
  75. package/dist-types/CleanRooms.d.ts +38 -0
  76. package/dist-types/CleanRoomsClient.d.ts +24 -4
  77. package/dist-types/commands/BatchGetSchemaCommand.d.ts +16 -0
  78. package/dist-types/commands/CreateCollaborationCommand.d.ts +16 -0
  79. package/dist-types/commands/CreateConfiguredTableAnalysisRuleCommand.d.ts +16 -0
  80. package/dist-types/commands/CreateConfiguredTableAssociationCommand.d.ts +16 -0
  81. package/dist-types/commands/CreateConfiguredTableCommand.d.ts +16 -0
  82. package/dist-types/commands/CreateMembershipCommand.d.ts +16 -0
  83. package/dist-types/commands/DeleteCollaborationCommand.d.ts +16 -0
  84. package/dist-types/commands/DeleteConfiguredTableAnalysisRuleCommand.d.ts +16 -0
  85. package/dist-types/commands/DeleteConfiguredTableAssociationCommand.d.ts +16 -0
  86. package/dist-types/commands/DeleteConfiguredTableCommand.d.ts +16 -0
  87. package/dist-types/commands/DeleteMemberCommand.d.ts +16 -0
  88. package/dist-types/commands/DeleteMembershipCommand.d.ts +16 -0
  89. package/dist-types/commands/GetCollaborationCommand.d.ts +16 -0
  90. package/dist-types/commands/GetConfiguredTableAnalysisRuleCommand.d.ts +16 -0
  91. package/dist-types/commands/GetConfiguredTableAssociationCommand.d.ts +16 -0
  92. package/dist-types/commands/GetConfiguredTableCommand.d.ts +16 -0
  93. package/dist-types/commands/GetMembershipCommand.d.ts +16 -0
  94. package/dist-types/commands/GetProtectedQueryCommand.d.ts +16 -0
  95. package/dist-types/commands/GetSchemaAnalysisRuleCommand.d.ts +16 -0
  96. package/dist-types/commands/GetSchemaCommand.d.ts +16 -0
  97. package/dist-types/commands/ListCollaborationsCommand.d.ts +16 -0
  98. package/dist-types/commands/ListConfiguredTableAssociationsCommand.d.ts +16 -0
  99. package/dist-types/commands/ListConfiguredTablesCommand.d.ts +16 -0
  100. package/dist-types/commands/ListMembersCommand.d.ts +16 -0
  101. package/dist-types/commands/ListMembershipsCommand.d.ts +16 -0
  102. package/dist-types/commands/ListProtectedQueriesCommand.d.ts +16 -0
  103. package/dist-types/commands/ListSchemasCommand.d.ts +16 -0
  104. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  105. package/dist-types/commands/StartProtectedQueryCommand.d.ts +16 -0
  106. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  107. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  108. package/dist-types/commands/UpdateCollaborationCommand.d.ts +16 -0
  109. package/dist-types/commands/UpdateConfiguredTableAnalysisRuleCommand.d.ts +16 -0
  110. package/dist-types/commands/UpdateConfiguredTableAssociationCommand.d.ts +16 -0
  111. package/dist-types/commands/UpdateConfiguredTableCommand.d.ts +16 -0
  112. package/dist-types/commands/UpdateMembershipCommand.d.ts +16 -0
  113. package/dist-types/commands/UpdateProtectedQueryCommand.d.ts +16 -0
  114. package/dist-types/models/CleanRoomsServiceException.d.ts +2 -0
  115. package/dist-types/models/models_0.d.ts +356 -433
  116. package/dist-types/pagination/Interfaces.d.ts +3 -0
  117. package/dist-types/pagination/ListCollaborationsPaginator.d.ts +3 -0
  118. package/dist-types/pagination/ListConfiguredTableAssociationsPaginator.d.ts +3 -0
  119. package/dist-types/pagination/ListConfiguredTablesPaginator.d.ts +3 -0
  120. package/dist-types/pagination/ListMembersPaginator.d.ts +3 -0
  121. package/dist-types/pagination/ListMembershipsPaginator.d.ts +3 -0
  122. package/dist-types/pagination/ListProtectedQueriesPaginator.d.ts +3 -0
  123. package/dist-types/pagination/ListSchemasPaginator.d.ts +3 -0
  124. package/dist-types/ts3.4/models/models_0.d.ts +0 -313
  125. package/package.json +4 -3
@@ -1,5 +1,8 @@
1
1
  import { PaginationConfiguration } from "@aws-sdk/types";
2
2
  import { CleanRoomsClient } from "../CleanRoomsClient";
3
+ /**
4
+ * @public
5
+ */
3
6
  export interface CleanRoomsPaginationConfiguration extends PaginationConfiguration {
4
7
  client: CleanRoomsClient;
5
8
  }
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListCollaborationsCommandInput, ListCollaborationsCommandOutput } from "../commands/ListCollaborationsCommand";
3
3
  import { CleanRoomsPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListCollaborations(config: CleanRoomsPaginationConfiguration, input: ListCollaborationsCommandInput, ...additionalArguments: any): Paginator<ListCollaborationsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListConfiguredTableAssociationsCommandInput, ListConfiguredTableAssociationsCommandOutput } from "../commands/ListConfiguredTableAssociationsCommand";
3
3
  import { CleanRoomsPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListConfiguredTableAssociations(config: CleanRoomsPaginationConfiguration, input: ListConfiguredTableAssociationsCommandInput, ...additionalArguments: any): Paginator<ListConfiguredTableAssociationsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListConfiguredTablesCommandInput, ListConfiguredTablesCommandOutput } from "../commands/ListConfiguredTablesCommand";
3
3
  import { CleanRoomsPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListConfiguredTables(config: CleanRoomsPaginationConfiguration, input: ListConfiguredTablesCommandInput, ...additionalArguments: any): Paginator<ListConfiguredTablesCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListMembersCommandInput, ListMembersCommandOutput } from "../commands/ListMembersCommand";
3
3
  import { CleanRoomsPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListMembers(config: CleanRoomsPaginationConfiguration, input: ListMembersCommandInput, ...additionalArguments: any): Paginator<ListMembersCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListMembershipsCommandInput, ListMembershipsCommandOutput } from "../commands/ListMembershipsCommand";
3
3
  import { CleanRoomsPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListMemberships(config: CleanRoomsPaginationConfiguration, input: ListMembershipsCommandInput, ...additionalArguments: any): Paginator<ListMembershipsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListProtectedQueriesCommandInput, ListProtectedQueriesCommandOutput } from "../commands/ListProtectedQueriesCommand";
3
3
  import { CleanRoomsPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListProtectedQueries(config: CleanRoomsPaginationConfiguration, input: ListProtectedQueriesCommandInput, ...additionalArguments: any): Paginator<ListProtectedQueriesCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListSchemasCommandInput, ListSchemasCommandOutput } from "../commands/ListSchemasCommand";
3
3
  import { CleanRoomsPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListSchemas(config: CleanRoomsPaginationConfiguration, input: ListSchemasCommandInput, ...additionalArguments: any): Paginator<ListSchemasCommandOutput>;
@@ -837,334 +837,21 @@ export interface UntagResourceInput {
837
837
  tagKeys: string[] | undefined;
838
838
  }
839
839
  export interface UntagResourceOutput {}
840
- export declare const AggregateColumnFilterSensitiveLog: (
841
- obj: AggregateColumn
842
- ) => any;
843
- export declare const AggregationConstraintFilterSensitiveLog: (
844
- obj: AggregationConstraint
845
- ) => any;
846
- export declare const AnalysisRuleAggregationFilterSensitiveLog: (
847
- obj: AnalysisRuleAggregation
848
- ) => any;
849
- export declare const AnalysisRuleListFilterSensitiveLog: (
850
- obj: AnalysisRuleList
851
- ) => any;
852
- export declare const AnalysisRulePolicyV1FilterSensitiveLog: (
853
- obj: AnalysisRulePolicyV1
854
- ) => any;
855
- export declare const AnalysisRulePolicyFilterSensitiveLog: (
856
- obj: AnalysisRulePolicy
857
- ) => any;
858
- export declare const AnalysisRuleFilterSensitiveLog: (obj: AnalysisRule) => any;
859
- export declare const BatchGetSchemaInputFilterSensitiveLog: (
860
- obj: BatchGetSchemaInput
861
- ) => any;
862
- export declare const BatchGetSchemaErrorFilterSensitiveLog: (
863
- obj: BatchGetSchemaError
864
- ) => any;
865
- export declare const ColumnFilterSensitiveLog: (obj: Column) => any;
866
- export declare const SchemaFilterSensitiveLog: (obj: Schema) => any;
867
- export declare const BatchGetSchemaOutputFilterSensitiveLog: (
868
- obj: BatchGetSchemaOutput
869
- ) => any;
870
- export declare const ValidationExceptionFieldFilterSensitiveLog: (
871
- obj: ValidationExceptionField
872
- ) => any;
873
- export declare const DataEncryptionMetadataFilterSensitiveLog: (
874
- obj: DataEncryptionMetadata
875
- ) => any;
876
- export declare const MemberSpecificationFilterSensitiveLog: (
877
- obj: MemberSpecification
878
- ) => any;
879
- export declare const CreateCollaborationInputFilterSensitiveLog: (
880
- obj: CreateCollaborationInput
881
- ) => any;
882
- export declare const CollaborationFilterSensitiveLog: (
883
- obj: Collaboration
884
- ) => any;
885
- export declare const CreateCollaborationOutputFilterSensitiveLog: (
886
- obj: CreateCollaborationOutput
887
- ) => any;
888
- export declare const DeleteCollaborationInputFilterSensitiveLog: (
889
- obj: DeleteCollaborationInput
890
- ) => any;
891
- export declare const DeleteCollaborationOutputFilterSensitiveLog: (
892
- obj: DeleteCollaborationOutput
893
- ) => any;
894
- export declare const DeleteMemberInputFilterSensitiveLog: (
895
- obj: DeleteMemberInput
896
- ) => any;
897
- export declare const DeleteMemberOutputFilterSensitiveLog: (
898
- obj: DeleteMemberOutput
899
- ) => any;
900
- export declare const GetCollaborationInputFilterSensitiveLog: (
901
- obj: GetCollaborationInput
902
- ) => any;
903
- export declare const GetCollaborationOutputFilterSensitiveLog: (
904
- obj: GetCollaborationOutput
905
- ) => any;
906
- export declare const GetSchemaInputFilterSensitiveLog: (
907
- obj: GetSchemaInput
908
- ) => any;
909
- export declare const GetSchemaOutputFilterSensitiveLog: (
910
- obj: GetSchemaOutput
911
- ) => any;
912
- export declare const GetSchemaAnalysisRuleInputFilterSensitiveLog: (
913
- obj: GetSchemaAnalysisRuleInput
914
- ) => any;
915
- export declare const GetSchemaAnalysisRuleOutputFilterSensitiveLog: (
916
- obj: GetSchemaAnalysisRuleOutput
917
- ) => any;
918
- export declare const ListCollaborationsInputFilterSensitiveLog: (
919
- obj: ListCollaborationsInput
920
- ) => any;
921
- export declare const CollaborationSummaryFilterSensitiveLog: (
922
- obj: CollaborationSummary
923
- ) => any;
924
- export declare const ListCollaborationsOutputFilterSensitiveLog: (
925
- obj: ListCollaborationsOutput
926
- ) => any;
927
- export declare const ListMembersInputFilterSensitiveLog: (
928
- obj: ListMembersInput
929
- ) => any;
930
- export declare const MemberSummaryFilterSensitiveLog: (
931
- obj: MemberSummary
932
- ) => any;
933
- export declare const ListMembersOutputFilterSensitiveLog: (
934
- obj: ListMembersOutput
935
- ) => any;
936
- export declare const ListSchemasInputFilterSensitiveLog: (
937
- obj: ListSchemasInput
938
- ) => any;
939
- export declare const SchemaSummaryFilterSensitiveLog: (
940
- obj: SchemaSummary
941
- ) => any;
942
- export declare const ListSchemasOutputFilterSensitiveLog: (
943
- obj: ListSchemasOutput
944
- ) => any;
945
- export declare const UpdateCollaborationInputFilterSensitiveLog: (
946
- obj: UpdateCollaborationInput
947
- ) => any;
948
- export declare const UpdateCollaborationOutputFilterSensitiveLog: (
949
- obj: UpdateCollaborationOutput
950
- ) => any;
951
- export declare const CreateConfiguredTableAssociationInputFilterSensitiveLog: (
952
- obj: CreateConfiguredTableAssociationInput
953
- ) => any;
954
- export declare const ConfiguredTableAssociationFilterSensitiveLog: (
955
- obj: ConfiguredTableAssociation
956
- ) => any;
957
- export declare const CreateConfiguredTableAssociationOutputFilterSensitiveLog: (
958
- obj: CreateConfiguredTableAssociationOutput
959
- ) => any;
960
- export declare const DeleteConfiguredTableAssociationInputFilterSensitiveLog: (
961
- obj: DeleteConfiguredTableAssociationInput
962
- ) => any;
963
- export declare const DeleteConfiguredTableAssociationOutputFilterSensitiveLog: (
964
- obj: DeleteConfiguredTableAssociationOutput
965
- ) => any;
966
- export declare const GetConfiguredTableAssociationInputFilterSensitiveLog: (
967
- obj: GetConfiguredTableAssociationInput
968
- ) => any;
969
- export declare const GetConfiguredTableAssociationOutputFilterSensitiveLog: (
970
- obj: GetConfiguredTableAssociationOutput
971
- ) => any;
972
- export declare const ListConfiguredTableAssociationsInputFilterSensitiveLog: (
973
- obj: ListConfiguredTableAssociationsInput
974
- ) => any;
975
- export declare const ConfiguredTableAssociationSummaryFilterSensitiveLog: (
976
- obj: ConfiguredTableAssociationSummary
977
- ) => any;
978
- export declare const ListConfiguredTableAssociationsOutputFilterSensitiveLog: (
979
- obj: ListConfiguredTableAssociationsOutput
980
- ) => any;
981
- export declare const UpdateConfiguredTableAssociationInputFilterSensitiveLog: (
982
- obj: UpdateConfiguredTableAssociationInput
983
- ) => any;
984
- export declare const UpdateConfiguredTableAssociationOutputFilterSensitiveLog: (
985
- obj: UpdateConfiguredTableAssociationOutput
986
- ) => any;
987
- export declare const GlueTableReferenceFilterSensitiveLog: (
988
- obj: GlueTableReference
989
- ) => any;
990
- export declare const TableReferenceFilterSensitiveLog: (
991
- obj: TableReference
992
- ) => any;
993
- export declare const CreateConfiguredTableInputFilterSensitiveLog: (
994
- obj: CreateConfiguredTableInput
995
- ) => any;
996
- export declare const ConfiguredTableFilterSensitiveLog: (
997
- obj: ConfiguredTable
998
- ) => any;
999
- export declare const CreateConfiguredTableOutputFilterSensitiveLog: (
1000
- obj: CreateConfiguredTableOutput
1001
- ) => any;
1002
- export declare const ConfiguredTableAnalysisRulePolicyV1FilterSensitiveLog: (
1003
- obj: ConfiguredTableAnalysisRulePolicyV1
1004
- ) => any;
1005
- export declare const ConfiguredTableAnalysisRulePolicyFilterSensitiveLog: (
1006
- obj: ConfiguredTableAnalysisRulePolicy
1007
- ) => any;
1008
- export declare const CreateConfiguredTableAnalysisRuleInputFilterSensitiveLog: (
1009
- obj: CreateConfiguredTableAnalysisRuleInput
1010
- ) => any;
1011
- export declare const ConfiguredTableAnalysisRuleFilterSensitiveLog: (
1012
- obj: ConfiguredTableAnalysisRule
1013
- ) => any;
1014
- export declare const CreateConfiguredTableAnalysisRuleOutputFilterSensitiveLog: (
1015
- obj: CreateConfiguredTableAnalysisRuleOutput
1016
- ) => any;
1017
- export declare const DeleteConfiguredTableInputFilterSensitiveLog: (
1018
- obj: DeleteConfiguredTableInput
1019
- ) => any;
1020
- export declare const DeleteConfiguredTableOutputFilterSensitiveLog: (
1021
- obj: DeleteConfiguredTableOutput
1022
- ) => any;
1023
- export declare const DeleteConfiguredTableAnalysisRuleInputFilterSensitiveLog: (
1024
- obj: DeleteConfiguredTableAnalysisRuleInput
1025
- ) => any;
1026
- export declare const DeleteConfiguredTableAnalysisRuleOutputFilterSensitiveLog: (
1027
- obj: DeleteConfiguredTableAnalysisRuleOutput
1028
- ) => any;
1029
- export declare const GetConfiguredTableInputFilterSensitiveLog: (
1030
- obj: GetConfiguredTableInput
1031
- ) => any;
1032
- export declare const GetConfiguredTableOutputFilterSensitiveLog: (
1033
- obj: GetConfiguredTableOutput
1034
- ) => any;
1035
- export declare const GetConfiguredTableAnalysisRuleInputFilterSensitiveLog: (
1036
- obj: GetConfiguredTableAnalysisRuleInput
1037
- ) => any;
1038
- export declare const GetConfiguredTableAnalysisRuleOutputFilterSensitiveLog: (
1039
- obj: GetConfiguredTableAnalysisRuleOutput
1040
- ) => any;
1041
- export declare const ListConfiguredTablesInputFilterSensitiveLog: (
1042
- obj: ListConfiguredTablesInput
1043
- ) => any;
1044
- export declare const ConfiguredTableSummaryFilterSensitiveLog: (
1045
- obj: ConfiguredTableSummary
1046
- ) => any;
1047
- export declare const ListConfiguredTablesOutputFilterSensitiveLog: (
1048
- obj: ListConfiguredTablesOutput
1049
- ) => any;
1050
- export declare const UpdateConfiguredTableInputFilterSensitiveLog: (
1051
- obj: UpdateConfiguredTableInput
1052
- ) => any;
1053
- export declare const UpdateConfiguredTableOutputFilterSensitiveLog: (
1054
- obj: UpdateConfiguredTableOutput
1055
- ) => any;
1056
- export declare const UpdateConfiguredTableAnalysisRuleInputFilterSensitiveLog: (
1057
- obj: UpdateConfiguredTableAnalysisRuleInput
1058
- ) => any;
1059
- export declare const UpdateConfiguredTableAnalysisRuleOutputFilterSensitiveLog: (
1060
- obj: UpdateConfiguredTableAnalysisRuleOutput
1061
- ) => any;
1062
- export declare const ListTagsForResourceInputFilterSensitiveLog: (
1063
- obj: ListTagsForResourceInput
1064
- ) => any;
1065
- export declare const ListTagsForResourceOutputFilterSensitiveLog: (
1066
- obj: ListTagsForResourceOutput
1067
- ) => any;
1068
- export declare const CreateMembershipInputFilterSensitiveLog: (
1069
- obj: CreateMembershipInput
1070
- ) => any;
1071
- export declare const MembershipFilterSensitiveLog: (obj: Membership) => any;
1072
- export declare const CreateMembershipOutputFilterSensitiveLog: (
1073
- obj: CreateMembershipOutput
1074
- ) => any;
1075
- export declare const DeleteMembershipInputFilterSensitiveLog: (
1076
- obj: DeleteMembershipInput
1077
- ) => any;
1078
- export declare const DeleteMembershipOutputFilterSensitiveLog: (
1079
- obj: DeleteMembershipOutput
1080
- ) => any;
1081
- export declare const GetMembershipInputFilterSensitiveLog: (
1082
- obj: GetMembershipInput
1083
- ) => any;
1084
- export declare const GetMembershipOutputFilterSensitiveLog: (
1085
- obj: GetMembershipOutput
1086
- ) => any;
1087
- export declare const GetProtectedQueryInputFilterSensitiveLog: (
1088
- obj: GetProtectedQueryInput
1089
- ) => any;
1090
- export declare const ProtectedQueryErrorFilterSensitiveLog: (
1091
- obj: ProtectedQueryError
1092
- ) => any;
1093
- export declare const ProtectedQueryS3OutputFilterSensitiveLog: (
1094
- obj: ProtectedQueryS3Output
1095
- ) => any;
1096
- export declare const ProtectedQueryOutputFilterSensitiveLog: (
1097
- obj: ProtectedQueryOutput
1098
- ) => any;
1099
- export declare const ProtectedQueryResultFilterSensitiveLog: (
1100
- obj: ProtectedQueryResult
1101
- ) => any;
1102
- export declare const ProtectedQueryS3OutputConfigurationFilterSensitiveLog: (
1103
- obj: ProtectedQueryS3OutputConfiguration
1104
- ) => any;
1105
- export declare const ProtectedQueryOutputConfigurationFilterSensitiveLog: (
1106
- obj: ProtectedQueryOutputConfiguration
1107
- ) => any;
1108
- export declare const ProtectedQueryResultConfigurationFilterSensitiveLog: (
1109
- obj: ProtectedQueryResultConfiguration
1110
- ) => any;
1111
840
  export declare const ProtectedQuerySQLParametersFilterSensitiveLog: (
1112
841
  obj: ProtectedQuerySQLParameters
1113
842
  ) => any;
1114
- export declare const ProtectedQueryStatisticsFilterSensitiveLog: (
1115
- obj: ProtectedQueryStatistics
1116
- ) => any;
1117
843
  export declare const ProtectedQueryFilterSensitiveLog: (
1118
844
  obj: ProtectedQuery
1119
845
  ) => any;
1120
846
  export declare const GetProtectedQueryOutputFilterSensitiveLog: (
1121
847
  obj: GetProtectedQueryOutput
1122
848
  ) => any;
1123
- export declare const ListMembershipsInputFilterSensitiveLog: (
1124
- obj: ListMembershipsInput
1125
- ) => any;
1126
- export declare const MembershipSummaryFilterSensitiveLog: (
1127
- obj: MembershipSummary
1128
- ) => any;
1129
- export declare const ListMembershipsOutputFilterSensitiveLog: (
1130
- obj: ListMembershipsOutput
1131
- ) => any;
1132
- export declare const ListProtectedQueriesInputFilterSensitiveLog: (
1133
- obj: ListProtectedQueriesInput
1134
- ) => any;
1135
- export declare const ProtectedQuerySummaryFilterSensitiveLog: (
1136
- obj: ProtectedQuerySummary
1137
- ) => any;
1138
- export declare const ListProtectedQueriesOutputFilterSensitiveLog: (
1139
- obj: ListProtectedQueriesOutput
1140
- ) => any;
1141
849
  export declare const StartProtectedQueryInputFilterSensitiveLog: (
1142
850
  obj: StartProtectedQueryInput
1143
851
  ) => any;
1144
852
  export declare const StartProtectedQueryOutputFilterSensitiveLog: (
1145
853
  obj: StartProtectedQueryOutput
1146
854
  ) => any;
1147
- export declare const UpdateMembershipInputFilterSensitiveLog: (
1148
- obj: UpdateMembershipInput
1149
- ) => any;
1150
- export declare const UpdateMembershipOutputFilterSensitiveLog: (
1151
- obj: UpdateMembershipOutput
1152
- ) => any;
1153
- export declare const UpdateProtectedQueryInputFilterSensitiveLog: (
1154
- obj: UpdateProtectedQueryInput
1155
- ) => any;
1156
855
  export declare const UpdateProtectedQueryOutputFilterSensitiveLog: (
1157
856
  obj: UpdateProtectedQueryOutput
1158
857
  ) => any;
1159
- export declare const TagResourceInputFilterSensitiveLog: (
1160
- obj: TagResourceInput
1161
- ) => any;
1162
- export declare const TagResourceOutputFilterSensitiveLog: (
1163
- obj: TagResourceOutput
1164
- ) => any;
1165
- export declare const UntagResourceInputFilterSensitiveLog: (
1166
- obj: UntagResourceInput
1167
- ) => any;
1168
- export declare const UntagResourceOutputFilterSensitiveLog: (
1169
- obj: UntagResourceOutput
1170
- ) => any;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cleanrooms",
3
3
  "description": "AWS SDK for JavaScript Cleanrooms Client for Node.js, Browser and React Native",
4
- "version": "3.296.0",
4
+ "version": "3.298.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -11,6 +11,7 @@
11
11
  "build:types": "tsc -p tsconfig.types.json",
12
12
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
13
13
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
14
+ "extract:docs": "api-extractor run --local",
14
15
  "generate:client": "node ../../scripts/generate-clients/single-service --solo cleanrooms"
15
16
  },
16
17
  "main": "./dist-cjs/index.js",
@@ -20,9 +21,9 @@
20
21
  "dependencies": {
21
22
  "@aws-crypto/sha256-browser": "3.0.0",
22
23
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.296.0",
24
+ "@aws-sdk/client-sts": "3.298.0",
24
25
  "@aws-sdk/config-resolver": "3.296.0",
25
- "@aws-sdk/credential-provider-node": "3.296.0",
26
+ "@aws-sdk/credential-provider-node": "3.298.0",
26
27
  "@aws-sdk/fetch-http-handler": "3.296.0",
27
28
  "@aws-sdk/hash-node": "3.296.0",
28
29
  "@aws-sdk/invalid-dependency": "3.296.0",