Skip to content

Commit 36eab49

Browse files
Release v1.47.0 (2023-10-31) (#5050)
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/.
1 parent 0ba8f0f commit 36eab49

File tree

32 files changed

+3110
-1848
lines changed

32 files changed

+3110
-1848
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
Release v1.47.0 (2023-10-31)
2+
===
3+
4+
### Service Client Updates
5+
* `service/amplify`: Updates service API, documentation, and paginators
6+
* `service/application-insights`: Updates service API and documentation
7+
* `service/ec2`: Updates service API, documentation, and paginators
8+
* 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.
9+
* `service/m2`: Updates service API and documentation
10+
* `service/neptunedata`: Updates service API and documentation
11+
* `service/translate`: Updates service API and documentation
12+
13+
### SDK Features
14+
* `aws`: Bump minimum go version to 1.19.
15+
* See https://aws.amazon.com/blogs/developer/aws-sdk-for-go-aligns-with-go-release-policy-on-supported-runtimes/.
16+
117
Release v1.46.7 (2023-10-30)
218
===
319

CHANGELOG_PENDING.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
### SDK Features
2-
* `aws`: Bump minimum go version to 1.19.
3-
* See https://aws.amazon.com/blogs/developer/aws-sdk-for-go-aligns-with-go-release-policy-on-supported-runtimes/.
42

53
### SDK Enhancements
64

aws/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.46.7"
8+
const SDKVersion = "1.47.0"

models/apis/amplify/2017-07-25/api-2.json

+18-3
Original file line numberDiff line numberDiff line change
@@ -735,6 +735,12 @@
735735
"max":1000,
736736
"pattern":"^$|^arn:aws:iam::\\d{12}:role.+"
737737
},
738+
"Backend":{
739+
"type":"structure",
740+
"members":{
741+
"stackArn":{"shape":"StackArn"}
742+
}
743+
},
738744
"BackendEnvironment":{
739745
"type":"structure",
740746
"required":[
@@ -824,7 +830,8 @@
824830
"pullRequestEnvironmentName":{"shape":"PullRequestEnvironmentName"},
825831
"destinationBranch":{"shape":"BranchName"},
826832
"sourceBranch":{"shape":"BranchName"},
827-
"backendEnvironmentArn":{"shape":"BackendEnvironmentArn"}
833+
"backendEnvironmentArn":{"shape":"BackendEnvironmentArn"},
834+
"backend":{"shape":"Backend"}
828835
}
829836
},
830837
"BranchArn":{
@@ -957,7 +964,8 @@
957964
"displayName":{"shape":"DisplayName"},
958965
"enablePullRequestPreview":{"shape":"EnablePullRequestPreview"},
959966
"pullRequestEnvironmentName":{"shape":"PullRequestEnvironmentName"},
960-
"backendEnvironmentArn":{"shape":"BackendEnvironmentArn"}
967+
"backendEnvironmentArn":{"shape":"BackendEnvironmentArn"},
968+
"backend":{"shape":"Backend"}
961969
}
962970
},
963971
"CreateBranchResult":{
@@ -2010,6 +2018,12 @@
20102018
"max":3000,
20112019
"pattern":"(?s).*"
20122020
},
2021+
"StackArn":{
2022+
"type":"string",
2023+
"max":2048,
2024+
"min":20,
2025+
"pattern":"^arn:aws:cloudformation:[a-z0-9-]+:\\d{12}:stack/.+/.+$"
2026+
},
20132027
"StackName":{
20142028
"type":"string",
20152029
"max":255,
@@ -2370,7 +2384,8 @@
23702384
"displayName":{"shape":"DisplayName"},
23712385
"enablePullRequestPreview":{"shape":"EnablePullRequestPreview"},
23722386
"pullRequestEnvironmentName":{"shape":"PullRequestEnvironmentName"},
2373-
"backendEnvironmentArn":{"shape":"BackendEnvironmentArn"}
2387+
"backendEnvironmentArn":{"shape":"BackendEnvironmentArn"},
2388+
"backend":{"shape":"Backend"}
23742389
}
23752390
},
23762391
"UpdateBranchResult":{

models/apis/amplify/2017-07-25/docs-2.json

+282-268
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)