Skip to content

Commit 723a90e

Browse files
committed
added IamRoleRevokeAccessKeysWithContext_PATCH extra method
1 parent 0a98d40 commit 723a90e

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## 0.107.0
5+
## 0.108.0
66

77
BREAKING CHANGES:
88

File renamed without changes.

rest/untyped_rest.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ type UntypedVMSRest struct {
185185
// +apiall:extraMethod:GET=/groups/names/
186186
Groups *untyped.Group
187187
// +apiall:extraMethod:GET=/iamroles/{id}/credentials/
188+
// +apiall:extraMethod:PATCH=/iamroles/{id}/revoke_access_keys/
188189
IamRoles *untyped.IamRole
189190
Injections *untyped.Injections
190191
// +apiall:extraMethod:PATCH=/indestructibility/{id}/generate_token/

0 commit comments

Comments
 (0)