@scaleway/sdk-rdb 1.2.0 → 2.1.1

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.
@@ -1,38 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const DATABASE_BACKUP_TRANSIENT_STATUSES = [
4
- "creating",
5
- "restoring",
6
- "deleting",
7
- "exporting"
8
- ];
9
- const INSTANCE_LOG_TRANSIENT_STATUSES = ["creating"];
10
- const INSTANCE_TRANSIENT_STATUSES = [
11
- "provisioning",
12
- "configuring",
13
- "deleting",
14
- "autohealing",
15
- "initializing",
16
- "backuping",
17
- "snapshotting",
18
- "restarting"
19
- ];
20
- const MAINTENANCE_TRANSIENT_STATUSES = ["ongoing"];
21
- const READ_REPLICA_TRANSIENT_STATUSES = [
22
- "provisioning",
23
- "initializing",
24
- "deleting",
25
- "configuring",
26
- "promoting"
27
- ];
28
- const SNAPSHOT_TRANSIENT_STATUSES = [
29
- "creating",
30
- "restoring",
31
- "deleting"
32
- ];
33
- exports.DATABASE_BACKUP_TRANSIENT_STATUSES = DATABASE_BACKUP_TRANSIENT_STATUSES;
34
- exports.INSTANCE_LOG_TRANSIENT_STATUSES = INSTANCE_LOG_TRANSIENT_STATUSES;
35
- exports.INSTANCE_TRANSIENT_STATUSES = INSTANCE_TRANSIENT_STATUSES;
36
- exports.MAINTENANCE_TRANSIENT_STATUSES = MAINTENANCE_TRANSIENT_STATUSES;
37
- exports.READ_REPLICA_TRANSIENT_STATUSES = READ_REPLICA_TRANSIENT_STATUSES;
38
- exports.SNAPSHOT_TRANSIENT_STATUSES = SNAPSHOT_TRANSIENT_STATUSES;
@@ -1,71 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const api_gen = require("./api.gen.cjs");
4
- const content_gen = require("./content.gen.cjs");
5
- const marshalling_gen = require("./marshalling.gen.cjs");
6
- const validationRules_gen = require("./validation-rules.gen.cjs");
7
- exports.API = api_gen.API;
8
- exports.DATABASE_BACKUP_TRANSIENT_STATUSES = content_gen.DATABASE_BACKUP_TRANSIENT_STATUSES;
9
- exports.INSTANCE_LOG_TRANSIENT_STATUSES = content_gen.INSTANCE_LOG_TRANSIENT_STATUSES;
10
- exports.INSTANCE_TRANSIENT_STATUSES = content_gen.INSTANCE_TRANSIENT_STATUSES;
11
- exports.MAINTENANCE_TRANSIENT_STATUSES = content_gen.MAINTENANCE_TRANSIENT_STATUSES;
12
- exports.READ_REPLICA_TRANSIENT_STATUSES = content_gen.READ_REPLICA_TRANSIENT_STATUSES;
13
- exports.SNAPSHOT_TRANSIENT_STATUSES = content_gen.SNAPSHOT_TRANSIENT_STATUSES;
14
- exports.marshalAddInstanceACLRulesRequest = marshalling_gen.marshalAddInstanceACLRulesRequest;
15
- exports.marshalAddInstanceSettingsRequest = marshalling_gen.marshalAddInstanceSettingsRequest;
16
- exports.marshalCloneInstanceRequest = marshalling_gen.marshalCloneInstanceRequest;
17
- exports.marshalCreateDatabaseBackupRequest = marshalling_gen.marshalCreateDatabaseBackupRequest;
18
- exports.marshalCreateDatabaseRequest = marshalling_gen.marshalCreateDatabaseRequest;
19
- exports.marshalCreateEndpointRequest = marshalling_gen.marshalCreateEndpointRequest;
20
- exports.marshalCreateInstanceFromSnapshotRequest = marshalling_gen.marshalCreateInstanceFromSnapshotRequest;
21
- exports.marshalCreateInstanceRequest = marshalling_gen.marshalCreateInstanceRequest;
22
- exports.marshalCreateReadReplicaEndpointRequest = marshalling_gen.marshalCreateReadReplicaEndpointRequest;
23
- exports.marshalCreateReadReplicaRequest = marshalling_gen.marshalCreateReadReplicaRequest;
24
- exports.marshalCreateSnapshotRequest = marshalling_gen.marshalCreateSnapshotRequest;
25
- exports.marshalCreateUserRequest = marshalling_gen.marshalCreateUserRequest;
26
- exports.marshalDeleteInstanceACLRulesRequest = marshalling_gen.marshalDeleteInstanceACLRulesRequest;
27
- exports.marshalDeleteInstanceSettingsRequest = marshalling_gen.marshalDeleteInstanceSettingsRequest;
28
- exports.marshalMigrateEndpointRequest = marshalling_gen.marshalMigrateEndpointRequest;
29
- exports.marshalPrepareInstanceLogsRequest = marshalling_gen.marshalPrepareInstanceLogsRequest;
30
- exports.marshalPurgeInstanceLogsRequest = marshalling_gen.marshalPurgeInstanceLogsRequest;
31
- exports.marshalRestoreDatabaseBackupRequest = marshalling_gen.marshalRestoreDatabaseBackupRequest;
32
- exports.marshalSetInstanceACLRulesRequest = marshalling_gen.marshalSetInstanceACLRulesRequest;
33
- exports.marshalSetInstanceSettingsRequest = marshalling_gen.marshalSetInstanceSettingsRequest;
34
- exports.marshalSetPrivilegeRequest = marshalling_gen.marshalSetPrivilegeRequest;
35
- exports.marshalUpdateDatabaseBackupRequest = marshalling_gen.marshalUpdateDatabaseBackupRequest;
36
- exports.marshalUpdateInstanceRequest = marshalling_gen.marshalUpdateInstanceRequest;
37
- exports.marshalUpdateSnapshotRequest = marshalling_gen.marshalUpdateSnapshotRequest;
38
- exports.marshalUpdateUserRequest = marshalling_gen.marshalUpdateUserRequest;
39
- exports.marshalUpgradeInstanceRequest = marshalling_gen.marshalUpgradeInstanceRequest;
40
- exports.unmarshalACLRule = marshalling_gen.unmarshalACLRule;
41
- exports.unmarshalAddInstanceACLRulesResponse = marshalling_gen.unmarshalAddInstanceACLRulesResponse;
42
- exports.unmarshalAddInstanceSettingsResponse = marshalling_gen.unmarshalAddInstanceSettingsResponse;
43
- exports.unmarshalBackupSchedule = marshalling_gen.unmarshalBackupSchedule;
44
- exports.unmarshalDatabase = marshalling_gen.unmarshalDatabase;
45
- exports.unmarshalDatabaseBackup = marshalling_gen.unmarshalDatabaseBackup;
46
- exports.unmarshalDeleteInstanceACLRulesResponse = marshalling_gen.unmarshalDeleteInstanceACLRulesResponse;
47
- exports.unmarshalDeleteInstanceSettingsResponse = marshalling_gen.unmarshalDeleteInstanceSettingsResponse;
48
- exports.unmarshalEndpoint = marshalling_gen.unmarshalEndpoint;
49
- exports.unmarshalInstance = marshalling_gen.unmarshalInstance;
50
- exports.unmarshalInstanceLog = marshalling_gen.unmarshalInstanceLog;
51
- exports.unmarshalInstanceMetrics = marshalling_gen.unmarshalInstanceMetrics;
52
- exports.unmarshalListDatabaseBackupsResponse = marshalling_gen.unmarshalListDatabaseBackupsResponse;
53
- exports.unmarshalListDatabaseEnginesResponse = marshalling_gen.unmarshalListDatabaseEnginesResponse;
54
- exports.unmarshalListDatabasesResponse = marshalling_gen.unmarshalListDatabasesResponse;
55
- exports.unmarshalListInstanceACLRulesResponse = marshalling_gen.unmarshalListInstanceACLRulesResponse;
56
- exports.unmarshalListInstanceLogsDetailsResponse = marshalling_gen.unmarshalListInstanceLogsDetailsResponse;
57
- exports.unmarshalListInstanceLogsResponse = marshalling_gen.unmarshalListInstanceLogsResponse;
58
- exports.unmarshalListInstancesResponse = marshalling_gen.unmarshalListInstancesResponse;
59
- exports.unmarshalListNodeTypesResponse = marshalling_gen.unmarshalListNodeTypesResponse;
60
- exports.unmarshalListPrivilegesResponse = marshalling_gen.unmarshalListPrivilegesResponse;
61
- exports.unmarshalListSnapshotsResponse = marshalling_gen.unmarshalListSnapshotsResponse;
62
- exports.unmarshalListUsersResponse = marshalling_gen.unmarshalListUsersResponse;
63
- exports.unmarshalMaintenance = marshalling_gen.unmarshalMaintenance;
64
- exports.unmarshalPrepareInstanceLogsResponse = marshalling_gen.unmarshalPrepareInstanceLogsResponse;
65
- exports.unmarshalPrivilege = marshalling_gen.unmarshalPrivilege;
66
- exports.unmarshalReadReplica = marshalling_gen.unmarshalReadReplica;
67
- exports.unmarshalSetInstanceACLRulesResponse = marshalling_gen.unmarshalSetInstanceACLRulesResponse;
68
- exports.unmarshalSetInstanceSettingsResponse = marshalling_gen.unmarshalSetInstanceSettingsResponse;
69
- exports.unmarshalSnapshot = marshalling_gen.unmarshalSnapshot;
70
- exports.unmarshalUser = marshalling_gen.unmarshalUser;
71
- exports.ValidationRules = validationRules_gen;