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