summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/WorkSpacesWeb/WorkSpacesWebClient.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/aws/aws-sdk-php/src/WorkSpacesWeb/WorkSpacesWebClient.php')
-rw-r--r--vendor/aws/aws-sdk-php/src/WorkSpacesWeb/WorkSpacesWebClient.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/vendor/aws/aws-sdk-php/src/WorkSpacesWeb/WorkSpacesWebClient.php b/vendor/aws/aws-sdk-php/src/WorkSpacesWeb/WorkSpacesWebClient.php
index dcac284..feacec0 100644
--- a/vendor/aws/aws-sdk-php/src/WorkSpacesWeb/WorkSpacesWebClient.php
+++ b/vendor/aws/aws-sdk-php/src/WorkSpacesWeb/WorkSpacesWebClient.php
@@ -7,6 +7,8 @@ use Aws\AwsClient;
* This client is used to interact with the **Amazon WorkSpaces Web** service.
* @method \Aws\Result associateBrowserSettings(array $args = [])
* @method \GuzzleHttp\Promise\Promise associateBrowserSettingsAsync(array $args = [])
+ * @method \Aws\Result associateIpAccessSettings(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise associateIpAccessSettingsAsync(array $args = [])
* @method \Aws\Result associateNetworkSettings(array $args = [])
* @method \GuzzleHttp\Promise\Promise associateNetworkSettingsAsync(array $args = [])
* @method \Aws\Result associateTrustStore(array $args = [])
@@ -19,6 +21,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise createBrowserSettingsAsync(array $args = [])
* @method \Aws\Result createIdentityProvider(array $args = [])
* @method \GuzzleHttp\Promise\Promise createIdentityProviderAsync(array $args = [])
+ * @method \Aws\Result createIpAccessSettings(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createIpAccessSettingsAsync(array $args = [])
* @method \Aws\Result createNetworkSettings(array $args = [])
* @method \GuzzleHttp\Promise\Promise createNetworkSettingsAsync(array $args = [])
* @method \Aws\Result createPortal(array $args = [])
@@ -33,6 +37,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise deleteBrowserSettingsAsync(array $args = [])
* @method \Aws\Result deleteIdentityProvider(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteIdentityProviderAsync(array $args = [])
+ * @method \Aws\Result deleteIpAccessSettings(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteIpAccessSettingsAsync(array $args = [])
* @method \Aws\Result deleteNetworkSettings(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteNetworkSettingsAsync(array $args = [])
* @method \Aws\Result deletePortal(array $args = [])
@@ -45,6 +51,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise deleteUserSettingsAsync(array $args = [])
* @method \Aws\Result disassociateBrowserSettings(array $args = [])
* @method \GuzzleHttp\Promise\Promise disassociateBrowserSettingsAsync(array $args = [])
+ * @method \Aws\Result disassociateIpAccessSettings(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise disassociateIpAccessSettingsAsync(array $args = [])
* @method \Aws\Result disassociateNetworkSettings(array $args = [])
* @method \GuzzleHttp\Promise\Promise disassociateNetworkSettingsAsync(array $args = [])
* @method \Aws\Result disassociateTrustStore(array $args = [])
@@ -57,6 +65,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise getBrowserSettingsAsync(array $args = [])
* @method \Aws\Result getIdentityProvider(array $args = [])
* @method \GuzzleHttp\Promise\Promise getIdentityProviderAsync(array $args = [])
+ * @method \Aws\Result getIpAccessSettings(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getIpAccessSettingsAsync(array $args = [])
* @method \Aws\Result getNetworkSettings(array $args = [])
* @method \GuzzleHttp\Promise\Promise getNetworkSettingsAsync(array $args = [])
* @method \Aws\Result getPortal(array $args = [])
@@ -75,6 +85,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise listBrowserSettingsAsync(array $args = [])
* @method \Aws\Result listIdentityProviders(array $args = [])
* @method \GuzzleHttp\Promise\Promise listIdentityProvidersAsync(array $args = [])
+ * @method \Aws\Result listIpAccessSettings(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listIpAccessSettingsAsync(array $args = [])
* @method \Aws\Result listNetworkSettings(array $args = [])
* @method \GuzzleHttp\Promise\Promise listNetworkSettingsAsync(array $args = [])
* @method \Aws\Result listPortals(array $args = [])
@@ -97,6 +109,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise updateBrowserSettingsAsync(array $args = [])
* @method \Aws\Result updateIdentityProvider(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateIdentityProviderAsync(array $args = [])
+ * @method \Aws\Result updateIpAccessSettings(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateIpAccessSettingsAsync(array $args = [])
* @method \Aws\Result updateNetworkSettings(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateNetworkSettingsAsync(array $args = [])
* @method \Aws\Result updatePortal(array $args = [])