Skip to content

Commit

Permalink
Amazon Detective Update: This release adds a missed AccessDeniedExcep…
Browse files Browse the repository at this point in the history
…tion type to several endpoints.
  • Loading branch information
AWS committed Dec 23, 2022
1 parent 0e70c3b commit 3282f5d
Show file tree
Hide file tree
Showing 4 changed files with 239 additions and 193 deletions.
6 changes: 6 additions & 0 deletions .changes/next-release/feature-AmazonDetective-8357bbc.json
@@ -0,0 +1,6 @@
{
"type": "feature",
"category": "Amazon Detective",
"contributor": "",
"description": "This release adds a missed AccessDeniedException type to several endpoints."
}
Expand Up @@ -3,7 +3,7 @@
"parameters": {
"Region": {
"builtIn": "AWS::Region",
"required": false,
"required": true,
"documentation": "The AWS region used to dispatch the request.",
"type": "String"
},
Expand Down Expand Up @@ -52,15 +52,6 @@
"ref": "Endpoint"
}
]
},
{
"fn": "parseURL",
"argv": [
{
"ref": "Endpoint"
}
],
"assign": "url"
}
],
"type": "tree",
Expand Down

0 comments on commit 3282f5d

Please sign in to comment.