Update to current state of Hetzner's API description.
Changes in the release:
- BREAKING: Rename
datacentertodata_centerin functions and type names - BREAKING: Rename several types and functions related to storage boxes and snapshots after upstream changes
- BREAKING: Remove home directory from
UpdateAccessSettingsRequest - BREAKING: Rename
snapshot_idinRollbackSnapshotRequesttosnapshotand change type toStringto allow using names. - BREAKING: Add sorting parameters to storage box API
- BREAKING: Add optional
labelstoCreateSnapshotRequest - BREAKING: Change type of storage box statistics values from
i32toi64 - BREAKING: Remove some layers of
Option<T>for types used by the subaccount and snapshot APIs - BREAKING: Change
r#typefilter ofGetMetricsFor...request types fromStringtoVec<String>to allow requesting multiple metrics at once - Add API to change storage box home directory
- Add new API endpoint `update_records_of_rrset()´ to update resource records' comments of an existing RRSet in a zone
- Doc: Several docstring updates