Skip to content

Commit 9f58dd7

Browse files
Merge branch 'develop' into 'update-v2'
2 parents ba9adb4 + 28cebde commit 9f58dd7

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.changes/1.27.89.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[
2+
{
3+
"category": "``ivschat``",
4+
"description": "This release adds a new exception returned when calling AWS IVS chat UpdateLoggingConfiguration. Now UpdateLoggingConfiguration can return ConflictException when invalid updates are made in sequence to Logging Configurations.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``secretsmanager``",
9+
"description": "The type definitions of SecretString and SecretBinary now have a minimum length of 1 in the model to match the exception thrown when you pass in empty values.",
10+
"type": "api-change"
11+
}
12+
]

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5002,6 +5002,13 @@ CHANGELOG
50025002
* feature:wizard: Added support for AWS CLI Wizards. See `#3752 <https://github.com/aws/aws-cli/issues/3752>`__.
50035003

50045004

5005+
1.27.89
5006+
=======
5007+
5008+
* api-change:``ivschat``: This release adds a new exception returned when calling AWS IVS chat UpdateLoggingConfiguration. Now UpdateLoggingConfiguration can return ConflictException when invalid updates are made in sequence to Logging Configurations.
5009+
* api-change:``secretsmanager``: The type definitions of SecretString and SecretBinary now have a minimum length of 1 in the model to match the exception thrown when you pass in empty values.
5010+
5011+
50055012
1.27.88
50065013
=======
50075014

0 commit comments

Comments
 (0)