source:
  ref: readConcern
  file: apiargs-common-option.yaml
operation: MongoDB\\Client::selectDatabase
replacement:
  resource: "database"
---
source:
  ref: readPreference
  file: apiargs-common-option.yaml
operation: MongoDB\\Client::selectDatabase
replacement:
  resource: "database"
---
source:
  ref: typeMap
  file: apiargs-common-option.yaml
operation: MongoDB\\Client::selectDatabase
---
source:
  ref: writeConcern
  file: apiargs-common-option.yaml
operation: MongoDB\\Client::selectDatabase
replacement:
  resource: "database"
...