Skip to content

Commit e5d70a4

Browse files
author
AWS
committed
AWS Audit Manager Update: This release updates 1 API parameter, the SnsArn attribute. The character length and regex pattern for the SnsArn attribute have been updated, which enables you to deselect an SNS topic when using the UpdateSettings operation.
1 parent c8c1fd4 commit e5d70a4

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Audit Manager",
4+
"contributor": "",
5+
"description": "This release updates 1 API parameter, the SnsArn attribute. The character length and regex pattern for the SnsArn attribute have been updated, which enables you to deselect an SNS topic when using the UpdateSettings operation."
6+
}

services/auditmanager/src/main/resources/codegen-resources/service-2.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4447,8 +4447,8 @@
44474447
"SnsArn":{
44484448
"type":"string",
44494449
"max":2048,
4450-
"min":20,
4451-
"pattern":"^arn:.*:sns:.*"
4450+
"min":4,
4451+
"pattern":"^arn:.*:sns:.*|NONE"
44524452
},
44534453
"SourceDescription":{
44544454
"type":"string",

0 commit comments

Comments
 (0)