BatchWriteRequest
public struct BatchWriteRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.
Declaration
Swift
public let directoryArn: String
-
A list of operations that are part of the batch.
Declaration
Swift
public let operations: [BatchWriteOperation]
-
Undocumented
Declaration
Swift
public init(directoryArn: String, operations: [BatchWriteOperation])
-
Declaration
Swift
public func validate(name: String) throws