File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
services/drs/src/main/resources/codegen-resources Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " feature" ,
3
+ "category" : " Elastic Disaster Recovery Service" ,
4
+ "contributor" : " " ,
5
+ "description" : " Fixed the data type of lagDuration that is returned in Describe Source Server API"
6
+ }
Original file line number Diff line number Diff line change 872
872
"documentation" :" <p>An estimate of when the data replication will be completed.</p>"
873
873
},
874
874
"lagDuration" :{
875
- "shape" :" ISO8601DatetimeString " ,
875
+ "shape" :" ISO8601DurationString " ,
876
876
"documentation" :" <p>Data replication lag duration.</p>"
877
877
},
878
878
"replicatedDisks" :{
1483
1483
"min" :19 ,
1484
1484
"pattern" :" ^[1-9][0-9]*-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T([0-1][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\\ .[0-9]+)?Z$"
1485
1485
},
1486
+ "ISO8601DurationString" :{
1487
+ "type" :" string" ,
1488
+ "max" :64 ,
1489
+ "min" :1
1490
+ },
1486
1491
"IdentificationHints" :{
1487
1492
"type" :" structure" ,
1488
1493
"members" :{
1775
1780
"documentation" :" <p>The date and time of when the Source Server was added to the service.</p>"
1776
1781
},
1777
1782
"elapsedReplicationDuration" :{
1778
- "shape" :" ISO8601DatetimeString " ,
1783
+ "shape" :" ISO8601DurationString " ,
1779
1784
"documentation" :" <p>The amount of time that the Source Server has been replicating for.</p>"
1780
1785
},
1781
1786
"firstByteDateTime" :{
You can’t perform that action at this time.
0 commit comments