<!-- Do not manually edit this file, use `update-changelogs` -->
0.36.0 (January 26, 2022)
=========================
**New this release:**
- ([smithy-rs#1087](https://github.com/awslabs/smithy-rs/issues/1087)) Improve docs on `Endpoint::{mutable, immutable}`
- ([smithy-rs#1118](https://github.com/awslabs/smithy-rs/issues/1118)) SDK examples now come from [`awsdocs/aws-doc-sdk-examples`](https://github.com/awsdocs/aws-doc-sdk-examples) rather than from `smithy-rs`
- ([smithy-rs#1114](https://github.com/awslabs/smithy-rs/issues/1114), @mchoicpe-amazon) Provide SigningService creation via owned String
message="Added `impl Into<http::request::Builder> for PresignedRequest` and a conversion method for turning `PresignedRequest`s into `http::Request`s."
references=["aws-sdk-rust#423"]
meta={"breaking"=false,"tada"=false,"bug"=false}
author="Velfi"
[[aws-sdk-rust]]
message="Convert several `info` spans to `debug` in aws-config"
references=["smithy-rs#1087"]
meta={"breaking"=false,"tada"=false,"bug"=false}
author="rcoh"
[[smithy-rs]]
message="Improve docs on `Endpoint::{mutable, immutable}`"
references=["smithy-rs#1087"]
meta={"breaking"=false,"tada"=false,"bug"=false}
author="rcoh"
[[aws-sdk-rust]]
message="SDK examples now come from [`awsdocs/aws-doc-sdk-examples`](https://github.com/awsdocs/aws-doc-sdk-examples) rather than from `smithy-rs`"
references=["smithy-rs#1118"]
meta={"breaking"=false,"tada"=false,"bug"=false}
author="jdisanti"
[[smithy-rs]]
message="SDK examples now come from [`awsdocs/aws-doc-sdk-examples`](https://github.com/awsdocs/aws-doc-sdk-examples) rather than from `smithy-rs`"
references=["smithy-rs#1118"]
meta={"breaking"=false,"tada"=false,"bug"=false}
author="jdisanti"
[[smithy-rs]]
message="Provide SigningService creation via owned String"
<!-- Do not manually edit this file, use `update-changelogs` -->
0.6.0 (January 26, 2022)
========================
**New this release:**
- ([aws-sdk-rust#423](https://github.com/awslabs/aws-sdk-rust/issues/423)) Added `impl Into<http::request::Builder> for PresignedRequest` and a conversion method for turning `PresignedRequest`s into `http::Request`s.
- ([smithy-rs#1087](https://github.com/awslabs/smithy-rs/issues/1087)) Convert several `info` spans to `debug` in aws-config
- ([smithy-rs#1118](https://github.com/awslabs/smithy-rs/issues/1118)) SDK examples now come from [`awsdocs/aws-doc-sdk-examples`](https://github.com/awsdocs/aws-doc-sdk-examples) rather than from `smithy-rs`
"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 connect to their\n instances.</p>",
"smithy.api#documentation":"<p>Unable to connect because the instance is not in a valid state. \n Connecting to a stopped or terminated instance is not supported. If the instance is stopped, \n start your instance, and try to connect again.</p>",
"smithy.api#documentation":"<p>The instance type is not supported for connecting via the serial console. Only Nitro\n instance types are currently supported.</p>",
"smithy.api#error":"client",
"smithy.api#httpError":400
@@ -133,6 +162,10 @@
}
},
"traits":{
"aws.protocols#awsQueryError":{
"code":"InvalidArguments",
"httpResponseCode":400
},
"smithy.api#documentation":"<p>One of the parameters is not valid.</p>",
"smithy.api#documentation":"<p>Your account is not authorized to use the EC2 Serial Console. To authorize your\n account, run the EnableSerialConsoleAccess API. For more information, see\n <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_EnableSerialConsoleAccess.html\">EnableSerialConsoleAccess</a> in the <i>Amazon EC2 API Reference</i>.</p>",
"smithy.api#error":"client",
"smithy.api#httpError":403
@@ -333,6 +375,10 @@
}
},
"traits":{
"aws.protocols#awsQueryError":{
"code":"SerialConsoleSessionLimitExceeded",
"httpResponseCode":400
},
"smithy.api#documentation":"<p>The instance currently has 1 active serial console session. Only 1 session is supported at a time.</p>",
"smithy.api#error":"client",
"smithy.api#httpError":400
@@ -346,6 +392,10 @@
}
},
"traits":{
"aws.protocols#awsQueryError":{
"code":"SerialConsoleSessionUnavailable",
"httpResponseCode":500
},
"smithy.api#documentation":"<p>Unable to start a serial console session. Please try again.</p>",
"smithy.api#error":"server",
"smithy.api#httpError":500
@@ -368,6 +418,10 @@
}
},
"traits":{
"aws.protocols#awsQueryError":{
"code":"InternalServerError",
"httpResponseCode":500
},
"smithy.api#documentation":"<p>The service encountered an error. Follow the instructions in the error message and try again.</p>",
"smithy.api#error":"server",
"smithy.api#httpError":500
@@ -387,6 +441,10 @@
}
},
"traits":{
"aws.protocols#awsQueryError":{
"code":"TooManyRequests",
"httpResponseCode":429
},
"smithy.api#documentation":"<p>The requests were made too frequently and have been throttled. Wait a while and try again. \n To increase the limit on your request frequency, contact AWS Support.</p>",