@aws-sdk/client-cleanrooms 3.297.0 → 3.299.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/dist-cjs/commands/BatchGetSchemaCommand.js +2 -3
- package/dist-cjs/commands/CreateCollaborationCommand.js +2 -3
- package/dist-cjs/commands/CreateConfiguredTableAnalysisRuleCommand.js +2 -3
- package/dist-cjs/commands/CreateConfiguredTableAssociationCommand.js +2 -3
- package/dist-cjs/commands/CreateConfiguredTableCommand.js +2 -3
- package/dist-cjs/commands/CreateMembershipCommand.js +2 -3
- package/dist-cjs/commands/DeleteCollaborationCommand.js +2 -3
- package/dist-cjs/commands/DeleteConfiguredTableAnalysisRuleCommand.js +2 -3
- package/dist-cjs/commands/DeleteConfiguredTableAssociationCommand.js +2 -3
- package/dist-cjs/commands/DeleteConfiguredTableCommand.js +2 -3
- package/dist-cjs/commands/DeleteMemberCommand.js +2 -3
- package/dist-cjs/commands/DeleteMembershipCommand.js +2 -3
- package/dist-cjs/commands/GetCollaborationCommand.js +2 -3
- package/dist-cjs/commands/GetConfiguredTableAnalysisRuleCommand.js +2 -3
- package/dist-cjs/commands/GetConfiguredTableAssociationCommand.js +2 -3
- package/dist-cjs/commands/GetConfiguredTableCommand.js +2 -3
- package/dist-cjs/commands/GetMembershipCommand.js +2 -3
- package/dist-cjs/commands/GetProtectedQueryCommand.js +1 -1
- package/dist-cjs/commands/GetSchemaAnalysisRuleCommand.js +2 -3
- package/dist-cjs/commands/GetSchemaCommand.js +2 -3
- package/dist-cjs/commands/ListCollaborationsCommand.js +2 -3
- package/dist-cjs/commands/ListConfiguredTableAssociationsCommand.js +2 -3
- package/dist-cjs/commands/ListConfiguredTablesCommand.js +2 -3
- package/dist-cjs/commands/ListMembersCommand.js +2 -3
- package/dist-cjs/commands/ListMembershipsCommand.js +2 -3
- package/dist-cjs/commands/ListProtectedQueriesCommand.js +2 -3
- package/dist-cjs/commands/ListSchemasCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateCollaborationCommand.js +2 -3
- package/dist-cjs/commands/UpdateConfiguredTableAnalysisRuleCommand.js +2 -3
- package/dist-cjs/commands/UpdateConfiguredTableAssociationCommand.js +2 -3
- package/dist-cjs/commands/UpdateConfiguredTableCommand.js +2 -3
- package/dist-cjs/commands/UpdateMembershipCommand.js +2 -3
- package/dist-cjs/commands/UpdateProtectedQueryCommand.js +1 -1
- package/dist-cjs/models/models_0.js +4 -484
- package/dist-es/commands/BatchGetSchemaCommand.js +2 -3
- package/dist-es/commands/CreateCollaborationCommand.js +2 -3
- package/dist-es/commands/CreateConfiguredTableAnalysisRuleCommand.js +2 -3
- package/dist-es/commands/CreateConfiguredTableAssociationCommand.js +2 -3
- package/dist-es/commands/CreateConfiguredTableCommand.js +2 -3
- package/dist-es/commands/CreateMembershipCommand.js +2 -3
- package/dist-es/commands/DeleteCollaborationCommand.js +2 -3
- package/dist-es/commands/DeleteConfiguredTableAnalysisRuleCommand.js +2 -3
- package/dist-es/commands/DeleteConfiguredTableAssociationCommand.js +2 -3
- package/dist-es/commands/DeleteConfiguredTableCommand.js +2 -3
- package/dist-es/commands/DeleteMemberCommand.js +2 -3
- package/dist-es/commands/DeleteMembershipCommand.js +2 -3
- package/dist-es/commands/GetCollaborationCommand.js +2 -3
- package/dist-es/commands/GetConfiguredTableAnalysisRuleCommand.js +2 -3
- package/dist-es/commands/GetConfiguredTableAssociationCommand.js +2 -3
- package/dist-es/commands/GetConfiguredTableCommand.js +2 -3
- package/dist-es/commands/GetMembershipCommand.js +2 -3
- package/dist-es/commands/GetProtectedQueryCommand.js +2 -2
- package/dist-es/commands/GetSchemaAnalysisRuleCommand.js +2 -3
- package/dist-es/commands/GetSchemaCommand.js +2 -3
- package/dist-es/commands/ListCollaborationsCommand.js +2 -3
- package/dist-es/commands/ListConfiguredTableAssociationsCommand.js +2 -3
- package/dist-es/commands/ListConfiguredTablesCommand.js +2 -3
- package/dist-es/commands/ListMembersCommand.js +2 -3
- package/dist-es/commands/ListMembershipsCommand.js +2 -3
- package/dist-es/commands/ListProtectedQueriesCommand.js +2 -3
- package/dist-es/commands/ListSchemasCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateCollaborationCommand.js +2 -3
- package/dist-es/commands/UpdateConfiguredTableAnalysisRuleCommand.js +2 -3
- package/dist-es/commands/UpdateConfiguredTableAssociationCommand.js +2 -3
- package/dist-es/commands/UpdateConfiguredTableCommand.js +2 -3
- package/dist-es/commands/UpdateMembershipCommand.js +2 -3
- package/dist-es/commands/UpdateProtectedQueryCommand.js +2 -2
- package/dist-es/models/models_0.js +3 -374
- package/dist-types/models/models_0.d.ts +0 -428
- package/dist-types/ts3.4/models/models_0.d.ts +0 -313
- package/package.json +11 -10
|
@@ -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.
|
|
4
|
+
"version": "3.299.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,22 +21,22 @@
|
|
|
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.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.299.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.299.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.299.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",
|
|
29
30
|
"@aws-sdk/middleware-content-length": "3.296.0",
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.299.0",
|
|
31
32
|
"@aws-sdk/middleware-host-header": "3.296.0",
|
|
32
33
|
"@aws-sdk/middleware-logger": "3.296.0",
|
|
33
34
|
"@aws-sdk/middleware-recursion-detection": "3.296.0",
|
|
34
35
|
"@aws-sdk/middleware-retry": "3.296.0",
|
|
35
36
|
"@aws-sdk/middleware-serde": "3.296.0",
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.299.0",
|
|
37
38
|
"@aws-sdk/middleware-stack": "3.296.0",
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.299.0",
|
|
39
40
|
"@aws-sdk/node-config-provider": "3.296.0",
|
|
40
41
|
"@aws-sdk/node-http-handler": "3.296.0",
|
|
41
42
|
"@aws-sdk/protocol-http": "3.296.0",
|
|
@@ -46,11 +47,11 @@
|
|
|
46
47
|
"@aws-sdk/util-body-length-browser": "3.295.0",
|
|
47
48
|
"@aws-sdk/util-body-length-node": "3.295.0",
|
|
48
49
|
"@aws-sdk/util-defaults-mode-browser": "3.296.0",
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.299.0",
|
|
50
51
|
"@aws-sdk/util-endpoints": "3.296.0",
|
|
51
52
|
"@aws-sdk/util-retry": "3.296.0",
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.299.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.299.0",
|
|
54
55
|
"@aws-sdk/util-utf8": "3.295.0",
|
|
55
56
|
"tslib": "^2.5.0"
|
|
56
57
|
},
|