Skip to content

Commit ba19770

Browse files
author
AWS
committed
Firewall Management Service Update: Increases Customer API's ManagedServiceData length
1 parent 58aa7ef commit ba19770

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Firewall Management Service",
4+
"contributor": "",
5+
"description": "Increases Customer API's ManagedServiceData length"
6+
}

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"serviceId":"FMS",
1212
"signatureVersion":"v4",
1313
"targetPrefix":"AWSFMS_20180101",
14-
"uid":"fms-2018-01-01"
14+
"uid":"fms-2018-01-01",
15+
"auth":["aws.auth#sigv4"]
1516
},
1617
"operations":{
1718
"AssociateAdminAccount":{
@@ -2548,7 +2549,7 @@
25482549
},
25492550
"ManagedServiceData":{
25502551
"type":"string",
2551-
"max":10000,
2552+
"max":30000,
25522553
"min":1,
25532554
"pattern":"^((?!\\\\[nr]).)+"
25542555
},

0 commit comments

Comments
 (0)