summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/SSMContacts/SSMContactsClient.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/aws/aws-sdk-php/src/SSMContacts/SSMContactsClient.php')
-rw-r--r--vendor/aws/aws-sdk-php/src/SSMContacts/SSMContactsClient.php24
1 files changed, 24 insertions, 0 deletions
diff --git a/vendor/aws/aws-sdk-php/src/SSMContacts/SSMContactsClient.php b/vendor/aws/aws-sdk-php/src/SSMContacts/SSMContactsClient.php
index 15d9a8f..baca0d3 100644
--- a/vendor/aws/aws-sdk-php/src/SSMContacts/SSMContactsClient.php
+++ b/vendor/aws/aws-sdk-php/src/SSMContacts/SSMContactsClient.php
@@ -13,12 +13,20 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise createContactAsync(array $args = [])
* @method \Aws\Result createContactChannel(array $args = [])
* @method \GuzzleHttp\Promise\Promise createContactChannelAsync(array $args = [])
+ * @method \Aws\Result createRotation(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createRotationAsync(array $args = [])
+ * @method \Aws\Result createRotationOverride(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createRotationOverrideAsync(array $args = [])
* @method \Aws\Result deactivateContactChannel(array $args = [])
* @method \GuzzleHttp\Promise\Promise deactivateContactChannelAsync(array $args = [])
* @method \Aws\Result deleteContact(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteContactAsync(array $args = [])
* @method \Aws\Result deleteContactChannel(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteContactChannelAsync(array $args = [])
+ * @method \Aws\Result deleteRotation(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteRotationAsync(array $args = [])
+ * @method \Aws\Result deleteRotationOverride(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteRotationOverrideAsync(array $args = [])
* @method \Aws\Result describeEngagement(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeEngagementAsync(array $args = [])
* @method \Aws\Result describePage(array $args = [])
@@ -29,6 +37,10 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise getContactChannelAsync(array $args = [])
* @method \Aws\Result getContactPolicy(array $args = [])
* @method \GuzzleHttp\Promise\Promise getContactPolicyAsync(array $args = [])
+ * @method \Aws\Result getRotation(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getRotationAsync(array $args = [])
+ * @method \Aws\Result getRotationOverride(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getRotationOverrideAsync(array $args = [])
* @method \Aws\Result listContactChannels(array $args = [])
* @method \GuzzleHttp\Promise\Promise listContactChannelsAsync(array $args = [])
* @method \Aws\Result listContacts(array $args = [])
@@ -37,10 +49,20 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise listEngagementsAsync(array $args = [])
* @method \Aws\Result listPageReceipts(array $args = [])
* @method \GuzzleHttp\Promise\Promise listPageReceiptsAsync(array $args = [])
+ * @method \Aws\Result listPageResolutions(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listPageResolutionsAsync(array $args = [])
* @method \Aws\Result listPagesByContact(array $args = [])
* @method \GuzzleHttp\Promise\Promise listPagesByContactAsync(array $args = [])
* @method \Aws\Result listPagesByEngagement(array $args = [])
* @method \GuzzleHttp\Promise\Promise listPagesByEngagementAsync(array $args = [])
+ * @method \Aws\Result listPreviewRotationShifts(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listPreviewRotationShiftsAsync(array $args = [])
+ * @method \Aws\Result listRotationOverrides(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listRotationOverridesAsync(array $args = [])
+ * @method \Aws\Result listRotationShifts(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listRotationShiftsAsync(array $args = [])
+ * @method \Aws\Result listRotations(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listRotationsAsync(array $args = [])
* @method \Aws\Result listTagsForResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
* @method \Aws\Result putContactPolicy(array $args = [])
@@ -59,5 +81,7 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise updateContactAsync(array $args = [])
* @method \Aws\Result updateContactChannel(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateContactChannelAsync(array $args = [])
+ * @method \Aws\Result updateRotation(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateRotationAsync(array $args = [])
*/
class SSMContactsClient extends AwsClient {}