Skip to content

Commit 29a0f4e

Browse files
author
AWS
committed
Amazon DataZone Update: Update regex to include dot character to be consistent with IAM role creation in the authorized principal field for create and update subscription target.
1 parent c11f116 commit 29a0f4e

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-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": "Amazon DataZone",
4+
"contributor": "",
5+
"description": "Update regex to include dot character to be consistent with IAM role creation in the authorized principal field for create and update subscription target."
6+
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@
651651
{"shape":"ValidationException"},
652652
{"shape":"UnauthorizedException"}
653653
],
654-
"documentation":"<p>Deletes an data product in Amazon DataZone.</p>",
654+
"documentation":"<p>Deletes a data product in Amazon DataZone.</p>",
655655
"idempotent":true
656656
},
657657
"DeleteDataSource":{
@@ -3298,7 +3298,7 @@
32983298
},
32993299
"AuthorizedPrincipalIdentifier":{
33003300
"type":"string",
3301-
"pattern":"^[a-zA-Z0-9:/_-]*$"
3301+
"pattern":"^[a-zA-Z0-9:/._-]*$"
33023302
},
33033303
"AuthorizedPrincipalIdentifiers":{
33043304
"type":"list",

0 commit comments

Comments
 (0)