@scaleway/sdk-rdb 2.7.2 → 2.7.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -192,7 +192,7 @@ export declare class API extends ParentAPI {
192
192
  */
193
193
  createReadReplica: (request: Readonly<CreateReadReplicaRequest>) => Promise<ReadReplica>;
194
194
  /**
195
- * Get a Read Replica. Retrieve information about a Database Instance Read Replica. Full details about the Read Replica, like `endpoints`, `status` and `region` are returned in the response.
195
+ * Get a Read Replica. Retrieve information about a Database Instance Read Replica. Full details about the Read Replica, like `endpoints`, `status` and `region` are returned in the response.
196
196
  *
197
197
  * @param request - The request {@link GetReadReplicaRequest}
198
198
  * @returns A Promise of ReadReplica
@@ -356,7 +356,7 @@ export declare class API extends ParentAPI {
356
356
  */
357
357
  updateUser: (request: Readonly<UpdateUserRequest>) => Promise<User>;
358
358
  /**
359
- * Delete a user on a Database Instance. Delete a given user on a Database Instance. You must specify, in the endpoint, the `region`, `instance_id` and `name` parameters of the user you want to delete.
359
+ * Delete a user on a Database Instance. Delete a given user on a Database Instance. You must specify, in the endpoint, the `region`, `instance_id` and `name` parameters of the user you want to delete.
360
360
  *
361
361
  * @param request - The request {@link DeleteUserRequest}
362
362
  */
@@ -444,7 +444,7 @@ export declare class API extends ParentAPI {
444
444
  */
445
445
  updateSnapshot: (request: Readonly<UpdateSnapshotRequest>) => Promise<Snapshot>;
446
446
  /**
447
- * Delete a Database Instance snapshot. Delete a given snapshot of a Database Instance. You must specify, in the endpoint, the `region` and `snapshot_id` parameters of the snapshot you want to delete.
447
+ * Delete a Database Instance snapshot. Delete a given snapshot of a Database Instance. You must specify, in the endpoint, the `region` and `snapshot_id` parameters of the snapshot you want to delete.
448
448
  *
449
449
  * @param request - The request {@link DeleteSnapshotRequest}
450
450
  * @returns A Promise of Snapshot
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scaleway/sdk-rdb",
3
- "version": "2.7.2",
3
+ "version": "2.7.3",
4
4
  "description": "Scaleway SDK rdb",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {