UpdatePartitionRequest
public struct UpdatePartitionRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the Data Catalog where the partition to be updated resides. If none is provided, the AWS account ID is used by default.
Declaration
Swift
public let catalogId: String? -
The name of the catalog database in which the table in question resides.
Declaration
Swift
public let databaseName: String -
The new partition object to update the partition to. The Values property can’t be changed. If you want to change the partition key values for a partition, delete and recreate the partition.
Declaration
Swift
public let partitionInput: PartitionInput -
List of partition key values that define the partition to update.
Declaration
Swift
public let partitionValueList: [String] -
The name of the table in which the partition to be updated is located.
Declaration
Swift
public let tableName: String -
Undocumented
Declaration
Swift
public init(catalogId: String? = nil, databaseName: String, partitionInput: PartitionInput, partitionValueList: [String], tableName: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
UpdatePartitionRequest Structure Reference