RolesAnywhereClient.php 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. <?php
  2. namespace Aws\RolesAnywhere;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **IAM Roles Anywhere** service.
  6. * @method \Aws\Result createProfile(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise createProfileAsync(array $args = [])
  8. * @method \Aws\Result createTrustAnchor(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise createTrustAnchorAsync(array $args = [])
  10. * @method \Aws\Result deleteAttributeMapping(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise deleteAttributeMappingAsync(array $args = [])
  12. * @method \Aws\Result deleteCrl(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise deleteCrlAsync(array $args = [])
  14. * @method \Aws\Result deleteProfile(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise deleteProfileAsync(array $args = [])
  16. * @method \Aws\Result deleteTrustAnchor(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise deleteTrustAnchorAsync(array $args = [])
  18. * @method \Aws\Result disableCrl(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise disableCrlAsync(array $args = [])
  20. * @method \Aws\Result disableProfile(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise disableProfileAsync(array $args = [])
  22. * @method \Aws\Result disableTrustAnchor(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise disableTrustAnchorAsync(array $args = [])
  24. * @method \Aws\Result enableCrl(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise enableCrlAsync(array $args = [])
  26. * @method \Aws\Result enableProfile(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise enableProfileAsync(array $args = [])
  28. * @method \Aws\Result enableTrustAnchor(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise enableTrustAnchorAsync(array $args = [])
  30. * @method \Aws\Result getCrl(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise getCrlAsync(array $args = [])
  32. * @method \Aws\Result getProfile(array $args = [])
  33. * @method \GuzzleHttp\Promise\Promise getProfileAsync(array $args = [])
  34. * @method \Aws\Result getSubject(array $args = [])
  35. * @method \GuzzleHttp\Promise\Promise getSubjectAsync(array $args = [])
  36. * @method \Aws\Result getTrustAnchor(array $args = [])
  37. * @method \GuzzleHttp\Promise\Promise getTrustAnchorAsync(array $args = [])
  38. * @method \Aws\Result importCrl(array $args = [])
  39. * @method \GuzzleHttp\Promise\Promise importCrlAsync(array $args = [])
  40. * @method \Aws\Result listCrls(array $args = [])
  41. * @method \GuzzleHttp\Promise\Promise listCrlsAsync(array $args = [])
  42. * @method \Aws\Result listProfiles(array $args = [])
  43. * @method \GuzzleHttp\Promise\Promise listProfilesAsync(array $args = [])
  44. * @method \Aws\Result listSubjects(array $args = [])
  45. * @method \GuzzleHttp\Promise\Promise listSubjectsAsync(array $args = [])
  46. * @method \Aws\Result listTagsForResource(array $args = [])
  47. * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
  48. * @method \Aws\Result listTrustAnchors(array $args = [])
  49. * @method \GuzzleHttp\Promise\Promise listTrustAnchorsAsync(array $args = [])
  50. * @method \Aws\Result putAttributeMapping(array $args = [])
  51. * @method \GuzzleHttp\Promise\Promise putAttributeMappingAsync(array $args = [])
  52. * @method \Aws\Result putNotificationSettings(array $args = [])
  53. * @method \GuzzleHttp\Promise\Promise putNotificationSettingsAsync(array $args = [])
  54. * @method \Aws\Result resetNotificationSettings(array $args = [])
  55. * @method \GuzzleHttp\Promise\Promise resetNotificationSettingsAsync(array $args = [])
  56. * @method \Aws\Result tagResource(array $args = [])
  57. * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
  58. * @method \Aws\Result untagResource(array $args = [])
  59. * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
  60. * @method \Aws\Result updateCrl(array $args = [])
  61. * @method \GuzzleHttp\Promise\Promise updateCrlAsync(array $args = [])
  62. * @method \Aws\Result updateProfile(array $args = [])
  63. * @method \GuzzleHttp\Promise\Promise updateProfileAsync(array $args = [])
  64. * @method \Aws\Result updateTrustAnchor(array $args = [])
  65. * @method \GuzzleHttp\Promise\Promise updateTrustAnchorAsync(array $args = [])
  66. */
  67. class RolesAnywhereClient extends AwsClient {}