You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* <p>Information about the model versions for the features selected in a given job.</p>
6719
+
*/
6720
+
ModelVersions?: MediaAnalysisModelVersions;
6672
6721
}
6673
6722
6674
6723
/**
@@ -8181,44 +8230,6 @@ export class MalformedPolicyDocumentException extends __BaseException {
8181
8230
}
8182
8231
}
8183
8232
8184
-
/**
8185
-
* @public
8186
-
* <p>Contains metadata for a UserID matched with a given face.</p>
8187
-
*/
8188
-
exportinterfaceMatchedUser{
8189
-
/**
8190
-
* @public
8191
-
* <p>A provided ID for the UserID. Unique within the collection.</p>
8192
-
*/
8193
-
UserId?: string;
8194
-
8195
-
/**
8196
-
* @public
8197
-
* <p>The status of the user matched to a provided FaceID.</p>
8198
-
*/
8199
-
UserStatus?: UserStatus;
8200
-
}
8201
-
8202
-
/**
8203
-
* @public
8204
-
* <p>The Amazon Simple Notification Service topic to which Amazon Rekognition publishes the completion status of a video analysis operation. For more information, see
8205
-
* <a href="https://docs.aws.amazon.com/rekognition/latest/dg/api-video.html">Calling Amazon Rekognition Video operations</a>. Note that the Amazon SNS topic must have a topic name that begins with <i>AmazonRekognition</i> if you are using the AmazonRekognitionServiceRole permissions policy to access the topic.
8206
-
* For more information, see <a href="https://docs.aws.amazon.com/rekognition/latest/dg/api-video-roles.html#api-video-roles-all-topics">Giving access to multiple Amazon SNS topics</a>.</p>
8207
-
*/
8208
-
exportinterfaceNotificationChannel{
8209
-
/**
8210
-
* @public
8211
-
* <p>The Amazon SNS topic to which Amazon Rekognition posts the completion status.</p>
8212
-
*/
8213
-
SNSTopicArn: string|undefined;
8214
-
8215
-
/**
8216
-
* @public
8217
-
* <p>The ARN of an IAM role that gives Amazon Rekognition publishing permissions to the Amazon SNS topic. </p>
0 commit comments