SSMContactsClient.php 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. <?php
  2. namespace Aws\SSMContacts;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **AWS Systems Manager Incident Manager Contacts** service.
  6. * @method \Aws\Result acceptPage(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise acceptPageAsync(array $args = [])
  8. * @method \Aws\Result activateContactChannel(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise activateContactChannelAsync(array $args = [])
  10. * @method \Aws\Result createContact(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise createContactAsync(array $args = [])
  12. * @method \Aws\Result createContactChannel(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise createContactChannelAsync(array $args = [])
  14. * @method \Aws\Result createRotation(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise createRotationAsync(array $args = [])
  16. * @method \Aws\Result createRotationOverride(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise createRotationOverrideAsync(array $args = [])
  18. * @method \Aws\Result deactivateContactChannel(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise deactivateContactChannelAsync(array $args = [])
  20. * @method \Aws\Result deleteContact(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise deleteContactAsync(array $args = [])
  22. * @method \Aws\Result deleteContactChannel(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise deleteContactChannelAsync(array $args = [])
  24. * @method \Aws\Result deleteRotation(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise deleteRotationAsync(array $args = [])
  26. * @method \Aws\Result deleteRotationOverride(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise deleteRotationOverrideAsync(array $args = [])
  28. * @method \Aws\Result describeEngagement(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise describeEngagementAsync(array $args = [])
  30. * @method \Aws\Result describePage(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise describePageAsync(array $args = [])
  32. * @method \Aws\Result getContact(array $args = [])
  33. * @method \GuzzleHttp\Promise\Promise getContactAsync(array $args = [])
  34. * @method \Aws\Result getContactChannel(array $args = [])
  35. * @method \GuzzleHttp\Promise\Promise getContactChannelAsync(array $args = [])
  36. * @method \Aws\Result getContactPolicy(array $args = [])
  37. * @method \GuzzleHttp\Promise\Promise getContactPolicyAsync(array $args = [])
  38. * @method \Aws\Result getRotation(array $args = [])
  39. * @method \GuzzleHttp\Promise\Promise getRotationAsync(array $args = [])
  40. * @method \Aws\Result getRotationOverride(array $args = [])
  41. * @method \GuzzleHttp\Promise\Promise getRotationOverrideAsync(array $args = [])
  42. * @method \Aws\Result listContactChannels(array $args = [])
  43. * @method \GuzzleHttp\Promise\Promise listContactChannelsAsync(array $args = [])
  44. * @method \Aws\Result listContacts(array $args = [])
  45. * @method \GuzzleHttp\Promise\Promise listContactsAsync(array $args = [])
  46. * @method \Aws\Result listEngagements(array $args = [])
  47. * @method \GuzzleHttp\Promise\Promise listEngagementsAsync(array $args = [])
  48. * @method \Aws\Result listPageReceipts(array $args = [])
  49. * @method \GuzzleHttp\Promise\Promise listPageReceiptsAsync(array $args = [])
  50. * @method \Aws\Result listPageResolutions(array $args = [])
  51. * @method \GuzzleHttp\Promise\Promise listPageResolutionsAsync(array $args = [])
  52. * @method \Aws\Result listPagesByContact(array $args = [])
  53. * @method \GuzzleHttp\Promise\Promise listPagesByContactAsync(array $args = [])
  54. * @method \Aws\Result listPagesByEngagement(array $args = [])
  55. * @method \GuzzleHttp\Promise\Promise listPagesByEngagementAsync(array $args = [])
  56. * @method \Aws\Result listPreviewRotationShifts(array $args = [])
  57. * @method \GuzzleHttp\Promise\Promise listPreviewRotationShiftsAsync(array $args = [])
  58. * @method \Aws\Result listRotationOverrides(array $args = [])
  59. * @method \GuzzleHttp\Promise\Promise listRotationOverridesAsync(array $args = [])
  60. * @method \Aws\Result listRotationShifts(array $args = [])
  61. * @method \GuzzleHttp\Promise\Promise listRotationShiftsAsync(array $args = [])
  62. * @method \Aws\Result listRotations(array $args = [])
  63. * @method \GuzzleHttp\Promise\Promise listRotationsAsync(array $args = [])
  64. * @method \Aws\Result listTagsForResource(array $args = [])
  65. * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
  66. * @method \Aws\Result putContactPolicy(array $args = [])
  67. * @method \GuzzleHttp\Promise\Promise putContactPolicyAsync(array $args = [])
  68. * @method \Aws\Result sendActivationCode(array $args = [])
  69. * @method \GuzzleHttp\Promise\Promise sendActivationCodeAsync(array $args = [])
  70. * @method \Aws\Result startEngagement(array $args = [])
  71. * @method \GuzzleHttp\Promise\Promise startEngagementAsync(array $args = [])
  72. * @method \Aws\Result stopEngagement(array $args = [])
  73. * @method \GuzzleHttp\Promise\Promise stopEngagementAsync(array $args = [])
  74. * @method \Aws\Result tagResource(array $args = [])
  75. * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
  76. * @method \Aws\Result untagResource(array $args = [])
  77. * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
  78. * @method \Aws\Result updateContact(array $args = [])
  79. * @method \GuzzleHttp\Promise\Promise updateContactAsync(array $args = [])
  80. * @method \Aws\Result updateContactChannel(array $args = [])
  81. * @method \GuzzleHttp\Promise\Promise updateContactChannelAsync(array $args = [])
  82. * @method \Aws\Result updateRotation(array $args = [])
  83. * @method \GuzzleHttp\Promise\Promise updateRotationAsync(array $args = [])
  84. */
  85. class SSMContactsClient extends AwsClient {}