@@ -45,28 +45,28 @@ Code examples that show you how to perform the essential operations within a ser
4545
4646Code excerpts that show you how to call individual service functions.
4747
48- - [ AttachRolePolicy] ( actions/roles.go#L132 )
48+ - [ AttachRolePolicy] ( actions/roles.go#L133 )
4949- [ CreateAccessKey] ( actions/users.go#L175 )
5050- [ CreatePolicy] ( actions/policies.go#L65 )
5151- [ CreateRole] ( actions/roles.go#L46 )
5252- [ CreateServiceLinkedRole] ( actions/roles.go#L98 )
5353- [ CreateUser] ( actions/users.go#L74 )
5454- [ DeleteAccessKey] ( actions/users.go#L193 )
5555- [ DeletePolicy] ( actions/policies.go#L118 )
56- - [ DeleteRole] ( actions/roles.go#L200 )
57- - [ DeleteServiceLinkedRole] ( actions/roles.go#L117 )
56+ - [ DeleteRole] ( actions/roles.go#L201 )
57+ - [ DeleteServiceLinkedRole] ( actions/roles.go#L118 )
5858- [ DeleteUser] ( actions/users.go#L160 )
5959- [ DeleteUserPolicy] ( actions/users.go#L144 )
60- - [ DetachRolePolicy] ( actions/roles.go#L166 )
60+ - [ DetachRolePolicy] ( actions/roles.go#L167 )
6161- [ GetAccountPasswordPolicy] ( actions/account.go#L26 )
6262- [ GetPolicy] ( actions/policies.go#L100 )
6363- [ GetRole] ( actions/roles.go#L81 )
6464- [ GetUser] ( actions/users.go#L47 )
6565- [ ListAccessKeys] ( actions/users.go#L209 )
66- - [ ListAttachedRolePolicies] ( actions/roles.go#L148 )
66+ - [ ListAttachedRolePolicies] ( actions/roles.go#L149 )
6767- [ ListGroups] ( actions/groups.go#L27 )
6868- [ ListPolicies] ( actions/policies.go#L47 )
69- - [ ListRolePolicies] ( actions/roles.go#L182 )
69+ - [ ListRolePolicies] ( actions/roles.go#L183 )
7070- [ ListRoles] ( actions/roles.go#L28 )
7171- [ ListSAMLProviders] ( actions/account.go#L44 )
7272- [ ListUserPolicies] ( actions/users.go#L126 )
0 commit comments