You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(client-ec2-instance-connect): This release includes a new exception type "SerialConsoleSessionUnsupportedException" for SendSerialConsoleSSHPublicKey API.
* <p>Your instance's BIOS version is unsupported for serial console connection. Reboot your instance to update its BIOS, and then try again to connect.</p>
104
+
*
102
105
* @throws {@link ServiceException} (server fault)
103
106
* <p>The service encountered an error. Follow the instructions in the error message and try again.</p>
Copy file name to clipboardExpand all lines: clients/client-ec2-instance-connect/src/models/models_0.ts
+22
Original file line number
Diff line number
Diff line change
@@ -249,6 +249,28 @@ export class SerialConsoleSessionUnavailableException extends __BaseException {
249
249
}
250
250
}
251
251
252
+
/**
253
+
* @public
254
+
* <p>Your instance's BIOS version is unsupported for serial console connection. Reboot your instance to update its BIOS, and then try again to connect.</p>
Copy file name to clipboardExpand all lines: codegen/sdk-codegen/aws-models/ec2-instance-connect.json
+22-2
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@
52
52
"name": "ec2-instance-connect"
53
53
},
54
54
"aws.protocols#awsJson1_1": {},
55
-
"smithy.api#documentation": "<p>Amazon EC2 Instance Connect enables system administrators to publish one-time use SSH\n public keys to EC2, providing users a simple and secure way to connectto their\n instances.</p>",
55
+
"smithy.api#documentation": "<p>This is the <i> Amazon EC2 Instance Connect API Reference</i>. It\n provides descriptions, syntax, and usage examples for each of the actions for Amazon EC2\n Instance Connect. Amazon EC2 Instance Connect enables system administrators to publish\none-time use SSH public keys to EC2, providing users a simple and secure way to connect\nto their instances.</p>\n<p>To view the Amazon EC2 Instance Connect content in the <i> Amazon EC2 User\n Guide</i>, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Connect-using-EC2-Instance-Connect.html\">Connect to\n your Linux instance using EC2 Instance Connect</a>.</p>\n <p>For Amazon EC2 APIs, see the <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Welcome.html\">Amazon EC2 API\n Reference</a>.</p>",
"smithy.api#documentation": "<p>Your instance's BIOS version is unsupported for serial console connection. Reboot your instance to update its BIOS, and then try again to connect.</p>",
0 commit comments