Skip to content

Commit

Permalink
Release v1.47.0 (2023-10-31) (#5050)
Browse files Browse the repository at this point in the history
Release v1.47.0 (2023-10-31)
===

### Service Client Updates
* `service/amplify`: Updates service API, documentation, and paginators
* `service/application-insights`: Updates service API and documentation
* `service/ec2`: Updates service API, documentation, and paginators
  * Capacity Blocks for ML are a new EC2 purchasing option for reserving GPU instances on a future date to support short duration machine learning (ML) workloads. Capacity Blocks automatically place instances close together inside Amazon EC2 UltraClusters for low-latency, high-throughput networking.
* `service/m2`: Updates service API and documentation
* `service/neptunedata`: Updates service API and documentation
* `service/translate`: Updates service API and documentation

### SDK Features
* `aws`: Bump minimum go version to 1.19.
  * See https://aws.amazon.com/blogs/developer/aws-sdk-for-go-aligns-with-go-release-policy-on-supported-runtimes/.
  • Loading branch information
aws-sdk-go-automation authored Oct 31, 2023
1 parent 0ba8f0f commit 36eab49
Show file tree
Hide file tree
Showing 32 changed files with 3,110 additions and 1,848 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
Release v1.47.0 (2023-10-31)
===

### Service Client Updates
* `service/amplify`: Updates service API, documentation, and paginators
* `service/application-insights`: Updates service API and documentation
* `service/ec2`: Updates service API, documentation, and paginators
* Capacity Blocks for ML are a new EC2 purchasing option for reserving GPU instances on a future date to support short duration machine learning (ML) workloads. Capacity Blocks automatically place instances close together inside Amazon EC2 UltraClusters for low-latency, high-throughput networking.
* `service/m2`: Updates service API and documentation
* `service/neptunedata`: Updates service API and documentation
* `service/translate`: Updates service API and documentation

### SDK Features
* `aws`: Bump minimum go version to 1.19.
* See https://aws.amazon.com/blogs/developer/aws-sdk-for-go-aligns-with-go-release-policy-on-supported-runtimes/.

Release v1.46.7 (2023-10-30)
===

Expand Down
2 changes: 0 additions & 2 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
### SDK Features
* `aws`: Bump minimum go version to 1.19.
* See https://aws.amazon.com/blogs/developer/aws-sdk-for-go-aligns-with-go-release-policy-on-supported-runtimes/.

### SDK Enhancements

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.46.7"
const SDKVersion = "1.47.0"
21 changes: 18 additions & 3 deletions models/apis/amplify/2017-07-25/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -735,6 +735,12 @@
"max":1000,
"pattern":"^$|^arn:aws:iam::\\d{12}:role.+"
},
"Backend":{
"type":"structure",
"members":{
"stackArn":{"shape":"StackArn"}
}
},
"BackendEnvironment":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -824,7 +830,8 @@
"pullRequestEnvironmentName":{"shape":"PullRequestEnvironmentName"},
"destinationBranch":{"shape":"BranchName"},
"sourceBranch":{"shape":"BranchName"},
"backendEnvironmentArn":{"shape":"BackendEnvironmentArn"}
"backendEnvironmentArn":{"shape":"BackendEnvironmentArn"},
"backend":{"shape":"Backend"}
}
},
"BranchArn":{
Expand Down Expand Up @@ -957,7 +964,8 @@
"displayName":{"shape":"DisplayName"},
"enablePullRequestPreview":{"shape":"EnablePullRequestPreview"},
"pullRequestEnvironmentName":{"shape":"PullRequestEnvironmentName"},
"backendEnvironmentArn":{"shape":"BackendEnvironmentArn"}
"backendEnvironmentArn":{"shape":"BackendEnvironmentArn"},
"backend":{"shape":"Backend"}
}
},
"CreateBranchResult":{
Expand Down Expand Up @@ -2010,6 +2018,12 @@
"max":3000,
"pattern":"(?s).*"
},
"StackArn":{
"type":"string",
"max":2048,
"min":20,
"pattern":"^arn:aws:cloudformation:[a-z0-9-]+:\\d{12}:stack/.+/.+$"
},
"StackName":{
"type":"string",
"max":255,
Expand Down Expand Up @@ -2370,7 +2384,8 @@
"displayName":{"shape":"DisplayName"},
"enablePullRequestPreview":{"shape":"EnablePullRequestPreview"},
"pullRequestEnvironmentName":{"shape":"PullRequestEnvironmentName"},
"backendEnvironmentArn":{"shape":"BackendEnvironmentArn"}
"backendEnvironmentArn":{"shape":"BackendEnvironmentArn"},
"backend":{"shape":"Backend"}
}
},
"UpdateBranchResult":{
Expand Down
550 changes: 282 additions & 268 deletions models/apis/amplify/2017-07-25/docs-2.json

Large diffs are not rendered by default.

Loading

0 comments on commit 36eab49

Please sign in to comment.