Skip to content

Commit

Permalink
Release v1.45.20 (2023-10-02) (#5008)
Browse files Browse the repository at this point in the history
Release v1.45.20 (2023-10-02)
===

### Service Client Updates
* `service/bedrock`: Updates service API, documentation, waiters, and paginators
* `service/bedrock-runtime`: Updates service API and documentation
* `service/ec2`: Updates service API
  * Introducing Amazon EC2 R7iz instances with 3.9 GHz sustained all-core turbo frequency and deliver up to 20% better performance than previous generation z1d instances.
* `service/managedblockchain`: Updates service documentation
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
  * Adds DefaultCertificateForNewLaunches field in the DescribeCertificates API response.
* `service/sso`: Adds new service
  * Fix FIPS Endpoints in aws-us-gov.
* `service/sts`: Updates service API and documentation
  * STS API updates for assumeRole
* `service/transfer`: Updates service documentation
  * Documentation updates for AWS Transfer Family
  • Loading branch information
aws-sdk-go-automation committed Oct 2, 2023
1 parent 737322b commit b2738d2
Show file tree
Hide file tree
Showing 32 changed files with 4,137 additions and 1,021 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,21 @@
Release v1.45.20 (2023-10-02)
===

### Service Client Updates
* `service/bedrock`: Updates service API, documentation, waiters, and paginators
* `service/bedrock-runtime`: Updates service API and documentation
* `service/ec2`: Updates service API
* Introducing Amazon EC2 R7iz instances with 3.9 GHz sustained all-core turbo frequency and deliver up to 20% better performance than previous generation z1d instances.
* `service/managedblockchain`: Updates service documentation
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
* Adds DefaultCertificateForNewLaunches field in the DescribeCertificates API response.
* `service/sso`: Adds new service
* Fix FIPS Endpoints in aws-us-gov.
* `service/sts`: Updates service API and documentation
* STS API updates for assumeRole
* `service/transfer`: Updates service documentation
* Documentation updates for AWS Transfer Family

Release v1.45.19 (2023-09-28)
===

Expand Down
112 changes: 112 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.45.19"
const SDKVersion = "1.45.20"
3 changes: 2 additions & 1 deletion models/apis/bedrock-runtime/2023-09-30/api-2.json
Expand Up @@ -87,7 +87,7 @@
"type":"string",
"max":2048,
"min":1,
"pattern":"^(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:(([0-9]{12}:custom-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}/[a-z0-9]{12})|(:foundation-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.]?[a-z0-9-]{1,63})([:][a-z0-9-]{1,63}){0,2})|([0-9]{12}:provisioned-model/[a-z0-9]{12})))|([a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.]?[a-z0-9-]{1,63})([:][a-z0-9-]{1,63}){0,2})|(([0-9a-zA-Z][_-]?)+)$"
"pattern":"^(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:(([0-9]{12}:custom-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}/[a-z0-9]{12})|(:foundation-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.]?[a-z0-9-]{1,63}))|([0-9]{12}:provisioned-model/[a-z0-9]{12})))|([a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.]?[a-z0-9-]{1,63}))|(([0-9a-zA-Z][_-]?)+)$"
},
"InvokeModelRequest":{
"type":"structure",
Expand Down Expand Up @@ -257,6 +257,7 @@
"chunk":{"shape":"PayloadPart"},
"internalServerException":{"shape":"InternalServerException"},
"modelStreamErrorException":{"shape":"ModelStreamErrorException"},
"modelTimeoutException":{"shape":"ModelTimeoutException"},
"throttlingException":{"shape":"ThrottlingException"},
"validationException":{"shape":"ValidationException"}
},
Expand Down
5 changes: 3 additions & 2 deletions models/apis/bedrock-runtime/2023-09-30/docs-2.json
Expand Up @@ -2,8 +2,8 @@
"version": "2.0",
"service": "<p>Describes the API operations for running inference using Bedrock models.</p>",
"operations": {
"InvokeModel": "<p>Invokes the specified Bedrock model to run inference using the input provided in the request body. You use InvokeModel to run inference for text models, image models, and embedding models.</p> <p>For more information about invoking models, see Using the API in the <a href=\"https://d2eo22ngex1n9g.cloudfront.net/Documentation/BedrockUserGuide.pdf\">Bedrock User Guide</a>.</p> <p>For example requests, see Examples (after the Errors section).</p>",
"InvokeModelWithResponseStream": "<p>Invoke the specified Bedrock model to run inference using the input provided. Return the response in a stream.</p> <p>For more information about invoking models, see Using the API in the <a href=\"https://d2eo22ngex1n9g.cloudfront.net/Documentation/BedrockUserGuide.pdf\">Bedrock User Guide</a>.</p> <p>For an example request and response, see Examples (after the Errors section).</p>"
"InvokeModel": "<p>Invokes the specified Bedrock model to run inference using the input provided in the request body. You use InvokeModel to run inference for text models, image models, and embedding models.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/api-methods-run.html\">Run inference</a> in the Bedrock User Guide.</p> <p>For example requests, see Examples (after the Errors section).</p>",
"InvokeModelWithResponseStream": "<p>Invoke the specified Bedrock model to run inference using the input provided. Return the response in a stream.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/api-methods-run.html\">Run inference</a> in the Bedrock User Guide.</p> <p>For an example request and response, see Examples (after the Errors section).</p>"
},
"shapes": {
"AccessDeniedException": {
Expand Down Expand Up @@ -82,6 +82,7 @@
"ModelTimeoutException": {
"base": "<p>The request took too long to process. Processing time exceeded the model timeout length.</p>",
"refs": {
"ResponseStream$modelTimeoutException": null
}
},
"NonBlankString": {
Expand Down

0 comments on commit b2738d2

Please sign in to comment.