Skip to content

Commit

Permalink
Update API model
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Oct 16, 2023
1 parent 1cc8d04 commit 6eaa518
Show file tree
Hide file tree
Showing 11 changed files with 2,710 additions and 304 deletions.
6 changes: 6 additions & 0 deletions codegen/sdk-codegen/aws-models/cloudformation.json
Original file line number Diff line number Diff line change
Expand Up @@ -8651,6 +8651,12 @@
"smithy.api#enumValue": "DeletionPolicy"
}
},
"UpdateReplacePolicy": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "UpdateReplacePolicy"
}
},
"Tags": {
"target": "smithy.api#Unit",
"traits": {
Expand Down
51 changes: 49 additions & 2 deletions codegen/sdk-codegen/aws-models/drs.json
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,12 @@
"traits": {
"smithy.api#documentation": "<p>Whether we want to activate post-launch actions.</p>"
}
},
"launchIntoSourceInstance": {
"target": "smithy.api#Boolean",
"traits": {
"smithy.api#documentation": "<p>DRS will set the 'launch into instance ID' of any source server when performing a drill, recovery or failback to the previous region or availability zone, using the instance ID of the source instance.</p>"
}
}
}
},
Expand Down Expand Up @@ -4864,6 +4870,12 @@
"traits": {
"smithy.api#documentation": "<p>Whether we want to activate post-launch actions for the Source Server.</p>"
}
},
"launchIntoInstanceProperties": {
"target": "com.amazonaws.drs#LaunchIntoInstanceProperties",
"traits": {
"smithy.api#documentation": "<p>Launch into existing instance properties.</p>"
}
}
}
},
Expand Down Expand Up @@ -4929,6 +4941,12 @@
"traits": {
"smithy.api#documentation": "<p>Post-launch actions activated.</p>"
}
},
"launchIntoSourceInstance": {
"target": "smithy.api#Boolean",
"traits": {
"smithy.api#documentation": "<p>DRS will set the 'launch into instance ID' of any source server when performing a drill, recovery or failback to the previous region or availability zone, using the instance ID of the source instance.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -5009,6 +5027,20 @@
]
}
},
"com.amazonaws.drs#LaunchIntoInstanceProperties": {
"type": "structure",
"members": {
"launchIntoEC2InstanceID": {
"target": "com.amazonaws.drs#EC2InstanceID",
"traits": {
"smithy.api#documentation": "<p>Optionally holds EC2 instance ID of an instance to launch into, instead of launching a new instance during drill, recovery or failback.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Launch into existing instance.</p>"
}
},
"com.amazonaws.drs#LaunchStatus": {
"type": "string",
"traits": {
Expand Down Expand Up @@ -5810,7 +5842,10 @@
"target": "com.amazonaws.drs#LaunchActionParameters"
},
"description": {
"target": "com.amazonaws.drs#LaunchActionDescription"
"target": "com.amazonaws.drs#LaunchActionDescription",
"traits": {
"smithy.api#required": {}
}
}
},
"traits": {
Expand Down Expand Up @@ -7815,7 +7850,7 @@
"min": 1,
"max": 1011
},
"smithy.api#pattern": "^([A-Za-z0-9-])+$"
"smithy.api#pattern": "^([A-Za-z0-9-/:])+$"
}
},
"com.amazonaws.drs#StagingArea": {
Expand Down Expand Up @@ -8972,6 +9007,12 @@
"traits": {
"smithy.api#documentation": "<p>Whether we want to enable post-launch actions for the Source Server.</p>"
}
},
"launchIntoInstanceProperties": {
"target": "com.amazonaws.drs#LaunchIntoInstanceProperties",
"traits": {
"smithy.api#documentation": "<p>Launch into existing instance properties.</p>"
}
}
}
},
Expand Down Expand Up @@ -9063,6 +9104,12 @@
"traits": {
"smithy.api#documentation": "<p>Whether we want to activate post-launch actions.</p>"
}
},
"launchIntoSourceInstance": {
"target": "smithy.api#Boolean",
"traits": {
"smithy.api#documentation": "<p>DRS will set the 'launch into instance ID' of any source server when performing a drill, recovery or failback to the previous region or availability zone, using the instance ID of the source instance.</p>"
}
}
}
},
Expand Down
Loading

0 comments on commit 6eaa518

Please sign in to comment.