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