Skip to content

Commit c822b8d

Browse files
feat: update AWS API models
1 parent fb84076 commit c822b8d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

codegen/sdk/aws-models/drs.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,12 @@
8686
}
8787
}
8888
},
89+
"com.amazonaws.drs#AgentVersion": {
90+
"type": "string",
91+
"traits": {
92+
"smithy.api#pattern": "^[0-9]{1,5}.[0-9]{1,5}.[0-9]{1,5}(.[0-9]{4}.[0-9]{3}.[0-9]{4})?$"
93+
}
94+
},
8995
"com.amazonaws.drs#AssociateSourceNetworkStack": {
9096
"type": "operation",
9197
"input": {
@@ -5997,6 +6003,12 @@
59976003
"traits": {
59986004
"smithy.api#documentation": "<p>AWS availability zone associated with the recovery instance.</p>"
59996005
}
6006+
},
6007+
"agentVersion": {
6008+
"target": "com.amazonaws.drs#AgentVersion",
6009+
"traits": {
6010+
"smithy.api#documentation": "<p>The version of the DRS agent installed on the recovery instance</p>"
6011+
}
60006012
}
60016013
},
60026014
"traits": {
@@ -7744,6 +7756,12 @@
77447756
"traits": {
77457757
"smithy.api#documentation": "<p>ID of the Source Network which is protecting this Source Server's network.</p>"
77467758
}
7759+
},
7760+
"agentVersion": {
7761+
"target": "com.amazonaws.drs#AgentVersion",
7762+
"traits": {
7763+
"smithy.api#documentation": "<p>The version of the DRS agent installed on the source server</p>"
7764+
}
77477765
}
77487766
},
77497767
"traits": {

0 commit comments

Comments
 (0)