summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/WorkLink
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2022-11-23 21:14:33 +0300
committerAndrew Dolgov <[email protected]>2022-11-23 21:14:33 +0300
commit0c8af4992cb0f7589dcafaad65ada12753c64594 (patch)
tree18e83d068c3e7dd2499331de977782b382279396 /vendor/aws/aws-sdk-php/src/WorkLink
initial
Diffstat (limited to 'vendor/aws/aws-sdk-php/src/WorkLink')
-rw-r--r--vendor/aws/aws-sdk-php/src/WorkLink/Exception/WorkLinkException.php9
-rw-r--r--vendor/aws/aws-sdk-php/src/WorkLink/WorkLinkClient.php75
2 files changed, 84 insertions, 0 deletions
diff --git a/vendor/aws/aws-sdk-php/src/WorkLink/Exception/WorkLinkException.php b/vendor/aws/aws-sdk-php/src/WorkLink/Exception/WorkLinkException.php
new file mode 100644
index 0000000..6696675
--- /dev/null
+++ b/vendor/aws/aws-sdk-php/src/WorkLink/Exception/WorkLinkException.php
@@ -0,0 +1,9 @@
+<?php
+namespace Aws\WorkLink\Exception;
+
+use Aws\Exception\AwsException;
+
+/**
+ * Represents an error interacting with the **Amazon WorkLink** service.
+ */
+class WorkLinkException extends AwsException {}
diff --git a/vendor/aws/aws-sdk-php/src/WorkLink/WorkLinkClient.php b/vendor/aws/aws-sdk-php/src/WorkLink/WorkLinkClient.php
new file mode 100644
index 0000000..552b3a0
--- /dev/null
+++ b/vendor/aws/aws-sdk-php/src/WorkLink/WorkLinkClient.php
@@ -0,0 +1,75 @@
+<?php
+namespace Aws\WorkLink;
+
+use Aws\AwsClient;
+
+/**
+ * This client is used to interact with the **Amazon WorkLink** service.
+ * @method \Aws\Result associateDomain(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise associateDomainAsync(array $args = [])
+ * @method \Aws\Result associateWebsiteAuthorizationProvider(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise associateWebsiteAuthorizationProviderAsync(array $args = [])
+ * @method \Aws\Result associateWebsiteCertificateAuthority(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise associateWebsiteCertificateAuthorityAsync(array $args = [])
+ * @method \Aws\Result createFleet(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createFleetAsync(array $args = [])
+ * @method \Aws\Result deleteFleet(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteFleetAsync(array $args = [])
+ * @method \Aws\Result describeAuditStreamConfiguration(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeAuditStreamConfigurationAsync(array $args = [])
+ * @method \Aws\Result describeCompanyNetworkConfiguration(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeCompanyNetworkConfigurationAsync(array $args = [])
+ * @method \Aws\Result describeDevice(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeDeviceAsync(array $args = [])
+ * @method \Aws\Result describeDevicePolicyConfiguration(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeDevicePolicyConfigurationAsync(array $args = [])
+ * @method \Aws\Result describeDomain(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeDomainAsync(array $args = [])
+ * @method \Aws\Result describeFleetMetadata(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeFleetMetadataAsync(array $args = [])
+ * @method \Aws\Result describeIdentityProviderConfiguration(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeIdentityProviderConfigurationAsync(array $args = [])
+ * @method \Aws\Result describeWebsiteCertificateAuthority(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeWebsiteCertificateAuthorityAsync(array $args = [])
+ * @method \Aws\Result disassociateDomain(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise disassociateDomainAsync(array $args = [])
+ * @method \Aws\Result disassociateWebsiteAuthorizationProvider(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise disassociateWebsiteAuthorizationProviderAsync(array $args = [])
+ * @method \Aws\Result disassociateWebsiteCertificateAuthority(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise disassociateWebsiteCertificateAuthorityAsync(array $args = [])
+ * @method \Aws\Result listDevices(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listDevicesAsync(array $args = [])
+ * @method \Aws\Result listDomains(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listDomainsAsync(array $args = [])
+ * @method \Aws\Result listFleets(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listFleetsAsync(array $args = [])
+ * @method \Aws\Result listTagsForResource(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
+ * @method \Aws\Result listWebsiteAuthorizationProviders(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listWebsiteAuthorizationProvidersAsync(array $args = [])
+ * @method \Aws\Result listWebsiteCertificateAuthorities(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listWebsiteCertificateAuthoritiesAsync(array $args = [])
+ * @method \Aws\Result restoreDomainAccess(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise restoreDomainAccessAsync(array $args = [])
+ * @method \Aws\Result revokeDomainAccess(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise revokeDomainAccessAsync(array $args = [])
+ * @method \Aws\Result signOutUser(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise signOutUserAsync(array $args = [])
+ * @method \Aws\Result tagResource(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
+ * @method \Aws\Result untagResource(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
+ * @method \Aws\Result updateAuditStreamConfiguration(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateAuditStreamConfigurationAsync(array $args = [])
+ * @method \Aws\Result updateCompanyNetworkConfiguration(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateCompanyNetworkConfigurationAsync(array $args = [])
+ * @method \Aws\Result updateDevicePolicyConfiguration(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateDevicePolicyConfigurationAsync(array $args = [])
+ * @method \Aws\Result updateDomainMetadata(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateDomainMetadataAsync(array $args = [])
+ * @method \Aws\Result updateFleetMetadata(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateFleetMetadataAsync(array $args = [])
+ * @method \Aws\Result updateIdentityProviderConfiguration(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateIdentityProviderConfigurationAsync(array $args = [])
+ */
+class WorkLinkClient extends AwsClient {}