Skip to content

Commit 1d349ce

Browse files
author
AWS
committed
AWS Systems Manager Incident Manager Update: Removed incorrect validation pattern for IncidentRecordSource.invokedBy
1 parent 79a24cc commit 1d349ce

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Systems Manager Incident Manager",
4+
"contributor": "",
5+
"description": "Removed incorrect validation pattern for IncidentRecordSource.invokedBy"
6+
}

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

+6-1
Original file line numberDiff line numberDiff line change
@@ -1277,7 +1277,7 @@
12771277
"documentation":"<p>The principal that started the incident.</p>"
12781278
},
12791279
"invokedBy":{
1280-
"shape":"Arn",
1280+
"shape":"ServicePrincipal",
12811281
"documentation":"<p>The principal the assumed the role specified of the <code>createdBy</code>.</p>"
12821282
},
12831283
"resourceArn":{
@@ -1992,6 +1992,11 @@
19921992
"type":"string",
19931993
"enum":["ssm-incidents"]
19941994
},
1995+
"ServicePrincipal":{
1996+
"type":"string",
1997+
"max":1000,
1998+
"min":0
1999+
},
19952000
"ServiceQuotaExceededException":{
19962001
"type":"structure",
19972002
"required":[

0 commit comments

Comments
 (0)