BatchDeleteDocumentRequest
public struct BatchDeleteDocumentRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Undocumented
Declaration
Swift
public let dataSourceSyncJobMetricTarget: DataSourceSyncJobMetricTarget? -
One or more identifiers for documents to delete from the index.
Declaration
Swift
public let documentIdList: [String] -
The identifier of the index that contains the documents to delete.
Declaration
Swift
public let indexId: String -
Undocumented
Declaration
Swift
public init(dataSourceSyncJobMetricTarget: DataSourceSyncJobMetricTarget? = nil, documentIdList: [String], indexId: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
BatchDeleteDocumentRequest Structure Reference