File tree 1 file changed +11
-2
lines changed
codegen/sdk-codegen/aws-models
1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 496
496
"type" : " structure" ,
497
497
"members" : {
498
498
"lagDuration" : {
499
- "target" : " com.amazonaws.drs#ISO8601DatetimeString " ,
499
+ "target" : " com.amazonaws.drs#ISO8601DurationString " ,
500
500
"traits" : {
501
501
"smithy.api#documentation" : " <p>Data replication lag duration.</p>"
502
502
}
2108
2108
"smithy.api#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$"
2109
2109
}
2110
2110
},
2111
+ "com.amazonaws.drs#ISO8601DurationString" : {
2112
+ "type" : " string" ,
2113
+ "traits" : {
2114
+ "smithy.api#length" : {
2115
+ "min" : 1 ,
2116
+ "max" : 64
2117
+ }
2118
+ }
2119
+ },
2111
2120
"com.amazonaws.drs#IdentificationHints" : {
2112
2121
"type" : " structure" ,
2113
2122
"members" : {
2699
2708
}
2700
2709
},
2701
2710
"elapsedReplicationDuration" : {
2702
- "target" : " com.amazonaws.drs#ISO8601DatetimeString " ,
2711
+ "target" : " com.amazonaws.drs#ISO8601DurationString " ,
2703
2712
"traits" : {
2704
2713
"smithy.api#documentation" : " <p>The amount of time that the Source Server has been replicating for.</p>"
2705
2714
}
You can’t perform that action at this time.
0 commit comments