Skip to content

Commit 9937b32

Browse files
author
AWS
committed
Elastic Disaster Recovery Service Update: Removed invalid and unnecessary default values.
1 parent 9174f11 commit 9937b32

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Elastic Disaster Recovery Service",
4+
"contributor": "",
5+
"description": "Removed invalid and unnecessary default values."
6+
}

services/drs/src/main/resources/codegen-resources/service-2.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2471,6 +2471,7 @@
24712471
"LaunchActionOrder":{
24722472
"type":"integer",
24732473
"documentation":"<p>Launch action order.</p>",
2474+
"box":true,
24742475
"max":10000,
24752476
"min":2
24762477
},
@@ -2934,11 +2935,13 @@
29342935
},
29352936
"MaxResultsReplicatingSourceServers":{
29362937
"type":"integer",
2938+
"box":true,
29372939
"max":300,
29382940
"min":1
29392941
},
29402942
"MaxResultsType":{
29412943
"type":"integer",
2944+
"box":true,
29422945
"max":1000,
29432946
"min":1
29442947
},
@@ -4428,6 +4431,7 @@
44284431
},
44294432
"StrictlyPositiveInteger":{
44304433
"type":"integer",
4434+
"box":true,
44314435
"min":1
44324436
},
44334437
"SubnetID":{

0 commit comments

Comments
 (0)