Skip to content

Commit 0f7c4d7

Browse files
author
AWS
committed
Amazon GuardDuty Update: This release provides the valid characters for the Description and Name field.
1 parent bbac45c commit 0f7c4d7

File tree

4 files changed

+299
-250
lines changed

4 files changed

+299
-250
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon GuardDuty",
4+
"contributor": "",
5+
"description": "This release provides the valid characters for the Description and Name field."
6+
}

services/guardduty/src/main/resources/codegen-resources/endpoint-rule-set.json

+1-10
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"parameters": {
44
"Region": {
55
"builtIn": "AWS::Region",
6-
"required": false,
6+
"required": true,
77
"documentation": "The AWS region used to dispatch the request.",
88
"type": "String"
99
},
@@ -52,15 +52,6 @@
5252
"ref": "Endpoint"
5353
}
5454
]
55-
},
56-
{
57-
"fn": "parseURL",
58-
"argv": [
59-
{
60-
"ref": "Endpoint"
61-
}
62-
],
63-
"assign": "url"
6455
}
6556
],
6657
"type": "tree",

0 commit comments

Comments
 (0)