UpdateDatabaseRequest

public struct UpdateDatabaseRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the Data Catalog in which the metadata database resides. If none is provided, the AWS account ID is used by default.

    Declaration

    Swift

    public let catalogId: String?
  • A DatabaseInput object specifying the new definition of the metadata database in the catalog.

    Declaration

    Swift

    public let databaseInput: DatabaseInput
  • The name of the database to update in the catalog. For Hive compatibility, this is folded to lowercase.

    Declaration

    Swift

    public let name: String
  • Undocumented

    Declaration

    Swift

    public init(catalogId: String? = nil, databaseInput: DatabaseInput, name: String)
  • Declaration

    Swift

    public func validate(name: String) throws