Skip to content

Commit 65b008c

Browse files
Merge pull request #197 from jdcloud-apigateway/master
add updates
2 parents aa7e589 + 34801c0 commit 65b008c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/data/iam/v1/api-2.json.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1798,6 +1798,7 @@
17981798
'orgId' => [ 'type' => 'string', 'locationName' => 'orgId', ],
17991799
'orgName' => [ 'type' => 'string', 'locationName' => 'orgName', ],
18001800
'orgPath' => [ 'type' => 'string', 'locationName' => 'orgPath', ],
1801+
'operator' => [ 'type' => 'string', 'locationName' => 'operator', ],
18011802
],
18021803
],
18031804
'SubUserAccessKey' => [
@@ -2238,7 +2239,7 @@
22382239
'CreateSubUserAccessKeyResultShape' => [
22392240
'type' => 'structure',
22402241
'members' => [
2241-
'accessKey' => [ 'type' => 'string', 'locationName' => 'accessKey', ],
2242+
'userAccessKey' => [ 'shape' => 'SubUserAccessKey', ],
22422243
],
22432244
],
22442245
'CreateSubUserAccessKeyResponseShape' => [

0 commit comments

Comments
 (0)