Skip to content

Commit a1c5273

Browse files
author
AWS
committed
AWS Single Sign-On Admin Update: Relax constraint on List* API pagination tokens to include underscore character
1 parent 71da7c3 commit a1c5273

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Single Sign-On Admin",
4+
"contributor": "",
5+
"description": "Relax constraint on List* API pagination tokens to include underscore character"
6+
}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1954,7 +1954,7 @@
19541954
"Token":{
19551955
"type":"string",
19561956
"max":2048,
1957-
"pattern":"^[-a-zA-Z0-9+=/]*"
1957+
"pattern":"^[-a-zA-Z0-9+=/_]*"
19581958
},
19591959
"UUId":{
19601960
"type":"string",

0 commit comments

Comments
 (0)