Skip to content

Commit 0b033bb

Browse files
Release v1.51.29 (2024-04-25) (#5242)
Release v1.51.29 (2024-04-25) === ### Service Client Updates * `service/appsync`: Updates service API * `service/fms`: Updates service API and documentation * `service/ivs`: Updates service API and documentation * `service/ivs-realtime`: Updates service API * `service/rds`: Updates service API, documentation, waiters, paginators, and examples * Updates Amazon RDS documentation for setting local time zones for RDS for Db2 DB instances. * `service/states`: Updates service API and documentation * Add new ValidateStateMachineDefinition operation, which performs syntax checking on the definition of a Amazon States Language (ASL) state machine.
1 parent 1b3096a commit 0b033bb

File tree

21 files changed

+1985
-99
lines changed

21 files changed

+1985
-99
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
Release v1.51.29 (2024-04-25)
2+
===
3+
4+
### Service Client Updates
5+
* `service/appsync`: Updates service API
6+
* `service/fms`: Updates service API and documentation
7+
* `service/ivs`: Updates service API and documentation
8+
* `service/ivs-realtime`: Updates service API
9+
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
10+
* Updates Amazon RDS documentation for setting local time zones for RDS for Db2 DB instances.
11+
* `service/states`: Updates service API and documentation
12+
* Add new ValidateStateMachineDefinition operation, which performs syntax checking on the definition of a Amazon States Language (ASL) state machine.
13+
114
Release v1.51.28 (2024-04-24)
215
===
316

aws/endpoints/defaults.go

+28
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.51.28"
8+
const SDKVersion = "1.51.29"

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

+4-2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"endpointPrefix":"appsync",
66
"jsonVersion":"1.1",
77
"protocol":"rest-json",
8+
"protocols":["rest-json"],
89
"serviceAbbreviation":"AWSAppSync",
910
"serviceFullName":"AWS AppSync",
1011
"serviceId":"AppSync",
@@ -3073,7 +3074,7 @@
30733074
"type":"string",
30743075
"max":2048,
30753076
"min":20,
3076-
"pattern":"^arn:[a-z-]*:secretsmanager:[a-z0-9-]*:\\d{12}:secret:[0-9A-Za-z_/-]*$"
3077+
"pattern":"^arn:[a-z-]*:secretsmanager:[a-z0-9-]*:\\d{12}:secret:[0-9A-Za-z_/+=.@!-]*$"
30773078
},
30783079
"RdsHttpEndpointConfig":{
30793080
"type":"structure",
@@ -3549,7 +3550,8 @@
35493550
"type":"structure",
35503551
"required":[
35513552
"apiId",
3552-
"name"
3553+
"name",
3554+
"authenticationType"
35533555
],
35543556
"members":{
35553557
"apiId":{

0 commit comments

Comments
 (0)