@aws-sdk/client-rekognition 3.297.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 (131) hide show
  1. package/dist-cjs/commands/CompareFacesCommand.js +2 -3
  2. package/dist-cjs/commands/CopyProjectVersionCommand.js +2 -3
  3. package/dist-cjs/commands/CreateCollectionCommand.js +2 -3
  4. package/dist-cjs/commands/CreateDatasetCommand.js +2 -3
  5. package/dist-cjs/commands/CreateProjectCommand.js +2 -3
  6. package/dist-cjs/commands/CreateProjectVersionCommand.js +2 -3
  7. package/dist-cjs/commands/CreateStreamProcessorCommand.js +2 -3
  8. package/dist-cjs/commands/DeleteCollectionCommand.js +2 -3
  9. package/dist-cjs/commands/DeleteDatasetCommand.js +2 -3
  10. package/dist-cjs/commands/DeleteFacesCommand.js +2 -3
  11. package/dist-cjs/commands/DeleteProjectCommand.js +2 -3
  12. package/dist-cjs/commands/DeleteProjectPolicyCommand.js +2 -3
  13. package/dist-cjs/commands/DeleteProjectVersionCommand.js +2 -3
  14. package/dist-cjs/commands/DeleteStreamProcessorCommand.js +2 -3
  15. package/dist-cjs/commands/DescribeCollectionCommand.js +2 -3
  16. package/dist-cjs/commands/DescribeDatasetCommand.js +2 -3
  17. package/dist-cjs/commands/DescribeProjectVersionsCommand.js +2 -3
  18. package/dist-cjs/commands/DescribeProjectsCommand.js +2 -3
  19. package/dist-cjs/commands/DescribeStreamProcessorCommand.js +2 -3
  20. package/dist-cjs/commands/DetectCustomLabelsCommand.js +2 -3
  21. package/dist-cjs/commands/DetectFacesCommand.js +2 -3
  22. package/dist-cjs/commands/DetectLabelsCommand.js +2 -3
  23. package/dist-cjs/commands/DetectModerationLabelsCommand.js +2 -3
  24. package/dist-cjs/commands/DetectProtectiveEquipmentCommand.js +2 -3
  25. package/dist-cjs/commands/DetectTextCommand.js +2 -3
  26. package/dist-cjs/commands/DistributeDatasetEntriesCommand.js +2 -3
  27. package/dist-cjs/commands/GetCelebrityInfoCommand.js +2 -3
  28. package/dist-cjs/commands/GetCelebrityRecognitionCommand.js +2 -3
  29. package/dist-cjs/commands/GetContentModerationCommand.js +2 -3
  30. package/dist-cjs/commands/GetFaceDetectionCommand.js +2 -3
  31. package/dist-cjs/commands/GetFaceSearchCommand.js +2 -3
  32. package/dist-cjs/commands/GetLabelDetectionCommand.js +2 -3
  33. package/dist-cjs/commands/GetPersonTrackingCommand.js +2 -3
  34. package/dist-cjs/commands/GetSegmentDetectionCommand.js +2 -3
  35. package/dist-cjs/commands/GetTextDetectionCommand.js +2 -3
  36. package/dist-cjs/commands/IndexFacesCommand.js +2 -3
  37. package/dist-cjs/commands/ListCollectionsCommand.js +2 -3
  38. package/dist-cjs/commands/ListDatasetEntriesCommand.js +2 -3
  39. package/dist-cjs/commands/ListDatasetLabelsCommand.js +2 -3
  40. package/dist-cjs/commands/ListFacesCommand.js +2 -3
  41. package/dist-cjs/commands/ListProjectPoliciesCommand.js +2 -3
  42. package/dist-cjs/commands/ListStreamProcessorsCommand.js +2 -3
  43. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  44. package/dist-cjs/commands/PutProjectPolicyCommand.js +2 -3
  45. package/dist-cjs/commands/RecognizeCelebritiesCommand.js +2 -3
  46. package/dist-cjs/commands/SearchFacesByImageCommand.js +2 -3
  47. package/dist-cjs/commands/SearchFacesCommand.js +2 -3
  48. package/dist-cjs/commands/StartCelebrityRecognitionCommand.js +2 -3
  49. package/dist-cjs/commands/StartContentModerationCommand.js +2 -3
  50. package/dist-cjs/commands/StartFaceDetectionCommand.js +2 -3
  51. package/dist-cjs/commands/StartFaceSearchCommand.js +2 -3
  52. package/dist-cjs/commands/StartLabelDetectionCommand.js +2 -3
  53. package/dist-cjs/commands/StartPersonTrackingCommand.js +2 -3
  54. package/dist-cjs/commands/StartProjectVersionCommand.js +2 -3
  55. package/dist-cjs/commands/StartSegmentDetectionCommand.js +2 -3
  56. package/dist-cjs/commands/StartStreamProcessorCommand.js +2 -3
  57. package/dist-cjs/commands/StartTextDetectionCommand.js +2 -3
  58. package/dist-cjs/commands/StopProjectVersionCommand.js +2 -3
  59. package/dist-cjs/commands/StopStreamProcessorCommand.js +2 -3
  60. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  61. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  62. package/dist-cjs/commands/UpdateDatasetEntriesCommand.js +2 -3
  63. package/dist-cjs/commands/UpdateStreamProcessorCommand.js +2 -3
  64. package/dist-cjs/models/models_0.js +1 -973
  65. package/dist-es/commands/CompareFacesCommand.js +2 -3
  66. package/dist-es/commands/CopyProjectVersionCommand.js +2 -3
  67. package/dist-es/commands/CreateCollectionCommand.js +2 -3
  68. package/dist-es/commands/CreateDatasetCommand.js +2 -3
  69. package/dist-es/commands/CreateProjectCommand.js +2 -3
  70. package/dist-es/commands/CreateProjectVersionCommand.js +2 -3
  71. package/dist-es/commands/CreateStreamProcessorCommand.js +2 -3
  72. package/dist-es/commands/DeleteCollectionCommand.js +2 -3
  73. package/dist-es/commands/DeleteDatasetCommand.js +2 -3
  74. package/dist-es/commands/DeleteFacesCommand.js +2 -3
  75. package/dist-es/commands/DeleteProjectCommand.js +2 -3
  76. package/dist-es/commands/DeleteProjectPolicyCommand.js +2 -3
  77. package/dist-es/commands/DeleteProjectVersionCommand.js +2 -3
  78. package/dist-es/commands/DeleteStreamProcessorCommand.js +2 -3
  79. package/dist-es/commands/DescribeCollectionCommand.js +2 -3
  80. package/dist-es/commands/DescribeDatasetCommand.js +2 -3
  81. package/dist-es/commands/DescribeProjectVersionsCommand.js +2 -3
  82. package/dist-es/commands/DescribeProjectsCommand.js +2 -3
  83. package/dist-es/commands/DescribeStreamProcessorCommand.js +2 -3
  84. package/dist-es/commands/DetectCustomLabelsCommand.js +2 -3
  85. package/dist-es/commands/DetectFacesCommand.js +2 -3
  86. package/dist-es/commands/DetectLabelsCommand.js +2 -3
  87. package/dist-es/commands/DetectModerationLabelsCommand.js +2 -3
  88. package/dist-es/commands/DetectProtectiveEquipmentCommand.js +2 -3
  89. package/dist-es/commands/DetectTextCommand.js +2 -3
  90. package/dist-es/commands/DistributeDatasetEntriesCommand.js +2 -3
  91. package/dist-es/commands/GetCelebrityInfoCommand.js +2 -3
  92. package/dist-es/commands/GetCelebrityRecognitionCommand.js +2 -3
  93. package/dist-es/commands/GetContentModerationCommand.js +2 -3
  94. package/dist-es/commands/GetFaceDetectionCommand.js +2 -3
  95. package/dist-es/commands/GetFaceSearchCommand.js +2 -3
  96. package/dist-es/commands/GetLabelDetectionCommand.js +2 -3
  97. package/dist-es/commands/GetPersonTrackingCommand.js +2 -3
  98. package/dist-es/commands/GetSegmentDetectionCommand.js +2 -3
  99. package/dist-es/commands/GetTextDetectionCommand.js +2 -3
  100. package/dist-es/commands/IndexFacesCommand.js +2 -3
  101. package/dist-es/commands/ListCollectionsCommand.js +2 -3
  102. package/dist-es/commands/ListDatasetEntriesCommand.js +2 -3
  103. package/dist-es/commands/ListDatasetLabelsCommand.js +2 -3
  104. package/dist-es/commands/ListFacesCommand.js +2 -3
  105. package/dist-es/commands/ListProjectPoliciesCommand.js +2 -3
  106. package/dist-es/commands/ListStreamProcessorsCommand.js +2 -3
  107. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  108. package/dist-es/commands/PutProjectPolicyCommand.js +2 -3
  109. package/dist-es/commands/RecognizeCelebritiesCommand.js +2 -3
  110. package/dist-es/commands/SearchFacesByImageCommand.js +2 -3
  111. package/dist-es/commands/SearchFacesCommand.js +2 -3
  112. package/dist-es/commands/StartCelebrityRecognitionCommand.js +2 -3
  113. package/dist-es/commands/StartContentModerationCommand.js +2 -3
  114. package/dist-es/commands/StartFaceDetectionCommand.js +2 -3
  115. package/dist-es/commands/StartFaceSearchCommand.js +2 -3
  116. package/dist-es/commands/StartLabelDetectionCommand.js +2 -3
  117. package/dist-es/commands/StartPersonTrackingCommand.js +2 -3
  118. package/dist-es/commands/StartProjectVersionCommand.js +2 -3
  119. package/dist-es/commands/StartSegmentDetectionCommand.js +2 -3
  120. package/dist-es/commands/StartStreamProcessorCommand.js +2 -3
  121. package/dist-es/commands/StartTextDetectionCommand.js +2 -3
  122. package/dist-es/commands/StopProjectVersionCommand.js +2 -3
  123. package/dist-es/commands/StopStreamProcessorCommand.js +2 -3
  124. package/dist-es/commands/TagResourceCommand.js +2 -3
  125. package/dist-es/commands/UntagResourceCommand.js +2 -3
  126. package/dist-es/commands/UpdateDatasetEntriesCommand.js +2 -3
  127. package/dist-es/commands/UpdateStreamProcessorCommand.js +2 -3
  128. package/dist-es/models/models_0.js +0 -726
  129. package/dist-types/models/models_0.d.ts +0 -968
  130. package/dist-types/ts3.4/models/models_0.d.ts +0 -644
  131. package/package.json +4 -3
@@ -5877,971 +5877,3 @@ export interface UpdateStreamProcessorRequest {
5877
5877
  */
5878
5878
  export interface UpdateStreamProcessorResponse {
5879
5879
  }
5880
- /**
5881
- * @internal
5882
- */
5883
- export declare const AgeRangeFilterSensitiveLog: (obj: AgeRange) => any;
5884
- /**
5885
- * @internal
5886
- */
5887
- export declare const S3ObjectFilterSensitiveLog: (obj: S3Object) => any;
5888
- /**
5889
- * @internal
5890
- */
5891
- export declare const GroundTruthManifestFilterSensitiveLog: (obj: GroundTruthManifest) => any;
5892
- /**
5893
- * @internal
5894
- */
5895
- export declare const AssetFilterSensitiveLog: (obj: Asset) => any;
5896
- /**
5897
- * @internal
5898
- */
5899
- export declare const AudioMetadataFilterSensitiveLog: (obj: AudioMetadata) => any;
5900
- /**
5901
- * @internal
5902
- */
5903
- export declare const BeardFilterSensitiveLog: (obj: Beard) => any;
5904
- /**
5905
- * @internal
5906
- */
5907
- export declare const BlackFrameFilterSensitiveLog: (obj: BlackFrame) => any;
5908
- /**
5909
- * @internal
5910
- */
5911
- export declare const BoundingBoxFilterSensitiveLog: (obj: BoundingBox) => any;
5912
- /**
5913
- * @internal
5914
- */
5915
- export declare const CoversBodyPartFilterSensitiveLog: (obj: CoversBodyPart) => any;
5916
- /**
5917
- * @internal
5918
- */
5919
- export declare const EquipmentDetectionFilterSensitiveLog: (obj: EquipmentDetection) => any;
5920
- /**
5921
- * @internal
5922
- */
5923
- export declare const ProtectiveEquipmentBodyPartFilterSensitiveLog: (obj: ProtectiveEquipmentBodyPart) => any;
5924
- /**
5925
- * @internal
5926
- */
5927
- export declare const EmotionFilterSensitiveLog: (obj: Emotion) => any;
5928
- /**
5929
- * @internal
5930
- */
5931
- export declare const LandmarkFilterSensitiveLog: (obj: Landmark) => any;
5932
- /**
5933
- * @internal
5934
- */
5935
- export declare const PoseFilterSensitiveLog: (obj: Pose) => any;
5936
- /**
5937
- * @internal
5938
- */
5939
- export declare const ImageQualityFilterSensitiveLog: (obj: ImageQuality) => any;
5940
- /**
5941
- * @internal
5942
- */
5943
- export declare const SmileFilterSensitiveLog: (obj: Smile) => any;
5944
- /**
5945
- * @internal
5946
- */
5947
- export declare const ComparedFaceFilterSensitiveLog: (obj: ComparedFace) => any;
5948
- /**
5949
- * @internal
5950
- */
5951
- export declare const KnownGenderFilterSensitiveLog: (obj: KnownGender) => any;
5952
- /**
5953
- * @internal
5954
- */
5955
- export declare const CelebrityFilterSensitiveLog: (obj: Celebrity) => any;
5956
- /**
5957
- * @internal
5958
- */
5959
- export declare const EyeglassesFilterSensitiveLog: (obj: Eyeglasses) => any;
5960
- /**
5961
- * @internal
5962
- */
5963
- export declare const EyeOpenFilterSensitiveLog: (obj: EyeOpen) => any;
5964
- /**
5965
- * @internal
5966
- */
5967
- export declare const GenderFilterSensitiveLog: (obj: Gender) => any;
5968
- /**
5969
- * @internal
5970
- */
5971
- export declare const MouthOpenFilterSensitiveLog: (obj: MouthOpen) => any;
5972
- /**
5973
- * @internal
5974
- */
5975
- export declare const MustacheFilterSensitiveLog: (obj: Mustache) => any;
5976
- /**
5977
- * @internal
5978
- */
5979
- export declare const SunglassesFilterSensitiveLog: (obj: Sunglasses) => any;
5980
- /**
5981
- * @internal
5982
- */
5983
- export declare const FaceDetailFilterSensitiveLog: (obj: FaceDetail) => any;
5984
- /**
5985
- * @internal
5986
- */
5987
- export declare const CelebrityDetailFilterSensitiveLog: (obj: CelebrityDetail) => any;
5988
- /**
5989
- * @internal
5990
- */
5991
- export declare const CelebrityRecognitionFilterSensitiveLog: (obj: CelebrityRecognition) => any;
5992
- /**
5993
- * @internal
5994
- */
5995
- export declare const ComparedSourceImageFaceFilterSensitiveLog: (obj: ComparedSourceImageFace) => any;
5996
- /**
5997
- * @internal
5998
- */
5999
- export declare const ImageFilterSensitiveLog: (obj: Image) => any;
6000
- /**
6001
- * @internal
6002
- */
6003
- export declare const CompareFacesRequestFilterSensitiveLog: (obj: CompareFacesRequest) => any;
6004
- /**
6005
- * @internal
6006
- */
6007
- export declare const CompareFacesMatchFilterSensitiveLog: (obj: CompareFacesMatch) => any;
6008
- /**
6009
- * @internal
6010
- */
6011
- export declare const CompareFacesResponseFilterSensitiveLog: (obj: CompareFacesResponse) => any;
6012
- /**
6013
- * @internal
6014
- */
6015
- export declare const ConnectedHomeSettingsFilterSensitiveLog: (obj: ConnectedHomeSettings) => any;
6016
- /**
6017
- * @internal
6018
- */
6019
- export declare const ConnectedHomeSettingsForUpdateFilterSensitiveLog: (obj: ConnectedHomeSettingsForUpdate) => any;
6020
- /**
6021
- * @internal
6022
- */
6023
- export declare const ModerationLabelFilterSensitiveLog: (obj: ModerationLabel) => any;
6024
- /**
6025
- * @internal
6026
- */
6027
- export declare const ContentModerationDetectionFilterSensitiveLog: (obj: ContentModerationDetection) => any;
6028
- /**
6029
- * @internal
6030
- */
6031
- export declare const OutputConfigFilterSensitiveLog: (obj: OutputConfig) => any;
6032
- /**
6033
- * @internal
6034
- */
6035
- export declare const CopyProjectVersionRequestFilterSensitiveLog: (obj: CopyProjectVersionRequest) => any;
6036
- /**
6037
- * @internal
6038
- */
6039
- export declare const CopyProjectVersionResponseFilterSensitiveLog: (obj: CopyProjectVersionResponse) => any;
6040
- /**
6041
- * @internal
6042
- */
6043
- export declare const CreateCollectionRequestFilterSensitiveLog: (obj: CreateCollectionRequest) => any;
6044
- /**
6045
- * @internal
6046
- */
6047
- export declare const CreateCollectionResponseFilterSensitiveLog: (obj: CreateCollectionResponse) => any;
6048
- /**
6049
- * @internal
6050
- */
6051
- export declare const DatasetSourceFilterSensitiveLog: (obj: DatasetSource) => any;
6052
- /**
6053
- * @internal
6054
- */
6055
- export declare const CreateDatasetRequestFilterSensitiveLog: (obj: CreateDatasetRequest) => any;
6056
- /**
6057
- * @internal
6058
- */
6059
- export declare const CreateDatasetResponseFilterSensitiveLog: (obj: CreateDatasetResponse) => any;
6060
- /**
6061
- * @internal
6062
- */
6063
- export declare const CreateProjectRequestFilterSensitiveLog: (obj: CreateProjectRequest) => any;
6064
- /**
6065
- * @internal
6066
- */
6067
- export declare const CreateProjectResponseFilterSensitiveLog: (obj: CreateProjectResponse) => any;
6068
- /**
6069
- * @internal
6070
- */
6071
- export declare const TestingDataFilterSensitiveLog: (obj: TestingData) => any;
6072
- /**
6073
- * @internal
6074
- */
6075
- export declare const TrainingDataFilterSensitiveLog: (obj: TrainingData) => any;
6076
- /**
6077
- * @internal
6078
- */
6079
- export declare const CreateProjectVersionRequestFilterSensitiveLog: (obj: CreateProjectVersionRequest) => any;
6080
- /**
6081
- * @internal
6082
- */
6083
- export declare const CreateProjectVersionResponseFilterSensitiveLog: (obj: CreateProjectVersionResponse) => any;
6084
- /**
6085
- * @internal
6086
- */
6087
- export declare const StreamProcessorDataSharingPreferenceFilterSensitiveLog: (obj: StreamProcessorDataSharingPreference) => any;
6088
- /**
6089
- * @internal
6090
- */
6091
- export declare const KinesisVideoStreamFilterSensitiveLog: (obj: KinesisVideoStream) => any;
6092
- /**
6093
- * @internal
6094
- */
6095
- export declare const StreamProcessorInputFilterSensitiveLog: (obj: StreamProcessorInput) => any;
6096
- /**
6097
- * @internal
6098
- */
6099
- export declare const StreamProcessorNotificationChannelFilterSensitiveLog: (obj: StreamProcessorNotificationChannel) => any;
6100
- /**
6101
- * @internal
6102
- */
6103
- export declare const KinesisDataStreamFilterSensitiveLog: (obj: KinesisDataStream) => any;
6104
- /**
6105
- * @internal
6106
- */
6107
- export declare const S3DestinationFilterSensitiveLog: (obj: S3Destination) => any;
6108
- /**
6109
- * @internal
6110
- */
6111
- export declare const StreamProcessorOutputFilterSensitiveLog: (obj: StreamProcessorOutput) => any;
6112
- /**
6113
- * @internal
6114
- */
6115
- export declare const PointFilterSensitiveLog: (obj: Point) => any;
6116
- /**
6117
- * @internal
6118
- */
6119
- export declare const RegionOfInterestFilterSensitiveLog: (obj: RegionOfInterest) => any;
6120
- /**
6121
- * @internal
6122
- */
6123
- export declare const FaceSearchSettingsFilterSensitiveLog: (obj: FaceSearchSettings) => any;
6124
- /**
6125
- * @internal
6126
- */
6127
- export declare const StreamProcessorSettingsFilterSensitiveLog: (obj: StreamProcessorSettings) => any;
6128
- /**
6129
- * @internal
6130
- */
6131
- export declare const CreateStreamProcessorRequestFilterSensitiveLog: (obj: CreateStreamProcessorRequest) => any;
6132
- /**
6133
- * @internal
6134
- */
6135
- export declare const CreateStreamProcessorResponseFilterSensitiveLog: (obj: CreateStreamProcessorResponse) => any;
6136
- /**
6137
- * @internal
6138
- */
6139
- export declare const GeometryFilterSensitiveLog: (obj: Geometry) => any;
6140
- /**
6141
- * @internal
6142
- */
6143
- export declare const CustomLabelFilterSensitiveLog: (obj: CustomLabel) => any;
6144
- /**
6145
- * @internal
6146
- */
6147
- export declare const DatasetChangesFilterSensitiveLog: (obj: DatasetChanges) => any;
6148
- /**
6149
- * @internal
6150
- */
6151
- export declare const DatasetStatsFilterSensitiveLog: (obj: DatasetStats) => any;
6152
- /**
6153
- * @internal
6154
- */
6155
- export declare const DatasetDescriptionFilterSensitiveLog: (obj: DatasetDescription) => any;
6156
- /**
6157
- * @internal
6158
- */
6159
- export declare const DatasetLabelStatsFilterSensitiveLog: (obj: DatasetLabelStats) => any;
6160
- /**
6161
- * @internal
6162
- */
6163
- export declare const DatasetLabelDescriptionFilterSensitiveLog: (obj: DatasetLabelDescription) => any;
6164
- /**
6165
- * @internal
6166
- */
6167
- export declare const DatasetMetadataFilterSensitiveLog: (obj: DatasetMetadata) => any;
6168
- /**
6169
- * @internal
6170
- */
6171
- export declare const DeleteCollectionRequestFilterSensitiveLog: (obj: DeleteCollectionRequest) => any;
6172
- /**
6173
- * @internal
6174
- */
6175
- export declare const DeleteCollectionResponseFilterSensitiveLog: (obj: DeleteCollectionResponse) => any;
6176
- /**
6177
- * @internal
6178
- */
6179
- export declare const DeleteDatasetRequestFilterSensitiveLog: (obj: DeleteDatasetRequest) => any;
6180
- /**
6181
- * @internal
6182
- */
6183
- export declare const DeleteDatasetResponseFilterSensitiveLog: (obj: DeleteDatasetResponse) => any;
6184
- /**
6185
- * @internal
6186
- */
6187
- export declare const DeleteFacesRequestFilterSensitiveLog: (obj: DeleteFacesRequest) => any;
6188
- /**
6189
- * @internal
6190
- */
6191
- export declare const DeleteFacesResponseFilterSensitiveLog: (obj: DeleteFacesResponse) => any;
6192
- /**
6193
- * @internal
6194
- */
6195
- export declare const DeleteProjectRequestFilterSensitiveLog: (obj: DeleteProjectRequest) => any;
6196
- /**
6197
- * @internal
6198
- */
6199
- export declare const DeleteProjectResponseFilterSensitiveLog: (obj: DeleteProjectResponse) => any;
6200
- /**
6201
- * @internal
6202
- */
6203
- export declare const DeleteProjectPolicyRequestFilterSensitiveLog: (obj: DeleteProjectPolicyRequest) => any;
6204
- /**
6205
- * @internal
6206
- */
6207
- export declare const DeleteProjectPolicyResponseFilterSensitiveLog: (obj: DeleteProjectPolicyResponse) => any;
6208
- /**
6209
- * @internal
6210
- */
6211
- export declare const DeleteProjectVersionRequestFilterSensitiveLog: (obj: DeleteProjectVersionRequest) => any;
6212
- /**
6213
- * @internal
6214
- */
6215
- export declare const DeleteProjectVersionResponseFilterSensitiveLog: (obj: DeleteProjectVersionResponse) => any;
6216
- /**
6217
- * @internal
6218
- */
6219
- export declare const DeleteStreamProcessorRequestFilterSensitiveLog: (obj: DeleteStreamProcessorRequest) => any;
6220
- /**
6221
- * @internal
6222
- */
6223
- export declare const DeleteStreamProcessorResponseFilterSensitiveLog: (obj: DeleteStreamProcessorResponse) => any;
6224
- /**
6225
- * @internal
6226
- */
6227
- export declare const DescribeCollectionRequestFilterSensitiveLog: (obj: DescribeCollectionRequest) => any;
6228
- /**
6229
- * @internal
6230
- */
6231
- export declare const DescribeCollectionResponseFilterSensitiveLog: (obj: DescribeCollectionResponse) => any;
6232
- /**
6233
- * @internal
6234
- */
6235
- export declare const DescribeDatasetRequestFilterSensitiveLog: (obj: DescribeDatasetRequest) => any;
6236
- /**
6237
- * @internal
6238
- */
6239
- export declare const DescribeDatasetResponseFilterSensitiveLog: (obj: DescribeDatasetResponse) => any;
6240
- /**
6241
- * @internal
6242
- */
6243
- export declare const DescribeProjectsRequestFilterSensitiveLog: (obj: DescribeProjectsRequest) => any;
6244
- /**
6245
- * @internal
6246
- */
6247
- export declare const ProjectDescriptionFilterSensitiveLog: (obj: ProjectDescription) => any;
6248
- /**
6249
- * @internal
6250
- */
6251
- export declare const DescribeProjectsResponseFilterSensitiveLog: (obj: DescribeProjectsResponse) => any;
6252
- /**
6253
- * @internal
6254
- */
6255
- export declare const DescribeProjectVersionsRequestFilterSensitiveLog: (obj: DescribeProjectVersionsRequest) => any;
6256
- /**
6257
- * @internal
6258
- */
6259
- export declare const SummaryFilterSensitiveLog: (obj: Summary) => any;
6260
- /**
6261
- * @internal
6262
- */
6263
- export declare const EvaluationResultFilterSensitiveLog: (obj: EvaluationResult) => any;
6264
- /**
6265
- * @internal
6266
- */
6267
- export declare const ValidationDataFilterSensitiveLog: (obj: ValidationData) => any;
6268
- /**
6269
- * @internal
6270
- */
6271
- export declare const TestingDataResultFilterSensitiveLog: (obj: TestingDataResult) => any;
6272
- /**
6273
- * @internal
6274
- */
6275
- export declare const TrainingDataResultFilterSensitiveLog: (obj: TrainingDataResult) => any;
6276
- /**
6277
- * @internal
6278
- */
6279
- export declare const ProjectVersionDescriptionFilterSensitiveLog: (obj: ProjectVersionDescription) => any;
6280
- /**
6281
- * @internal
6282
- */
6283
- export declare const DescribeProjectVersionsResponseFilterSensitiveLog: (obj: DescribeProjectVersionsResponse) => any;
6284
- /**
6285
- * @internal
6286
- */
6287
- export declare const DescribeStreamProcessorRequestFilterSensitiveLog: (obj: DescribeStreamProcessorRequest) => any;
6288
- /**
6289
- * @internal
6290
- */
6291
- export declare const DescribeStreamProcessorResponseFilterSensitiveLog: (obj: DescribeStreamProcessorResponse) => any;
6292
- /**
6293
- * @internal
6294
- */
6295
- export declare const DetectCustomLabelsRequestFilterSensitiveLog: (obj: DetectCustomLabelsRequest) => any;
6296
- /**
6297
- * @internal
6298
- */
6299
- export declare const DetectCustomLabelsResponseFilterSensitiveLog: (obj: DetectCustomLabelsResponse) => any;
6300
- /**
6301
- * @internal
6302
- */
6303
- export declare const DetectFacesRequestFilterSensitiveLog: (obj: DetectFacesRequest) => any;
6304
- /**
6305
- * @internal
6306
- */
6307
- export declare const DetectFacesResponseFilterSensitiveLog: (obj: DetectFacesResponse) => any;
6308
- /**
6309
- * @internal
6310
- */
6311
- export declare const DetectionFilterFilterSensitiveLog: (obj: DetectionFilter) => any;
6312
- /**
6313
- * @internal
6314
- */
6315
- export declare const GeneralLabelsSettingsFilterSensitiveLog: (obj: GeneralLabelsSettings) => any;
6316
- /**
6317
- * @internal
6318
- */
6319
- export declare const DetectLabelsImagePropertiesSettingsFilterSensitiveLog: (obj: DetectLabelsImagePropertiesSettings) => any;
6320
- /**
6321
- * @internal
6322
- */
6323
- export declare const DetectLabelsSettingsFilterSensitiveLog: (obj: DetectLabelsSettings) => any;
6324
- /**
6325
- * @internal
6326
- */
6327
- export declare const DetectLabelsRequestFilterSensitiveLog: (obj: DetectLabelsRequest) => any;
6328
- /**
6329
- * @internal
6330
- */
6331
- export declare const DominantColorFilterSensitiveLog: (obj: DominantColor) => any;
6332
- /**
6333
- * @internal
6334
- */
6335
- export declare const DetectLabelsImageQualityFilterSensitiveLog: (obj: DetectLabelsImageQuality) => any;
6336
- /**
6337
- * @internal
6338
- */
6339
- export declare const DetectLabelsImageBackgroundFilterSensitiveLog: (obj: DetectLabelsImageBackground) => any;
6340
- /**
6341
- * @internal
6342
- */
6343
- export declare const DetectLabelsImageForegroundFilterSensitiveLog: (obj: DetectLabelsImageForeground) => any;
6344
- /**
6345
- * @internal
6346
- */
6347
- export declare const DetectLabelsImagePropertiesFilterSensitiveLog: (obj: DetectLabelsImageProperties) => any;
6348
- /**
6349
- * @internal
6350
- */
6351
- export declare const LabelAliasFilterSensitiveLog: (obj: LabelAlias) => any;
6352
- /**
6353
- * @internal
6354
- */
6355
- export declare const LabelCategoryFilterSensitiveLog: (obj: LabelCategory) => any;
6356
- /**
6357
- * @internal
6358
- */
6359
- export declare const InstanceFilterSensitiveLog: (obj: Instance) => any;
6360
- /**
6361
- * @internal
6362
- */
6363
- export declare const ParentFilterSensitiveLog: (obj: Parent) => any;
6364
- /**
6365
- * @internal
6366
- */
6367
- export declare const LabelFilterSensitiveLog: (obj: Label) => any;
6368
- /**
6369
- * @internal
6370
- */
6371
- export declare const DetectLabelsResponseFilterSensitiveLog: (obj: DetectLabelsResponse) => any;
6372
- /**
6373
- * @internal
6374
- */
6375
- export declare const HumanLoopDataAttributesFilterSensitiveLog: (obj: HumanLoopDataAttributes) => any;
6376
- /**
6377
- * @internal
6378
- */
6379
- export declare const HumanLoopConfigFilterSensitiveLog: (obj: HumanLoopConfig) => any;
6380
- /**
6381
- * @internal
6382
- */
6383
- export declare const DetectModerationLabelsRequestFilterSensitiveLog: (obj: DetectModerationLabelsRequest) => any;
6384
- /**
6385
- * @internal
6386
- */
6387
- export declare const HumanLoopActivationOutputFilterSensitiveLog: (obj: HumanLoopActivationOutput) => any;
6388
- /**
6389
- * @internal
6390
- */
6391
- export declare const DetectModerationLabelsResponseFilterSensitiveLog: (obj: DetectModerationLabelsResponse) => any;
6392
- /**
6393
- * @internal
6394
- */
6395
- export declare const ProtectiveEquipmentSummarizationAttributesFilterSensitiveLog: (obj: ProtectiveEquipmentSummarizationAttributes) => any;
6396
- /**
6397
- * @internal
6398
- */
6399
- export declare const DetectProtectiveEquipmentRequestFilterSensitiveLog: (obj: DetectProtectiveEquipmentRequest) => any;
6400
- /**
6401
- * @internal
6402
- */
6403
- export declare const ProtectiveEquipmentPersonFilterSensitiveLog: (obj: ProtectiveEquipmentPerson) => any;
6404
- /**
6405
- * @internal
6406
- */
6407
- export declare const ProtectiveEquipmentSummaryFilterSensitiveLog: (obj: ProtectiveEquipmentSummary) => any;
6408
- /**
6409
- * @internal
6410
- */
6411
- export declare const DetectProtectiveEquipmentResponseFilterSensitiveLog: (obj: DetectProtectiveEquipmentResponse) => any;
6412
- /**
6413
- * @internal
6414
- */
6415
- export declare const DetectTextFiltersFilterSensitiveLog: (obj: DetectTextFilters) => any;
6416
- /**
6417
- * @internal
6418
- */
6419
- export declare const DetectTextRequestFilterSensitiveLog: (obj: DetectTextRequest) => any;
6420
- /**
6421
- * @internal
6422
- */
6423
- export declare const TextDetectionFilterSensitiveLog: (obj: TextDetection) => any;
6424
- /**
6425
- * @internal
6426
- */
6427
- export declare const DetectTextResponseFilterSensitiveLog: (obj: DetectTextResponse) => any;
6428
- /**
6429
- * @internal
6430
- */
6431
- export declare const DistributeDatasetFilterSensitiveLog: (obj: DistributeDataset) => any;
6432
- /**
6433
- * @internal
6434
- */
6435
- export declare const DistributeDatasetEntriesRequestFilterSensitiveLog: (obj: DistributeDatasetEntriesRequest) => any;
6436
- /**
6437
- * @internal
6438
- */
6439
- export declare const DistributeDatasetEntriesResponseFilterSensitiveLog: (obj: DistributeDatasetEntriesResponse) => any;
6440
- /**
6441
- * @internal
6442
- */
6443
- export declare const FaceFilterSensitiveLog: (obj: Face) => any;
6444
- /**
6445
- * @internal
6446
- */
6447
- export declare const FaceDetectionFilterSensitiveLog: (obj: FaceDetection) => any;
6448
- /**
6449
- * @internal
6450
- */
6451
- export declare const FaceMatchFilterSensitiveLog: (obj: FaceMatch) => any;
6452
- /**
6453
- * @internal
6454
- */
6455
- export declare const FaceRecordFilterSensitiveLog: (obj: FaceRecord) => any;
6456
- /**
6457
- * @internal
6458
- */
6459
- export declare const GetCelebrityInfoRequestFilterSensitiveLog: (obj: GetCelebrityInfoRequest) => any;
6460
- /**
6461
- * @internal
6462
- */
6463
- export declare const GetCelebrityInfoResponseFilterSensitiveLog: (obj: GetCelebrityInfoResponse) => any;
6464
- /**
6465
- * @internal
6466
- */
6467
- export declare const GetCelebrityRecognitionRequestFilterSensitiveLog: (obj: GetCelebrityRecognitionRequest) => any;
6468
- /**
6469
- * @internal
6470
- */
6471
- export declare const VideoMetadataFilterSensitiveLog: (obj: VideoMetadata) => any;
6472
- /**
6473
- * @internal
6474
- */
6475
- export declare const GetCelebrityRecognitionResponseFilterSensitiveLog: (obj: GetCelebrityRecognitionResponse) => any;
6476
- /**
6477
- * @internal
6478
- */
6479
- export declare const GetContentModerationRequestFilterSensitiveLog: (obj: GetContentModerationRequest) => any;
6480
- /**
6481
- * @internal
6482
- */
6483
- export declare const GetContentModerationResponseFilterSensitiveLog: (obj: GetContentModerationResponse) => any;
6484
- /**
6485
- * @internal
6486
- */
6487
- export declare const GetFaceDetectionRequestFilterSensitiveLog: (obj: GetFaceDetectionRequest) => any;
6488
- /**
6489
- * @internal
6490
- */
6491
- export declare const GetFaceDetectionResponseFilterSensitiveLog: (obj: GetFaceDetectionResponse) => any;
6492
- /**
6493
- * @internal
6494
- */
6495
- export declare const GetFaceSearchRequestFilterSensitiveLog: (obj: GetFaceSearchRequest) => any;
6496
- /**
6497
- * @internal
6498
- */
6499
- export declare const PersonDetailFilterSensitiveLog: (obj: PersonDetail) => any;
6500
- /**
6501
- * @internal
6502
- */
6503
- export declare const PersonMatchFilterSensitiveLog: (obj: PersonMatch) => any;
6504
- /**
6505
- * @internal
6506
- */
6507
- export declare const GetFaceSearchResponseFilterSensitiveLog: (obj: GetFaceSearchResponse) => any;
6508
- /**
6509
- * @internal
6510
- */
6511
- export declare const GetLabelDetectionRequestFilterSensitiveLog: (obj: GetLabelDetectionRequest) => any;
6512
- /**
6513
- * @internal
6514
- */
6515
- export declare const LabelDetectionFilterSensitiveLog: (obj: LabelDetection) => any;
6516
- /**
6517
- * @internal
6518
- */
6519
- export declare const GetLabelDetectionResponseFilterSensitiveLog: (obj: GetLabelDetectionResponse) => any;
6520
- /**
6521
- * @internal
6522
- */
6523
- export declare const GetPersonTrackingRequestFilterSensitiveLog: (obj: GetPersonTrackingRequest) => any;
6524
- /**
6525
- * @internal
6526
- */
6527
- export declare const PersonDetectionFilterSensitiveLog: (obj: PersonDetection) => any;
6528
- /**
6529
- * @internal
6530
- */
6531
- export declare const GetPersonTrackingResponseFilterSensitiveLog: (obj: GetPersonTrackingResponse) => any;
6532
- /**
6533
- * @internal
6534
- */
6535
- export declare const GetSegmentDetectionRequestFilterSensitiveLog: (obj: GetSegmentDetectionRequest) => any;
6536
- /**
6537
- * @internal
6538
- */
6539
- export declare const ShotSegmentFilterSensitiveLog: (obj: ShotSegment) => any;
6540
- /**
6541
- * @internal
6542
- */
6543
- export declare const TechnicalCueSegmentFilterSensitiveLog: (obj: TechnicalCueSegment) => any;
6544
- /**
6545
- * @internal
6546
- */
6547
- export declare const SegmentDetectionFilterSensitiveLog: (obj: SegmentDetection) => any;
6548
- /**
6549
- * @internal
6550
- */
6551
- export declare const SegmentTypeInfoFilterSensitiveLog: (obj: SegmentTypeInfo) => any;
6552
- /**
6553
- * @internal
6554
- */
6555
- export declare const GetSegmentDetectionResponseFilterSensitiveLog: (obj: GetSegmentDetectionResponse) => any;
6556
- /**
6557
- * @internal
6558
- */
6559
- export declare const GetTextDetectionRequestFilterSensitiveLog: (obj: GetTextDetectionRequest) => any;
6560
- /**
6561
- * @internal
6562
- */
6563
- export declare const TextDetectionResultFilterSensitiveLog: (obj: TextDetectionResult) => any;
6564
- /**
6565
- * @internal
6566
- */
6567
- export declare const GetTextDetectionResponseFilterSensitiveLog: (obj: GetTextDetectionResponse) => any;
6568
- /**
6569
- * @internal
6570
- */
6571
- export declare const IndexFacesRequestFilterSensitiveLog: (obj: IndexFacesRequest) => any;
6572
- /**
6573
- * @internal
6574
- */
6575
- export declare const UnindexedFaceFilterSensitiveLog: (obj: UnindexedFace) => any;
6576
- /**
6577
- * @internal
6578
- */
6579
- export declare const IndexFacesResponseFilterSensitiveLog: (obj: IndexFacesResponse) => any;
6580
- /**
6581
- * @internal
6582
- */
6583
- export declare const KinesisVideoStreamStartSelectorFilterSensitiveLog: (obj: KinesisVideoStreamStartSelector) => any;
6584
- /**
6585
- * @internal
6586
- */
6587
- export declare const LabelDetectionSettingsFilterSensitiveLog: (obj: LabelDetectionSettings) => any;
6588
- /**
6589
- * @internal
6590
- */
6591
- export declare const ListCollectionsRequestFilterSensitiveLog: (obj: ListCollectionsRequest) => any;
6592
- /**
6593
- * @internal
6594
- */
6595
- export declare const ListCollectionsResponseFilterSensitiveLog: (obj: ListCollectionsResponse) => any;
6596
- /**
6597
- * @internal
6598
- */
6599
- export declare const ListDatasetEntriesRequestFilterSensitiveLog: (obj: ListDatasetEntriesRequest) => any;
6600
- /**
6601
- * @internal
6602
- */
6603
- export declare const ListDatasetEntriesResponseFilterSensitiveLog: (obj: ListDatasetEntriesResponse) => any;
6604
- /**
6605
- * @internal
6606
- */
6607
- export declare const ListDatasetLabelsRequestFilterSensitiveLog: (obj: ListDatasetLabelsRequest) => any;
6608
- /**
6609
- * @internal
6610
- */
6611
- export declare const ListDatasetLabelsResponseFilterSensitiveLog: (obj: ListDatasetLabelsResponse) => any;
6612
- /**
6613
- * @internal
6614
- */
6615
- export declare const ListFacesRequestFilterSensitiveLog: (obj: ListFacesRequest) => any;
6616
- /**
6617
- * @internal
6618
- */
6619
- export declare const ListFacesResponseFilterSensitiveLog: (obj: ListFacesResponse) => any;
6620
- /**
6621
- * @internal
6622
- */
6623
- export declare const ListProjectPoliciesRequestFilterSensitiveLog: (obj: ListProjectPoliciesRequest) => any;
6624
- /**
6625
- * @internal
6626
- */
6627
- export declare const ProjectPolicyFilterSensitiveLog: (obj: ProjectPolicy) => any;
6628
- /**
6629
- * @internal
6630
- */
6631
- export declare const ListProjectPoliciesResponseFilterSensitiveLog: (obj: ListProjectPoliciesResponse) => any;
6632
- /**
6633
- * @internal
6634
- */
6635
- export declare const ListStreamProcessorsRequestFilterSensitiveLog: (obj: ListStreamProcessorsRequest) => any;
6636
- /**
6637
- * @internal
6638
- */
6639
- export declare const StreamProcessorFilterSensitiveLog: (obj: StreamProcessor) => any;
6640
- /**
6641
- * @internal
6642
- */
6643
- export declare const ListStreamProcessorsResponseFilterSensitiveLog: (obj: ListStreamProcessorsResponse) => any;
6644
- /**
6645
- * @internal
6646
- */
6647
- export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
6648
- /**
6649
- * @internal
6650
- */
6651
- export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
6652
- /**
6653
- * @internal
6654
- */
6655
- export declare const NotificationChannelFilterSensitiveLog: (obj: NotificationChannel) => any;
6656
- /**
6657
- * @internal
6658
- */
6659
- export declare const PutProjectPolicyRequestFilterSensitiveLog: (obj: PutProjectPolicyRequest) => any;
6660
- /**
6661
- * @internal
6662
- */
6663
- export declare const PutProjectPolicyResponseFilterSensitiveLog: (obj: PutProjectPolicyResponse) => any;
6664
- /**
6665
- * @internal
6666
- */
6667
- export declare const RecognizeCelebritiesRequestFilterSensitiveLog: (obj: RecognizeCelebritiesRequest) => any;
6668
- /**
6669
- * @internal
6670
- */
6671
- export declare const RecognizeCelebritiesResponseFilterSensitiveLog: (obj: RecognizeCelebritiesResponse) => any;
6672
- /**
6673
- * @internal
6674
- */
6675
- export declare const SearchFacesRequestFilterSensitiveLog: (obj: SearchFacesRequest) => any;
6676
- /**
6677
- * @internal
6678
- */
6679
- export declare const SearchFacesResponseFilterSensitiveLog: (obj: SearchFacesResponse) => any;
6680
- /**
6681
- * @internal
6682
- */
6683
- export declare const SearchFacesByImageRequestFilterSensitiveLog: (obj: SearchFacesByImageRequest) => any;
6684
- /**
6685
- * @internal
6686
- */
6687
- export declare const SearchFacesByImageResponseFilterSensitiveLog: (obj: SearchFacesByImageResponse) => any;
6688
- /**
6689
- * @internal
6690
- */
6691
- export declare const VideoFilterSensitiveLog: (obj: Video) => any;
6692
- /**
6693
- * @internal
6694
- */
6695
- export declare const StartCelebrityRecognitionRequestFilterSensitiveLog: (obj: StartCelebrityRecognitionRequest) => any;
6696
- /**
6697
- * @internal
6698
- */
6699
- export declare const StartCelebrityRecognitionResponseFilterSensitiveLog: (obj: StartCelebrityRecognitionResponse) => any;
6700
- /**
6701
- * @internal
6702
- */
6703
- export declare const StartContentModerationRequestFilterSensitiveLog: (obj: StartContentModerationRequest) => any;
6704
- /**
6705
- * @internal
6706
- */
6707
- export declare const StartContentModerationResponseFilterSensitiveLog: (obj: StartContentModerationResponse) => any;
6708
- /**
6709
- * @internal
6710
- */
6711
- export declare const StartFaceDetectionRequestFilterSensitiveLog: (obj: StartFaceDetectionRequest) => any;
6712
- /**
6713
- * @internal
6714
- */
6715
- export declare const StartFaceDetectionResponseFilterSensitiveLog: (obj: StartFaceDetectionResponse) => any;
6716
- /**
6717
- * @internal
6718
- */
6719
- export declare const StartFaceSearchRequestFilterSensitiveLog: (obj: StartFaceSearchRequest) => any;
6720
- /**
6721
- * @internal
6722
- */
6723
- export declare const StartFaceSearchResponseFilterSensitiveLog: (obj: StartFaceSearchResponse) => any;
6724
- /**
6725
- * @internal
6726
- */
6727
- export declare const StartLabelDetectionRequestFilterSensitiveLog: (obj: StartLabelDetectionRequest) => any;
6728
- /**
6729
- * @internal
6730
- */
6731
- export declare const StartLabelDetectionResponseFilterSensitiveLog: (obj: StartLabelDetectionResponse) => any;
6732
- /**
6733
- * @internal
6734
- */
6735
- export declare const StartPersonTrackingRequestFilterSensitiveLog: (obj: StartPersonTrackingRequest) => any;
6736
- /**
6737
- * @internal
6738
- */
6739
- export declare const StartPersonTrackingResponseFilterSensitiveLog: (obj: StartPersonTrackingResponse) => any;
6740
- /**
6741
- * @internal
6742
- */
6743
- export declare const StartProjectVersionRequestFilterSensitiveLog: (obj: StartProjectVersionRequest) => any;
6744
- /**
6745
- * @internal
6746
- */
6747
- export declare const StartProjectVersionResponseFilterSensitiveLog: (obj: StartProjectVersionResponse) => any;
6748
- /**
6749
- * @internal
6750
- */
6751
- export declare const StartShotDetectionFilterFilterSensitiveLog: (obj: StartShotDetectionFilter) => any;
6752
- /**
6753
- * @internal
6754
- */
6755
- export declare const StartTechnicalCueDetectionFilterFilterSensitiveLog: (obj: StartTechnicalCueDetectionFilter) => any;
6756
- /**
6757
- * @internal
6758
- */
6759
- export declare const StartSegmentDetectionFiltersFilterSensitiveLog: (obj: StartSegmentDetectionFilters) => any;
6760
- /**
6761
- * @internal
6762
- */
6763
- export declare const StartSegmentDetectionRequestFilterSensitiveLog: (obj: StartSegmentDetectionRequest) => any;
6764
- /**
6765
- * @internal
6766
- */
6767
- export declare const StartSegmentDetectionResponseFilterSensitiveLog: (obj: StartSegmentDetectionResponse) => any;
6768
- /**
6769
- * @internal
6770
- */
6771
- export declare const StreamProcessingStartSelectorFilterSensitiveLog: (obj: StreamProcessingStartSelector) => any;
6772
- /**
6773
- * @internal
6774
- */
6775
- export declare const StreamProcessingStopSelectorFilterSensitiveLog: (obj: StreamProcessingStopSelector) => any;
6776
- /**
6777
- * @internal
6778
- */
6779
- export declare const StartStreamProcessorRequestFilterSensitiveLog: (obj: StartStreamProcessorRequest) => any;
6780
- /**
6781
- * @internal
6782
- */
6783
- export declare const StartStreamProcessorResponseFilterSensitiveLog: (obj: StartStreamProcessorResponse) => any;
6784
- /**
6785
- * @internal
6786
- */
6787
- export declare const StartTextDetectionFiltersFilterSensitiveLog: (obj: StartTextDetectionFilters) => any;
6788
- /**
6789
- * @internal
6790
- */
6791
- export declare const StartTextDetectionRequestFilterSensitiveLog: (obj: StartTextDetectionRequest) => any;
6792
- /**
6793
- * @internal
6794
- */
6795
- export declare const StartTextDetectionResponseFilterSensitiveLog: (obj: StartTextDetectionResponse) => any;
6796
- /**
6797
- * @internal
6798
- */
6799
- export declare const StopProjectVersionRequestFilterSensitiveLog: (obj: StopProjectVersionRequest) => any;
6800
- /**
6801
- * @internal
6802
- */
6803
- export declare const StopProjectVersionResponseFilterSensitiveLog: (obj: StopProjectVersionResponse) => any;
6804
- /**
6805
- * @internal
6806
- */
6807
- export declare const StopStreamProcessorRequestFilterSensitiveLog: (obj: StopStreamProcessorRequest) => any;
6808
- /**
6809
- * @internal
6810
- */
6811
- export declare const StopStreamProcessorResponseFilterSensitiveLog: (obj: StopStreamProcessorResponse) => any;
6812
- /**
6813
- * @internal
6814
- */
6815
- export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
6816
- /**
6817
- * @internal
6818
- */
6819
- export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
6820
- /**
6821
- * @internal
6822
- */
6823
- export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
6824
- /**
6825
- * @internal
6826
- */
6827
- export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
6828
- /**
6829
- * @internal
6830
- */
6831
- export declare const UpdateDatasetEntriesRequestFilterSensitiveLog: (obj: UpdateDatasetEntriesRequest) => any;
6832
- /**
6833
- * @internal
6834
- */
6835
- export declare const UpdateDatasetEntriesResponseFilterSensitiveLog: (obj: UpdateDatasetEntriesResponse) => any;
6836
- /**
6837
- * @internal
6838
- */
6839
- export declare const StreamProcessorSettingsForUpdateFilterSensitiveLog: (obj: StreamProcessorSettingsForUpdate) => any;
6840
- /**
6841
- * @internal
6842
- */
6843
- export declare const UpdateStreamProcessorRequestFilterSensitiveLog: (obj: UpdateStreamProcessorRequest) => any;
6844
- /**
6845
- * @internal
6846
- */
6847
- export declare const UpdateStreamProcessorResponseFilterSensitiveLog: (obj: UpdateStreamProcessorResponse) => any;