IamClient.php 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328
  1. <?php
  2. namespace Aws\Iam;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **AWS Identity and Access Management (AWS IAM)** service.
  6. *
  7. * @method \Aws\Result addClientIDToOpenIDConnectProvider(array $args = [])
  8. * @method \GuzzleHttp\Promise\Promise addClientIDToOpenIDConnectProviderAsync(array $args = [])
  9. * @method \Aws\Result addRoleToInstanceProfile(array $args = [])
  10. * @method \GuzzleHttp\Promise\Promise addRoleToInstanceProfileAsync(array $args = [])
  11. * @method \Aws\Result addUserToGroup(array $args = [])
  12. * @method \GuzzleHttp\Promise\Promise addUserToGroupAsync(array $args = [])
  13. * @method \Aws\Result attachGroupPolicy(array $args = [])
  14. * @method \GuzzleHttp\Promise\Promise attachGroupPolicyAsync(array $args = [])
  15. * @method \Aws\Result attachRolePolicy(array $args = [])
  16. * @method \GuzzleHttp\Promise\Promise attachRolePolicyAsync(array $args = [])
  17. * @method \Aws\Result attachUserPolicy(array $args = [])
  18. * @method \GuzzleHttp\Promise\Promise attachUserPolicyAsync(array $args = [])
  19. * @method \Aws\Result changePassword(array $args = [])
  20. * @method \GuzzleHttp\Promise\Promise changePasswordAsync(array $args = [])
  21. * @method \Aws\Result createAccessKey(array $args = [])
  22. * @method \GuzzleHttp\Promise\Promise createAccessKeyAsync(array $args = [])
  23. * @method \Aws\Result createAccountAlias(array $args = [])
  24. * @method \GuzzleHttp\Promise\Promise createAccountAliasAsync(array $args = [])
  25. * @method \Aws\Result createGroup(array $args = [])
  26. * @method \GuzzleHttp\Promise\Promise createGroupAsync(array $args = [])
  27. * @method \Aws\Result createInstanceProfile(array $args = [])
  28. * @method \GuzzleHttp\Promise\Promise createInstanceProfileAsync(array $args = [])
  29. * @method \Aws\Result createLoginProfile(array $args = [])
  30. * @method \GuzzleHttp\Promise\Promise createLoginProfileAsync(array $args = [])
  31. * @method \Aws\Result createOpenIDConnectProvider(array $args = [])
  32. * @method \GuzzleHttp\Promise\Promise createOpenIDConnectProviderAsync(array $args = [])
  33. * @method \Aws\Result createPolicy(array $args = [])
  34. * @method \GuzzleHttp\Promise\Promise createPolicyAsync(array $args = [])
  35. * @method \Aws\Result createPolicyVersion(array $args = [])
  36. * @method \GuzzleHttp\Promise\Promise createPolicyVersionAsync(array $args = [])
  37. * @method \Aws\Result createRole(array $args = [])
  38. * @method \GuzzleHttp\Promise\Promise createRoleAsync(array $args = [])
  39. * @method \Aws\Result createSAMLProvider(array $args = [])
  40. * @method \GuzzleHttp\Promise\Promise createSAMLProviderAsync(array $args = [])
  41. * @method \Aws\Result createServiceLinkedRole(array $args = [])
  42. * @method \GuzzleHttp\Promise\Promise createServiceLinkedRoleAsync(array $args = [])
  43. * @method \Aws\Result createServiceSpecificCredential(array $args = [])
  44. * @method \GuzzleHttp\Promise\Promise createServiceSpecificCredentialAsync(array $args = [])
  45. * @method \Aws\Result createUser(array $args = [])
  46. * @method \GuzzleHttp\Promise\Promise createUserAsync(array $args = [])
  47. * @method \Aws\Result createVirtualMFADevice(array $args = [])
  48. * @method \GuzzleHttp\Promise\Promise createVirtualMFADeviceAsync(array $args = [])
  49. * @method \Aws\Result deactivateMFADevice(array $args = [])
  50. * @method \GuzzleHttp\Promise\Promise deactivateMFADeviceAsync(array $args = [])
  51. * @method \Aws\Result deleteAccessKey(array $args = [])
  52. * @method \GuzzleHttp\Promise\Promise deleteAccessKeyAsync(array $args = [])
  53. * @method \Aws\Result deleteAccountAlias(array $args = [])
  54. * @method \GuzzleHttp\Promise\Promise deleteAccountAliasAsync(array $args = [])
  55. * @method \Aws\Result deleteAccountPasswordPolicy(array $args = [])
  56. * @method \GuzzleHttp\Promise\Promise deleteAccountPasswordPolicyAsync(array $args = [])
  57. * @method \Aws\Result deleteGroup(array $args = [])
  58. * @method \GuzzleHttp\Promise\Promise deleteGroupAsync(array $args = [])
  59. * @method \Aws\Result deleteGroupPolicy(array $args = [])
  60. * @method \GuzzleHttp\Promise\Promise deleteGroupPolicyAsync(array $args = [])
  61. * @method \Aws\Result deleteInstanceProfile(array $args = [])
  62. * @method \GuzzleHttp\Promise\Promise deleteInstanceProfileAsync(array $args = [])
  63. * @method \Aws\Result deleteLoginProfile(array $args = [])
  64. * @method \GuzzleHttp\Promise\Promise deleteLoginProfileAsync(array $args = [])
  65. * @method \Aws\Result deleteOpenIDConnectProvider(array $args = [])
  66. * @method \GuzzleHttp\Promise\Promise deleteOpenIDConnectProviderAsync(array $args = [])
  67. * @method \Aws\Result deletePolicy(array $args = [])
  68. * @method \GuzzleHttp\Promise\Promise deletePolicyAsync(array $args = [])
  69. * @method \Aws\Result deletePolicyVersion(array $args = [])
  70. * @method \GuzzleHttp\Promise\Promise deletePolicyVersionAsync(array $args = [])
  71. * @method \Aws\Result deleteRole(array $args = [])
  72. * @method \GuzzleHttp\Promise\Promise deleteRoleAsync(array $args = [])
  73. * @method \Aws\Result deleteRolePermissionsBoundary(array $args = [])
  74. * @method \GuzzleHttp\Promise\Promise deleteRolePermissionsBoundaryAsync(array $args = [])
  75. * @method \Aws\Result deleteRolePolicy(array $args = [])
  76. * @method \GuzzleHttp\Promise\Promise deleteRolePolicyAsync(array $args = [])
  77. * @method \Aws\Result deleteSAMLProvider(array $args = [])
  78. * @method \GuzzleHttp\Promise\Promise deleteSAMLProviderAsync(array $args = [])
  79. * @method \Aws\Result deleteSSHPublicKey(array $args = [])
  80. * @method \GuzzleHttp\Promise\Promise deleteSSHPublicKeyAsync(array $args = [])
  81. * @method \Aws\Result deleteServerCertificate(array $args = [])
  82. * @method \GuzzleHttp\Promise\Promise deleteServerCertificateAsync(array $args = [])
  83. * @method \Aws\Result deleteServiceLinkedRole(array $args = [])
  84. * @method \GuzzleHttp\Promise\Promise deleteServiceLinkedRoleAsync(array $args = [])
  85. * @method \Aws\Result deleteServiceSpecificCredential(array $args = [])
  86. * @method \GuzzleHttp\Promise\Promise deleteServiceSpecificCredentialAsync(array $args = [])
  87. * @method \Aws\Result deleteSigningCertificate(array $args = [])
  88. * @method \GuzzleHttp\Promise\Promise deleteSigningCertificateAsync(array $args = [])
  89. * @method \Aws\Result deleteUser(array $args = [])
  90. * @method \GuzzleHttp\Promise\Promise deleteUserAsync(array $args = [])
  91. * @method \Aws\Result deleteUserPermissionsBoundary(array $args = [])
  92. * @method \GuzzleHttp\Promise\Promise deleteUserPermissionsBoundaryAsync(array $args = [])
  93. * @method \Aws\Result deleteUserPolicy(array $args = [])
  94. * @method \GuzzleHttp\Promise\Promise deleteUserPolicyAsync(array $args = [])
  95. * @method \Aws\Result deleteVirtualMFADevice(array $args = [])
  96. * @method \GuzzleHttp\Promise\Promise deleteVirtualMFADeviceAsync(array $args = [])
  97. * @method \Aws\Result detachGroupPolicy(array $args = [])
  98. * @method \GuzzleHttp\Promise\Promise detachGroupPolicyAsync(array $args = [])
  99. * @method \Aws\Result detachRolePolicy(array $args = [])
  100. * @method \GuzzleHttp\Promise\Promise detachRolePolicyAsync(array $args = [])
  101. * @method \Aws\Result detachUserPolicy(array $args = [])
  102. * @method \GuzzleHttp\Promise\Promise detachUserPolicyAsync(array $args = [])
  103. * @method \Aws\Result enableMFADevice(array $args = [])
  104. * @method \GuzzleHttp\Promise\Promise enableMFADeviceAsync(array $args = [])
  105. * @method \Aws\Result generateCredentialReport(array $args = [])
  106. * @method \GuzzleHttp\Promise\Promise generateCredentialReportAsync(array $args = [])
  107. * @method \Aws\Result generateOrganizationsAccessReport(array $args = [])
  108. * @method \GuzzleHttp\Promise\Promise generateOrganizationsAccessReportAsync(array $args = [])
  109. * @method \Aws\Result generateServiceLastAccessedDetails(array $args = [])
  110. * @method \GuzzleHttp\Promise\Promise generateServiceLastAccessedDetailsAsync(array $args = [])
  111. * @method \Aws\Result getAccessKeyLastUsed(array $args = [])
  112. * @method \GuzzleHttp\Promise\Promise getAccessKeyLastUsedAsync(array $args = [])
  113. * @method \Aws\Result getAccountAuthorizationDetails(array $args = [])
  114. * @method \GuzzleHttp\Promise\Promise getAccountAuthorizationDetailsAsync(array $args = [])
  115. * @method \Aws\Result getAccountPasswordPolicy(array $args = [])
  116. * @method \GuzzleHttp\Promise\Promise getAccountPasswordPolicyAsync(array $args = [])
  117. * @method \Aws\Result getAccountSummary(array $args = [])
  118. * @method \GuzzleHttp\Promise\Promise getAccountSummaryAsync(array $args = [])
  119. * @method \Aws\Result getContextKeysForCustomPolicy(array $args = [])
  120. * @method \GuzzleHttp\Promise\Promise getContextKeysForCustomPolicyAsync(array $args = [])
  121. * @method \Aws\Result getContextKeysForPrincipalPolicy(array $args = [])
  122. * @method \GuzzleHttp\Promise\Promise getContextKeysForPrincipalPolicyAsync(array $args = [])
  123. * @method \Aws\Result getCredentialReport(array $args = [])
  124. * @method \GuzzleHttp\Promise\Promise getCredentialReportAsync(array $args = [])
  125. * @method \Aws\Result getGroup(array $args = [])
  126. * @method \GuzzleHttp\Promise\Promise getGroupAsync(array $args = [])
  127. * @method \Aws\Result getGroupPolicy(array $args = [])
  128. * @method \GuzzleHttp\Promise\Promise getGroupPolicyAsync(array $args = [])
  129. * @method \Aws\Result getInstanceProfile(array $args = [])
  130. * @method \GuzzleHttp\Promise\Promise getInstanceProfileAsync(array $args = [])
  131. * @method \Aws\Result getLoginProfile(array $args = [])
  132. * @method \GuzzleHttp\Promise\Promise getLoginProfileAsync(array $args = [])
  133. * @method \Aws\Result getMFADevice(array $args = [])
  134. * @method \GuzzleHttp\Promise\Promise getMFADeviceAsync(array $args = [])
  135. * @method \Aws\Result getOpenIDConnectProvider(array $args = [])
  136. * @method \GuzzleHttp\Promise\Promise getOpenIDConnectProviderAsync(array $args = [])
  137. * @method \Aws\Result getOrganizationsAccessReport(array $args = [])
  138. * @method \GuzzleHttp\Promise\Promise getOrganizationsAccessReportAsync(array $args = [])
  139. * @method \Aws\Result getPolicy(array $args = [])
  140. * @method \GuzzleHttp\Promise\Promise getPolicyAsync(array $args = [])
  141. * @method \Aws\Result getPolicyVersion(array $args = [])
  142. * @method \GuzzleHttp\Promise\Promise getPolicyVersionAsync(array $args = [])
  143. * @method \Aws\Result getRole(array $args = [])
  144. * @method \GuzzleHttp\Promise\Promise getRoleAsync(array $args = [])
  145. * @method \Aws\Result getRolePolicy(array $args = [])
  146. * @method \GuzzleHttp\Promise\Promise getRolePolicyAsync(array $args = [])
  147. * @method \Aws\Result getSAMLProvider(array $args = [])
  148. * @method \GuzzleHttp\Promise\Promise getSAMLProviderAsync(array $args = [])
  149. * @method \Aws\Result getSSHPublicKey(array $args = [])
  150. * @method \GuzzleHttp\Promise\Promise getSSHPublicKeyAsync(array $args = [])
  151. * @method \Aws\Result getServerCertificate(array $args = [])
  152. * @method \GuzzleHttp\Promise\Promise getServerCertificateAsync(array $args = [])
  153. * @method \Aws\Result getServiceLastAccessedDetails(array $args = [])
  154. * @method \GuzzleHttp\Promise\Promise getServiceLastAccessedDetailsAsync(array $args = [])
  155. * @method \Aws\Result getServiceLastAccessedDetailsWithEntities(array $args = [])
  156. * @method \GuzzleHttp\Promise\Promise getServiceLastAccessedDetailsWithEntitiesAsync(array $args = [])
  157. * @method \Aws\Result getServiceLinkedRoleDeletionStatus(array $args = [])
  158. * @method \GuzzleHttp\Promise\Promise getServiceLinkedRoleDeletionStatusAsync(array $args = [])
  159. * @method \Aws\Result getUser(array $args = [])
  160. * @method \GuzzleHttp\Promise\Promise getUserAsync(array $args = [])
  161. * @method \Aws\Result getUserPolicy(array $args = [])
  162. * @method \GuzzleHttp\Promise\Promise getUserPolicyAsync(array $args = [])
  163. * @method \Aws\Result listAccessKeys(array $args = [])
  164. * @method \GuzzleHttp\Promise\Promise listAccessKeysAsync(array $args = [])
  165. * @method \Aws\Result listAccountAliases(array $args = [])
  166. * @method \GuzzleHttp\Promise\Promise listAccountAliasesAsync(array $args = [])
  167. * @method \Aws\Result listAttachedGroupPolicies(array $args = [])
  168. * @method \GuzzleHttp\Promise\Promise listAttachedGroupPoliciesAsync(array $args = [])
  169. * @method \Aws\Result listAttachedRolePolicies(array $args = [])
  170. * @method \GuzzleHttp\Promise\Promise listAttachedRolePoliciesAsync(array $args = [])
  171. * @method \Aws\Result listAttachedUserPolicies(array $args = [])
  172. * @method \GuzzleHttp\Promise\Promise listAttachedUserPoliciesAsync(array $args = [])
  173. * @method \Aws\Result listEntitiesForPolicy(array $args = [])
  174. * @method \GuzzleHttp\Promise\Promise listEntitiesForPolicyAsync(array $args = [])
  175. * @method \Aws\Result listGroupPolicies(array $args = [])
  176. * @method \GuzzleHttp\Promise\Promise listGroupPoliciesAsync(array $args = [])
  177. * @method \Aws\Result listGroups(array $args = [])
  178. * @method \GuzzleHttp\Promise\Promise listGroupsAsync(array $args = [])
  179. * @method \Aws\Result listGroupsForUser(array $args = [])
  180. * @method \GuzzleHttp\Promise\Promise listGroupsForUserAsync(array $args = [])
  181. * @method \Aws\Result listInstanceProfileTags(array $args = [])
  182. * @method \GuzzleHttp\Promise\Promise listInstanceProfileTagsAsync(array $args = [])
  183. * @method \Aws\Result listInstanceProfiles(array $args = [])
  184. * @method \GuzzleHttp\Promise\Promise listInstanceProfilesAsync(array $args = [])
  185. * @method \Aws\Result listInstanceProfilesForRole(array $args = [])
  186. * @method \GuzzleHttp\Promise\Promise listInstanceProfilesForRoleAsync(array $args = [])
  187. * @method \Aws\Result listMFADeviceTags(array $args = [])
  188. * @method \GuzzleHttp\Promise\Promise listMFADeviceTagsAsync(array $args = [])
  189. * @method \Aws\Result listMFADevices(array $args = [])
  190. * @method \GuzzleHttp\Promise\Promise listMFADevicesAsync(array $args = [])
  191. * @method \Aws\Result listOpenIDConnectProviderTags(array $args = [])
  192. * @method \GuzzleHttp\Promise\Promise listOpenIDConnectProviderTagsAsync(array $args = [])
  193. * @method \Aws\Result listOpenIDConnectProviders(array $args = [])
  194. * @method \GuzzleHttp\Promise\Promise listOpenIDConnectProvidersAsync(array $args = [])
  195. * @method \Aws\Result listPolicies(array $args = [])
  196. * @method \GuzzleHttp\Promise\Promise listPoliciesAsync(array $args = [])
  197. * @method \Aws\Result listPoliciesGrantingServiceAccess(array $args = [])
  198. * @method \GuzzleHttp\Promise\Promise listPoliciesGrantingServiceAccessAsync(array $args = [])
  199. * @method \Aws\Result listPolicyTags(array $args = [])
  200. * @method \GuzzleHttp\Promise\Promise listPolicyTagsAsync(array $args = [])
  201. * @method \Aws\Result listPolicyVersions(array $args = [])
  202. * @method \GuzzleHttp\Promise\Promise listPolicyVersionsAsync(array $args = [])
  203. * @method \Aws\Result listRolePolicies(array $args = [])
  204. * @method \GuzzleHttp\Promise\Promise listRolePoliciesAsync(array $args = [])
  205. * @method \Aws\Result listRoleTags(array $args = [])
  206. * @method \GuzzleHttp\Promise\Promise listRoleTagsAsync(array $args = [])
  207. * @method \Aws\Result listRoles(array $args = [])
  208. * @method \GuzzleHttp\Promise\Promise listRolesAsync(array $args = [])
  209. * @method \Aws\Result listSAMLProviderTags(array $args = [])
  210. * @method \GuzzleHttp\Promise\Promise listSAMLProviderTagsAsync(array $args = [])
  211. * @method \Aws\Result listSAMLProviders(array $args = [])
  212. * @method \GuzzleHttp\Promise\Promise listSAMLProvidersAsync(array $args = [])
  213. * @method \Aws\Result listSSHPublicKeys(array $args = [])
  214. * @method \GuzzleHttp\Promise\Promise listSSHPublicKeysAsync(array $args = [])
  215. * @method \Aws\Result listServerCertificateTags(array $args = [])
  216. * @method \GuzzleHttp\Promise\Promise listServerCertificateTagsAsync(array $args = [])
  217. * @method \Aws\Result listServerCertificates(array $args = [])
  218. * @method \GuzzleHttp\Promise\Promise listServerCertificatesAsync(array $args = [])
  219. * @method \Aws\Result listServiceSpecificCredentials(array $args = [])
  220. * @method \GuzzleHttp\Promise\Promise listServiceSpecificCredentialsAsync(array $args = [])
  221. * @method \Aws\Result listSigningCertificates(array $args = [])
  222. * @method \GuzzleHttp\Promise\Promise listSigningCertificatesAsync(array $args = [])
  223. * @method \Aws\Result listUserPolicies(array $args = [])
  224. * @method \GuzzleHttp\Promise\Promise listUserPoliciesAsync(array $args = [])
  225. * @method \Aws\Result listUserTags(array $args = [])
  226. * @method \GuzzleHttp\Promise\Promise listUserTagsAsync(array $args = [])
  227. * @method \Aws\Result listUsers(array $args = [])
  228. * @method \GuzzleHttp\Promise\Promise listUsersAsync(array $args = [])
  229. * @method \Aws\Result listVirtualMFADevices(array $args = [])
  230. * @method \GuzzleHttp\Promise\Promise listVirtualMFADevicesAsync(array $args = [])
  231. * @method \Aws\Result putGroupPolicy(array $args = [])
  232. * @method \GuzzleHttp\Promise\Promise putGroupPolicyAsync(array $args = [])
  233. * @method \Aws\Result putRolePermissionsBoundary(array $args = [])
  234. * @method \GuzzleHttp\Promise\Promise putRolePermissionsBoundaryAsync(array $args = [])
  235. * @method \Aws\Result putRolePolicy(array $args = [])
  236. * @method \GuzzleHttp\Promise\Promise putRolePolicyAsync(array $args = [])
  237. * @method \Aws\Result putUserPermissionsBoundary(array $args = [])
  238. * @method \GuzzleHttp\Promise\Promise putUserPermissionsBoundaryAsync(array $args = [])
  239. * @method \Aws\Result putUserPolicy(array $args = [])
  240. * @method \GuzzleHttp\Promise\Promise putUserPolicyAsync(array $args = [])
  241. * @method \Aws\Result removeClientIDFromOpenIDConnectProvider(array $args = [])
  242. * @method \GuzzleHttp\Promise\Promise removeClientIDFromOpenIDConnectProviderAsync(array $args = [])
  243. * @method \Aws\Result removeRoleFromInstanceProfile(array $args = [])
  244. * @method \GuzzleHttp\Promise\Promise removeRoleFromInstanceProfileAsync(array $args = [])
  245. * @method \Aws\Result removeUserFromGroup(array $args = [])
  246. * @method \GuzzleHttp\Promise\Promise removeUserFromGroupAsync(array $args = [])
  247. * @method \Aws\Result resetServiceSpecificCredential(array $args = [])
  248. * @method \GuzzleHttp\Promise\Promise resetServiceSpecificCredentialAsync(array $args = [])
  249. * @method \Aws\Result resyncMFADevice(array $args = [])
  250. * @method \GuzzleHttp\Promise\Promise resyncMFADeviceAsync(array $args = [])
  251. * @method \Aws\Result setDefaultPolicyVersion(array $args = [])
  252. * @method \GuzzleHttp\Promise\Promise setDefaultPolicyVersionAsync(array $args = [])
  253. * @method \Aws\Result setSecurityTokenServicePreferences(array $args = [])
  254. * @method \GuzzleHttp\Promise\Promise setSecurityTokenServicePreferencesAsync(array $args = [])
  255. * @method \Aws\Result simulateCustomPolicy(array $args = [])
  256. * @method \GuzzleHttp\Promise\Promise simulateCustomPolicyAsync(array $args = [])
  257. * @method \Aws\Result simulatePrincipalPolicy(array $args = [])
  258. * @method \GuzzleHttp\Promise\Promise simulatePrincipalPolicyAsync(array $args = [])
  259. * @method \Aws\Result tagInstanceProfile(array $args = [])
  260. * @method \GuzzleHttp\Promise\Promise tagInstanceProfileAsync(array $args = [])
  261. * @method \Aws\Result tagMFADevice(array $args = [])
  262. * @method \GuzzleHttp\Promise\Promise tagMFADeviceAsync(array $args = [])
  263. * @method \Aws\Result tagOpenIDConnectProvider(array $args = [])
  264. * @method \GuzzleHttp\Promise\Promise tagOpenIDConnectProviderAsync(array $args = [])
  265. * @method \Aws\Result tagPolicy(array $args = [])
  266. * @method \GuzzleHttp\Promise\Promise tagPolicyAsync(array $args = [])
  267. * @method \Aws\Result tagRole(array $args = [])
  268. * @method \GuzzleHttp\Promise\Promise tagRoleAsync(array $args = [])
  269. * @method \Aws\Result tagSAMLProvider(array $args = [])
  270. * @method \GuzzleHttp\Promise\Promise tagSAMLProviderAsync(array $args = [])
  271. * @method \Aws\Result tagServerCertificate(array $args = [])
  272. * @method \GuzzleHttp\Promise\Promise tagServerCertificateAsync(array $args = [])
  273. * @method \Aws\Result tagUser(array $args = [])
  274. * @method \GuzzleHttp\Promise\Promise tagUserAsync(array $args = [])
  275. * @method \Aws\Result untagInstanceProfile(array $args = [])
  276. * @method \GuzzleHttp\Promise\Promise untagInstanceProfileAsync(array $args = [])
  277. * @method \Aws\Result untagMFADevice(array $args = [])
  278. * @method \GuzzleHttp\Promise\Promise untagMFADeviceAsync(array $args = [])
  279. * @method \Aws\Result untagOpenIDConnectProvider(array $args = [])
  280. * @method \GuzzleHttp\Promise\Promise untagOpenIDConnectProviderAsync(array $args = [])
  281. * @method \Aws\Result untagPolicy(array $args = [])
  282. * @method \GuzzleHttp\Promise\Promise untagPolicyAsync(array $args = [])
  283. * @method \Aws\Result untagRole(array $args = [])
  284. * @method \GuzzleHttp\Promise\Promise untagRoleAsync(array $args = [])
  285. * @method \Aws\Result untagSAMLProvider(array $args = [])
  286. * @method \GuzzleHttp\Promise\Promise untagSAMLProviderAsync(array $args = [])
  287. * @method \Aws\Result untagServerCertificate(array $args = [])
  288. * @method \GuzzleHttp\Promise\Promise untagServerCertificateAsync(array $args = [])
  289. * @method \Aws\Result untagUser(array $args = [])
  290. * @method \GuzzleHttp\Promise\Promise untagUserAsync(array $args = [])
  291. * @method \Aws\Result updateAccessKey(array $args = [])
  292. * @method \GuzzleHttp\Promise\Promise updateAccessKeyAsync(array $args = [])
  293. * @method \Aws\Result updateAccountPasswordPolicy(array $args = [])
  294. * @method \GuzzleHttp\Promise\Promise updateAccountPasswordPolicyAsync(array $args = [])
  295. * @method \Aws\Result updateAssumeRolePolicy(array $args = [])
  296. * @method \GuzzleHttp\Promise\Promise updateAssumeRolePolicyAsync(array $args = [])
  297. * @method \Aws\Result updateGroup(array $args = [])
  298. * @method \GuzzleHttp\Promise\Promise updateGroupAsync(array $args = [])
  299. * @method \Aws\Result updateLoginProfile(array $args = [])
  300. * @method \GuzzleHttp\Promise\Promise updateLoginProfileAsync(array $args = [])
  301. * @method \Aws\Result updateOpenIDConnectProviderThumbprint(array $args = [])
  302. * @method \GuzzleHttp\Promise\Promise updateOpenIDConnectProviderThumbprintAsync(array $args = [])
  303. * @method \Aws\Result updateRole(array $args = [])
  304. * @method \GuzzleHttp\Promise\Promise updateRoleAsync(array $args = [])
  305. * @method \Aws\Result updateRoleDescription(array $args = [])
  306. * @method \GuzzleHttp\Promise\Promise updateRoleDescriptionAsync(array $args = [])
  307. * @method \Aws\Result updateSAMLProvider(array $args = [])
  308. * @method \GuzzleHttp\Promise\Promise updateSAMLProviderAsync(array $args = [])
  309. * @method \Aws\Result updateSSHPublicKey(array $args = [])
  310. * @method \GuzzleHttp\Promise\Promise updateSSHPublicKeyAsync(array $args = [])
  311. * @method \Aws\Result updateServerCertificate(array $args = [])
  312. * @method \GuzzleHttp\Promise\Promise updateServerCertificateAsync(array $args = [])
  313. * @method \Aws\Result updateServiceSpecificCredential(array $args = [])
  314. * @method \GuzzleHttp\Promise\Promise updateServiceSpecificCredentialAsync(array $args = [])
  315. * @method \Aws\Result updateSigningCertificate(array $args = [])
  316. * @method \GuzzleHttp\Promise\Promise updateSigningCertificateAsync(array $args = [])
  317. * @method \Aws\Result updateUser(array $args = [])
  318. * @method \GuzzleHttp\Promise\Promise updateUserAsync(array $args = [])
  319. * @method \Aws\Result uploadSSHPublicKey(array $args = [])
  320. * @method \GuzzleHttp\Promise\Promise uploadSSHPublicKeyAsync(array $args = [])
  321. * @method \Aws\Result uploadServerCertificate(array $args = [])
  322. * @method \GuzzleHttp\Promise\Promise uploadServerCertificateAsync(array $args = [])
  323. * @method \Aws\Result uploadSigningCertificate(array $args = [])
  324. * @method \GuzzleHttp\Promise\Promise uploadSigningCertificateAsync(array $args = [])
  325. */
  326. class IamClient extends AwsClient {}