RAMClient.php 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <?php
  2. namespace Aws\RAM;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **AWS Resource Access Manager** service.
  6. * @method \Aws\Result acceptResourceShareInvitation(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise acceptResourceShareInvitationAsync(array $args = [])
  8. * @method \Aws\Result associateResourceShare(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise associateResourceShareAsync(array $args = [])
  10. * @method \Aws\Result associateResourceSharePermission(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise associateResourceSharePermissionAsync(array $args = [])
  12. * @method \Aws\Result createResourceShare(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise createResourceShareAsync(array $args = [])
  14. * @method \Aws\Result deleteResourceShare(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise deleteResourceShareAsync(array $args = [])
  16. * @method \Aws\Result disassociateResourceShare(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise disassociateResourceShareAsync(array $args = [])
  18. * @method \Aws\Result disassociateResourceSharePermission(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise disassociateResourceSharePermissionAsync(array $args = [])
  20. * @method \Aws\Result enableSharingWithAwsOrganization(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise enableSharingWithAwsOrganizationAsync(array $args = [])
  22. * @method \Aws\Result getPermission(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise getPermissionAsync(array $args = [])
  24. * @method \Aws\Result getResourcePolicies(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise getResourcePoliciesAsync(array $args = [])
  26. * @method \Aws\Result getResourceShareAssociations(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise getResourceShareAssociationsAsync(array $args = [])
  28. * @method \Aws\Result getResourceShareInvitations(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise getResourceShareInvitationsAsync(array $args = [])
  30. * @method \Aws\Result getResourceShares(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise getResourceSharesAsync(array $args = [])
  32. * @method \Aws\Result listPendingInvitationResources(array $args = [])
  33. * @method \GuzzleHttp\Promise\Promise listPendingInvitationResourcesAsync(array $args = [])
  34. * @method \Aws\Result listPermissions(array $args = [])
  35. * @method \GuzzleHttp\Promise\Promise listPermissionsAsync(array $args = [])
  36. * @method \Aws\Result listPrincipals(array $args = [])
  37. * @method \GuzzleHttp\Promise\Promise listPrincipalsAsync(array $args = [])
  38. * @method \Aws\Result listResourceSharePermissions(array $args = [])
  39. * @method \GuzzleHttp\Promise\Promise listResourceSharePermissionsAsync(array $args = [])
  40. * @method \Aws\Result listResourceTypes(array $args = [])
  41. * @method \GuzzleHttp\Promise\Promise listResourceTypesAsync(array $args = [])
  42. * @method \Aws\Result listResources(array $args = [])
  43. * @method \GuzzleHttp\Promise\Promise listResourcesAsync(array $args = [])
  44. * @method \Aws\Result promoteResourceShareCreatedFromPolicy(array $args = [])
  45. * @method \GuzzleHttp\Promise\Promise promoteResourceShareCreatedFromPolicyAsync(array $args = [])
  46. * @method \Aws\Result rejectResourceShareInvitation(array $args = [])
  47. * @method \GuzzleHttp\Promise\Promise rejectResourceShareInvitationAsync(array $args = [])
  48. * @method \Aws\Result tagResource(array $args = [])
  49. * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
  50. * @method \Aws\Result untagResource(array $args = [])
  51. * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
  52. * @method \Aws\Result updateResourceShare(array $args = [])
  53. * @method \GuzzleHttp\Promise\Promise updateResourceShareAsync(array $args = [])
  54. */
  55. class RAMClient extends AwsClient {}