File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,7 @@ export const INSTANCE_TRANSIENT_STATUSES: InstanceStatus[] = [
2424]
2525
2626/** Lists transient statutes of the enum {@link MaintenanceStatus}. */
27- export const MAINTENANCE_TRANSIENT_STATUSES : MaintenanceStatus [ ] = [
28- 'pending' ,
29- 'ongoing' ,
30- ]
27+ export const MAINTENANCE_TRANSIENT_STATUSES : MaintenanceStatus [ ] = [ 'ongoing' ]
3128
3229/** Lists transient statutes of the enum {@link ReadReplicaStatus}. */
3330export const READ_REPLICA_TRANSIENT_STATUSES : ReadReplicaStatus [ ] = [
Original file line number Diff line number Diff line change @@ -33,10 +33,7 @@ export const INSTANCE_TRANSIENT_STATUSES: InstanceStatus[] = [
3333]
3434
3535/** Lists transient statutes of the enum {@link MaintenanceStatus}. */
36- export const MAINTENANCE_TRANSIENT_STATUSES : MaintenanceStatus [ ] = [
37- 'pending' ,
38- 'ongoing' ,
39- ]
36+ export const MAINTENANCE_TRANSIENT_STATUSES : MaintenanceStatus [ ] = [ 'ongoing' ]
4037
4138/** Lists transient statutes of the enum {@link ReadReplicaStatus}. */
4239export const READ_REPLICA_TRANSIENT_STATUSES : ReadReplicaStatus [ ] = [
You can’t perform that action at this time.
0 commit comments