WorkLinkClient.php
76 lines
| 1 | <?php |
| 2 | namespace Aws\WorkLink; |
| 3 | |
| 4 | use Aws\AwsClient; |
| 5 | |
| 6 | /** |
| 7 | * This client is used to interact with the **Amazon WorkLink** service. |
| 8 | * @method \Aws\Result associateDomain(array $args = []) |
| 9 | * @method \GuzzleHttp\Promise\Promise associateDomainAsync(array $args = []) |
| 10 | * @method \Aws\Result associateWebsiteAuthorizationProvider(array $args = []) |
| 11 | * @method \GuzzleHttp\Promise\Promise associateWebsiteAuthorizationProviderAsync(array $args = []) |
| 12 | * @method \Aws\Result associateWebsiteCertificateAuthority(array $args = []) |
| 13 | * @method \GuzzleHttp\Promise\Promise associateWebsiteCertificateAuthorityAsync(array $args = []) |
| 14 | * @method \Aws\Result createFleet(array $args = []) |
| 15 | * @method \GuzzleHttp\Promise\Promise createFleetAsync(array $args = []) |
| 16 | * @method \Aws\Result deleteFleet(array $args = []) |
| 17 | * @method \GuzzleHttp\Promise\Promise deleteFleetAsync(array $args = []) |
| 18 | * @method \Aws\Result describeAuditStreamConfiguration(array $args = []) |
| 19 | * @method \GuzzleHttp\Promise\Promise describeAuditStreamConfigurationAsync(array $args = []) |
| 20 | * @method \Aws\Result describeCompanyNetworkConfiguration(array $args = []) |
| 21 | * @method \GuzzleHttp\Promise\Promise describeCompanyNetworkConfigurationAsync(array $args = []) |
| 22 | * @method \Aws\Result describeDevice(array $args = []) |
| 23 | * @method \GuzzleHttp\Promise\Promise describeDeviceAsync(array $args = []) |
| 24 | * @method \Aws\Result describeDevicePolicyConfiguration(array $args = []) |
| 25 | * @method \GuzzleHttp\Promise\Promise describeDevicePolicyConfigurationAsync(array $args = []) |
| 26 | * @method \Aws\Result describeDomain(array $args = []) |
| 27 | * @method \GuzzleHttp\Promise\Promise describeDomainAsync(array $args = []) |
| 28 | * @method \Aws\Result describeFleetMetadata(array $args = []) |
| 29 | * @method \GuzzleHttp\Promise\Promise describeFleetMetadataAsync(array $args = []) |
| 30 | * @method \Aws\Result describeIdentityProviderConfiguration(array $args = []) |
| 31 | * @method \GuzzleHttp\Promise\Promise describeIdentityProviderConfigurationAsync(array $args = []) |
| 32 | * @method \Aws\Result describeWebsiteCertificateAuthority(array $args = []) |
| 33 | * @method \GuzzleHttp\Promise\Promise describeWebsiteCertificateAuthorityAsync(array $args = []) |
| 34 | * @method \Aws\Result disassociateDomain(array $args = []) |
| 35 | * @method \GuzzleHttp\Promise\Promise disassociateDomainAsync(array $args = []) |
| 36 | * @method \Aws\Result disassociateWebsiteAuthorizationProvider(array $args = []) |
| 37 | * @method \GuzzleHttp\Promise\Promise disassociateWebsiteAuthorizationProviderAsync(array $args = []) |
| 38 | * @method \Aws\Result disassociateWebsiteCertificateAuthority(array $args = []) |
| 39 | * @method \GuzzleHttp\Promise\Promise disassociateWebsiteCertificateAuthorityAsync(array $args = []) |
| 40 | * @method \Aws\Result listDevices(array $args = []) |
| 41 | * @method \GuzzleHttp\Promise\Promise listDevicesAsync(array $args = []) |
| 42 | * @method \Aws\Result listDomains(array $args = []) |
| 43 | * @method \GuzzleHttp\Promise\Promise listDomainsAsync(array $args = []) |
| 44 | * @method \Aws\Result listFleets(array $args = []) |
| 45 | * @method \GuzzleHttp\Promise\Promise listFleetsAsync(array $args = []) |
| 46 | * @method \Aws\Result listTagsForResource(array $args = []) |
| 47 | * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = []) |
| 48 | * @method \Aws\Result listWebsiteAuthorizationProviders(array $args = []) |
| 49 | * @method \GuzzleHttp\Promise\Promise listWebsiteAuthorizationProvidersAsync(array $args = []) |
| 50 | * @method \Aws\Result listWebsiteCertificateAuthorities(array $args = []) |
| 51 | * @method \GuzzleHttp\Promise\Promise listWebsiteCertificateAuthoritiesAsync(array $args = []) |
| 52 | * @method \Aws\Result restoreDomainAccess(array $args = []) |
| 53 | * @method \GuzzleHttp\Promise\Promise restoreDomainAccessAsync(array $args = []) |
| 54 | * @method \Aws\Result revokeDomainAccess(array $args = []) |
| 55 | * @method \GuzzleHttp\Promise\Promise revokeDomainAccessAsync(array $args = []) |
| 56 | * @method \Aws\Result signOutUser(array $args = []) |
| 57 | * @method \GuzzleHttp\Promise\Promise signOutUserAsync(array $args = []) |
| 58 | * @method \Aws\Result tagResource(array $args = []) |
| 59 | * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = []) |
| 60 | * @method \Aws\Result untagResource(array $args = []) |
| 61 | * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = []) |
| 62 | * @method \Aws\Result updateAuditStreamConfiguration(array $args = []) |
| 63 | * @method \GuzzleHttp\Promise\Promise updateAuditStreamConfigurationAsync(array $args = []) |
| 64 | * @method \Aws\Result updateCompanyNetworkConfiguration(array $args = []) |
| 65 | * @method \GuzzleHttp\Promise\Promise updateCompanyNetworkConfigurationAsync(array $args = []) |
| 66 | * @method \Aws\Result updateDevicePolicyConfiguration(array $args = []) |
| 67 | * @method \GuzzleHttp\Promise\Promise updateDevicePolicyConfigurationAsync(array $args = []) |
| 68 | * @method \Aws\Result updateDomainMetadata(array $args = []) |
| 69 | * @method \GuzzleHttp\Promise\Promise updateDomainMetadataAsync(array $args = []) |
| 70 | * @method \Aws\Result updateFleetMetadata(array $args = []) |
| 71 | * @method \GuzzleHttp\Promise\Promise updateFleetMetadataAsync(array $args = []) |
| 72 | * @method \Aws\Result updateIdentityProviderConfiguration(array $args = []) |
| 73 | * @method \GuzzleHttp\Promise\Promise updateIdentityProviderConfigurationAsync(array $args = []) |
| 74 | */ |
| 75 | class WorkLinkClient extends AwsClient {} |
| 76 |