WorkSpacesWebClient.php
126 lines
| 1 | <?php |
| 2 | namespace Aws\WorkSpacesWeb; |
| 3 | |
| 4 | use Aws\AwsClient; |
| 5 | |
| 6 | /** |
| 7 | * This client is used to interact with the **Amazon WorkSpaces Web** service. |
| 8 | * @method \Aws\Result associateBrowserSettings(array $args = []) |
| 9 | * @method \GuzzleHttp\Promise\Promise associateBrowserSettingsAsync(array $args = []) |
| 10 | * @method \Aws\Result associateIpAccessSettings(array $args = []) |
| 11 | * @method \GuzzleHttp\Promise\Promise associateIpAccessSettingsAsync(array $args = []) |
| 12 | * @method \Aws\Result associateNetworkSettings(array $args = []) |
| 13 | * @method \GuzzleHttp\Promise\Promise associateNetworkSettingsAsync(array $args = []) |
| 14 | * @method \Aws\Result associateTrustStore(array $args = []) |
| 15 | * @method \GuzzleHttp\Promise\Promise associateTrustStoreAsync(array $args = []) |
| 16 | * @method \Aws\Result associateUserAccessLoggingSettings(array $args = []) |
| 17 | * @method \GuzzleHttp\Promise\Promise associateUserAccessLoggingSettingsAsync(array $args = []) |
| 18 | * @method \Aws\Result associateUserSettings(array $args = []) |
| 19 | * @method \GuzzleHttp\Promise\Promise associateUserSettingsAsync(array $args = []) |
| 20 | * @method \Aws\Result createBrowserSettings(array $args = []) |
| 21 | * @method \GuzzleHttp\Promise\Promise createBrowserSettingsAsync(array $args = []) |
| 22 | * @method \Aws\Result createIdentityProvider(array $args = []) |
| 23 | * @method \GuzzleHttp\Promise\Promise createIdentityProviderAsync(array $args = []) |
| 24 | * @method \Aws\Result createIpAccessSettings(array $args = []) |
| 25 | * @method \GuzzleHttp\Promise\Promise createIpAccessSettingsAsync(array $args = []) |
| 26 | * @method \Aws\Result createNetworkSettings(array $args = []) |
| 27 | * @method \GuzzleHttp\Promise\Promise createNetworkSettingsAsync(array $args = []) |
| 28 | * @method \Aws\Result createPortal(array $args = []) |
| 29 | * @method \GuzzleHttp\Promise\Promise createPortalAsync(array $args = []) |
| 30 | * @method \Aws\Result createTrustStore(array $args = []) |
| 31 | * @method \GuzzleHttp\Promise\Promise createTrustStoreAsync(array $args = []) |
| 32 | * @method \Aws\Result createUserAccessLoggingSettings(array $args = []) |
| 33 | * @method \GuzzleHttp\Promise\Promise createUserAccessLoggingSettingsAsync(array $args = []) |
| 34 | * @method \Aws\Result createUserSettings(array $args = []) |
| 35 | * @method \GuzzleHttp\Promise\Promise createUserSettingsAsync(array $args = []) |
| 36 | * @method \Aws\Result deleteBrowserSettings(array $args = []) |
| 37 | * @method \GuzzleHttp\Promise\Promise deleteBrowserSettingsAsync(array $args = []) |
| 38 | * @method \Aws\Result deleteIdentityProvider(array $args = []) |
| 39 | * @method \GuzzleHttp\Promise\Promise deleteIdentityProviderAsync(array $args = []) |
| 40 | * @method \Aws\Result deleteIpAccessSettings(array $args = []) |
| 41 | * @method \GuzzleHttp\Promise\Promise deleteIpAccessSettingsAsync(array $args = []) |
| 42 | * @method \Aws\Result deleteNetworkSettings(array $args = []) |
| 43 | * @method \GuzzleHttp\Promise\Promise deleteNetworkSettingsAsync(array $args = []) |
| 44 | * @method \Aws\Result deletePortal(array $args = []) |
| 45 | * @method \GuzzleHttp\Promise\Promise deletePortalAsync(array $args = []) |
| 46 | * @method \Aws\Result deleteTrustStore(array $args = []) |
| 47 | * @method \GuzzleHttp\Promise\Promise deleteTrustStoreAsync(array $args = []) |
| 48 | * @method \Aws\Result deleteUserAccessLoggingSettings(array $args = []) |
| 49 | * @method \GuzzleHttp\Promise\Promise deleteUserAccessLoggingSettingsAsync(array $args = []) |
| 50 | * @method \Aws\Result deleteUserSettings(array $args = []) |
| 51 | * @method \GuzzleHttp\Promise\Promise deleteUserSettingsAsync(array $args = []) |
| 52 | * @method \Aws\Result disassociateBrowserSettings(array $args = []) |
| 53 | * @method \GuzzleHttp\Promise\Promise disassociateBrowserSettingsAsync(array $args = []) |
| 54 | * @method \Aws\Result disassociateIpAccessSettings(array $args = []) |
| 55 | * @method \GuzzleHttp\Promise\Promise disassociateIpAccessSettingsAsync(array $args = []) |
| 56 | * @method \Aws\Result disassociateNetworkSettings(array $args = []) |
| 57 | * @method \GuzzleHttp\Promise\Promise disassociateNetworkSettingsAsync(array $args = []) |
| 58 | * @method \Aws\Result disassociateTrustStore(array $args = []) |
| 59 | * @method \GuzzleHttp\Promise\Promise disassociateTrustStoreAsync(array $args = []) |
| 60 | * @method \Aws\Result disassociateUserAccessLoggingSettings(array $args = []) |
| 61 | * @method \GuzzleHttp\Promise\Promise disassociateUserAccessLoggingSettingsAsync(array $args = []) |
| 62 | * @method \Aws\Result disassociateUserSettings(array $args = []) |
| 63 | * @method \GuzzleHttp\Promise\Promise disassociateUserSettingsAsync(array $args = []) |
| 64 | * @method \Aws\Result getBrowserSettings(array $args = []) |
| 65 | * @method \GuzzleHttp\Promise\Promise getBrowserSettingsAsync(array $args = []) |
| 66 | * @method \Aws\Result getIdentityProvider(array $args = []) |
| 67 | * @method \GuzzleHttp\Promise\Promise getIdentityProviderAsync(array $args = []) |
| 68 | * @method \Aws\Result getIpAccessSettings(array $args = []) |
| 69 | * @method \GuzzleHttp\Promise\Promise getIpAccessSettingsAsync(array $args = []) |
| 70 | * @method \Aws\Result getNetworkSettings(array $args = []) |
| 71 | * @method \GuzzleHttp\Promise\Promise getNetworkSettingsAsync(array $args = []) |
| 72 | * @method \Aws\Result getPortal(array $args = []) |
| 73 | * @method \GuzzleHttp\Promise\Promise getPortalAsync(array $args = []) |
| 74 | * @method \Aws\Result getPortalServiceProviderMetadata(array $args = []) |
| 75 | * @method \GuzzleHttp\Promise\Promise getPortalServiceProviderMetadataAsync(array $args = []) |
| 76 | * @method \Aws\Result getTrustStore(array $args = []) |
| 77 | * @method \GuzzleHttp\Promise\Promise getTrustStoreAsync(array $args = []) |
| 78 | * @method \Aws\Result getTrustStoreCertificate(array $args = []) |
| 79 | * @method \GuzzleHttp\Promise\Promise getTrustStoreCertificateAsync(array $args = []) |
| 80 | * @method \Aws\Result getUserAccessLoggingSettings(array $args = []) |
| 81 | * @method \GuzzleHttp\Promise\Promise getUserAccessLoggingSettingsAsync(array $args = []) |
| 82 | * @method \Aws\Result getUserSettings(array $args = []) |
| 83 | * @method \GuzzleHttp\Promise\Promise getUserSettingsAsync(array $args = []) |
| 84 | * @method \Aws\Result listBrowserSettings(array $args = []) |
| 85 | * @method \GuzzleHttp\Promise\Promise listBrowserSettingsAsync(array $args = []) |
| 86 | * @method \Aws\Result listIdentityProviders(array $args = []) |
| 87 | * @method \GuzzleHttp\Promise\Promise listIdentityProvidersAsync(array $args = []) |
| 88 | * @method \Aws\Result listIpAccessSettings(array $args = []) |
| 89 | * @method \GuzzleHttp\Promise\Promise listIpAccessSettingsAsync(array $args = []) |
| 90 | * @method \Aws\Result listNetworkSettings(array $args = []) |
| 91 | * @method \GuzzleHttp\Promise\Promise listNetworkSettingsAsync(array $args = []) |
| 92 | * @method \Aws\Result listPortals(array $args = []) |
| 93 | * @method \GuzzleHttp\Promise\Promise listPortalsAsync(array $args = []) |
| 94 | * @method \Aws\Result listTagsForResource(array $args = []) |
| 95 | * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = []) |
| 96 | * @method \Aws\Result listTrustStoreCertificates(array $args = []) |
| 97 | * @method \GuzzleHttp\Promise\Promise listTrustStoreCertificatesAsync(array $args = []) |
| 98 | * @method \Aws\Result listTrustStores(array $args = []) |
| 99 | * @method \GuzzleHttp\Promise\Promise listTrustStoresAsync(array $args = []) |
| 100 | * @method \Aws\Result listUserAccessLoggingSettings(array $args = []) |
| 101 | * @method \GuzzleHttp\Promise\Promise listUserAccessLoggingSettingsAsync(array $args = []) |
| 102 | * @method \Aws\Result listUserSettings(array $args = []) |
| 103 | * @method \GuzzleHttp\Promise\Promise listUserSettingsAsync(array $args = []) |
| 104 | * @method \Aws\Result tagResource(array $args = []) |
| 105 | * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = []) |
| 106 | * @method \Aws\Result untagResource(array $args = []) |
| 107 | * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = []) |
| 108 | * @method \Aws\Result updateBrowserSettings(array $args = []) |
| 109 | * @method \GuzzleHttp\Promise\Promise updateBrowserSettingsAsync(array $args = []) |
| 110 | * @method \Aws\Result updateIdentityProvider(array $args = []) |
| 111 | * @method \GuzzleHttp\Promise\Promise updateIdentityProviderAsync(array $args = []) |
| 112 | * @method \Aws\Result updateIpAccessSettings(array $args = []) |
| 113 | * @method \GuzzleHttp\Promise\Promise updateIpAccessSettingsAsync(array $args = []) |
| 114 | * @method \Aws\Result updateNetworkSettings(array $args = []) |
| 115 | * @method \GuzzleHttp\Promise\Promise updateNetworkSettingsAsync(array $args = []) |
| 116 | * @method \Aws\Result updatePortal(array $args = []) |
| 117 | * @method \GuzzleHttp\Promise\Promise updatePortalAsync(array $args = []) |
| 118 | * @method \Aws\Result updateTrustStore(array $args = []) |
| 119 | * @method \GuzzleHttp\Promise\Promise updateTrustStoreAsync(array $args = []) |
| 120 | * @method \Aws\Result updateUserAccessLoggingSettings(array $args = []) |
| 121 | * @method \GuzzleHttp\Promise\Promise updateUserAccessLoggingSettingsAsync(array $args = []) |
| 122 | * @method \Aws\Result updateUserSettings(array $args = []) |
| 123 | * @method \GuzzleHttp\Promise\Promise updateUserSettingsAsync(array $args = []) |
| 124 | */ |
| 125 | class WorkSpacesWebClient extends AwsClient {} |
| 126 |