summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/Lightsail
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/Lightsail
initial
Diffstat (limited to 'vendor/aws/aws-sdk-php/src/Lightsail')
-rw-r--r--vendor/aws/aws-sdk-php/src/Lightsail/Exception/LightsailException.php9
-rw-r--r--vendor/aws/aws-sdk-php/src/Lightsail/LightsailClient.php319
2 files changed, 328 insertions, 0 deletions
diff --git a/vendor/aws/aws-sdk-php/src/Lightsail/Exception/LightsailException.php b/vendor/aws/aws-sdk-php/src/Lightsail/Exception/LightsailException.php
new file mode 100644
index 0000000..2ed980e
--- /dev/null
+++ b/vendor/aws/aws-sdk-php/src/Lightsail/Exception/LightsailException.php
@@ -0,0 +1,9 @@
+<?php
+namespace Aws\Lightsail\Exception;
+
+use Aws\Exception\AwsException;
+
+/**
+ * Represents an error interacting with the **Amazon Lightsail** service.
+ */
+class LightsailException extends AwsException {}
diff --git a/vendor/aws/aws-sdk-php/src/Lightsail/LightsailClient.php b/vendor/aws/aws-sdk-php/src/Lightsail/LightsailClient.php
new file mode 100644
index 0000000..ac70fff
--- /dev/null
+++ b/vendor/aws/aws-sdk-php/src/Lightsail/LightsailClient.php
@@ -0,0 +1,319 @@
+<?php
+namespace Aws\Lightsail;
+
+use Aws\AwsClient;
+
+/**
+ * This client is used to interact with the **Amazon Lightsail** service.
+ * @method \Aws\Result allocateStaticIp(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise allocateStaticIpAsync(array $args = [])
+ * @method \Aws\Result attachCertificateToDistribution(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise attachCertificateToDistributionAsync(array $args = [])
+ * @method \Aws\Result attachDisk(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise attachDiskAsync(array $args = [])
+ * @method \Aws\Result attachInstancesToLoadBalancer(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise attachInstancesToLoadBalancerAsync(array $args = [])
+ * @method \Aws\Result attachLoadBalancerTlsCertificate(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise attachLoadBalancerTlsCertificateAsync(array $args = [])
+ * @method \Aws\Result attachStaticIp(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise attachStaticIpAsync(array $args = [])
+ * @method \Aws\Result closeInstancePublicPorts(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise closeInstancePublicPortsAsync(array $args = [])
+ * @method \Aws\Result copySnapshot(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise copySnapshotAsync(array $args = [])
+ * @method \Aws\Result createBucket(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createBucketAsync(array $args = [])
+ * @method \Aws\Result createBucketAccessKey(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createBucketAccessKeyAsync(array $args = [])
+ * @method \Aws\Result createCertificate(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createCertificateAsync(array $args = [])
+ * @method \Aws\Result createCloudFormationStack(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createCloudFormationStackAsync(array $args = [])
+ * @method \Aws\Result createContactMethod(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createContactMethodAsync(array $args = [])
+ * @method \Aws\Result createContainerService(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createContainerServiceAsync(array $args = [])
+ * @method \Aws\Result createContainerServiceDeployment(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createContainerServiceDeploymentAsync(array $args = [])
+ * @method \Aws\Result createContainerServiceRegistryLogin(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createContainerServiceRegistryLoginAsync(array $args = [])
+ * @method \Aws\Result createDisk(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createDiskAsync(array $args = [])
+ * @method \Aws\Result createDiskFromSnapshot(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createDiskFromSnapshotAsync(array $args = [])
+ * @method \Aws\Result createDiskSnapshot(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createDiskSnapshotAsync(array $args = [])
+ * @method \Aws\Result createDistribution(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createDistributionAsync(array $args = [])
+ * @method \Aws\Result createDomain(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createDomainAsync(array $args = [])
+ * @method \Aws\Result createDomainEntry(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createDomainEntryAsync(array $args = [])
+ * @method \Aws\Result createInstanceSnapshot(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createInstanceSnapshotAsync(array $args = [])
+ * @method \Aws\Result createInstances(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createInstancesAsync(array $args = [])
+ * @method \Aws\Result createInstancesFromSnapshot(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createInstancesFromSnapshotAsync(array $args = [])
+ * @method \Aws\Result createKeyPair(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createKeyPairAsync(array $args = [])
+ * @method \Aws\Result createLoadBalancer(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createLoadBalancerAsync(array $args = [])
+ * @method \Aws\Result createLoadBalancerTlsCertificate(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createLoadBalancerTlsCertificateAsync(array $args = [])
+ * @method \Aws\Result createRelationalDatabase(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createRelationalDatabaseAsync(array $args = [])
+ * @method \Aws\Result createRelationalDatabaseFromSnapshot(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createRelationalDatabaseFromSnapshotAsync(array $args = [])
+ * @method \Aws\Result createRelationalDatabaseSnapshot(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createRelationalDatabaseSnapshotAsync(array $args = [])
+ * @method \Aws\Result deleteAlarm(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteAlarmAsync(array $args = [])
+ * @method \Aws\Result deleteAutoSnapshot(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteAutoSnapshotAsync(array $args = [])
+ * @method \Aws\Result deleteBucket(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteBucketAsync(array $args = [])
+ * @method \Aws\Result deleteBucketAccessKey(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteBucketAccessKeyAsync(array $args = [])
+ * @method \Aws\Result deleteCertificate(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteCertificateAsync(array $args = [])
+ * @method \Aws\Result deleteContactMethod(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteContactMethodAsync(array $args = [])
+ * @method \Aws\Result deleteContainerImage(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteContainerImageAsync(array $args = [])
+ * @method \Aws\Result deleteContainerService(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteContainerServiceAsync(array $args = [])
+ * @method \Aws\Result deleteDisk(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteDiskAsync(array $args = [])
+ * @method \Aws\Result deleteDiskSnapshot(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteDiskSnapshotAsync(array $args = [])
+ * @method \Aws\Result deleteDistribution(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteDistributionAsync(array $args = [])
+ * @method \Aws\Result deleteDomain(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteDomainAsync(array $args = [])
+ * @method \Aws\Result deleteDomainEntry(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteDomainEntryAsync(array $args = [])
+ * @method \Aws\Result deleteInstance(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteInstanceAsync(array $args = [])
+ * @method \Aws\Result deleteInstanceSnapshot(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteInstanceSnapshotAsync(array $args = [])
+ * @method \Aws\Result deleteKeyPair(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteKeyPairAsync(array $args = [])
+ * @method \Aws\Result deleteKnownHostKeys(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteKnownHostKeysAsync(array $args = [])
+ * @method \Aws\Result deleteLoadBalancer(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteLoadBalancerAsync(array $args = [])
+ * @method \Aws\Result deleteLoadBalancerTlsCertificate(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteLoadBalancerTlsCertificateAsync(array $args = [])
+ * @method \Aws\Result deleteRelationalDatabase(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteRelationalDatabaseAsync(array $args = [])
+ * @method \Aws\Result deleteRelationalDatabaseSnapshot(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteRelationalDatabaseSnapshotAsync(array $args = [])
+ * @method \Aws\Result detachCertificateFromDistribution(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise detachCertificateFromDistributionAsync(array $args = [])
+ * @method \Aws\Result detachDisk(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise detachDiskAsync(array $args = [])
+ * @method \Aws\Result detachInstancesFromLoadBalancer(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise detachInstancesFromLoadBalancerAsync(array $args = [])
+ * @method \Aws\Result detachStaticIp(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise detachStaticIpAsync(array $args = [])
+ * @method \Aws\Result disableAddOn(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise disableAddOnAsync(array $args = [])
+ * @method \Aws\Result downloadDefaultKeyPair(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise downloadDefaultKeyPairAsync(array $args = [])
+ * @method \Aws\Result enableAddOn(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise enableAddOnAsync(array $args = [])
+ * @method \Aws\Result exportSnapshot(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise exportSnapshotAsync(array $args = [])
+ * @method \Aws\Result getActiveNames(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getActiveNamesAsync(array $args = [])
+ * @method \Aws\Result getAlarms(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getAlarmsAsync(array $args = [])
+ * @method \Aws\Result getAutoSnapshots(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getAutoSnapshotsAsync(array $args = [])
+ * @method \Aws\Result getBlueprints(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getBlueprintsAsync(array $args = [])
+ * @method \Aws\Result getBucketAccessKeys(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getBucketAccessKeysAsync(array $args = [])
+ * @method \Aws\Result getBucketBundles(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getBucketBundlesAsync(array $args = [])
+ * @method \Aws\Result getBucketMetricData(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getBucketMetricDataAsync(array $args = [])
+ * @method \Aws\Result getBuckets(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getBucketsAsync(array $args = [])
+ * @method \Aws\Result getBundles(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getBundlesAsync(array $args = [])
+ * @method \Aws\Result getCertificates(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getCertificatesAsync(array $args = [])
+ * @method \Aws\Result getCloudFormationStackRecords(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getCloudFormationStackRecordsAsync(array $args = [])
+ * @method \Aws\Result getContactMethods(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getContactMethodsAsync(array $args = [])
+ * @method \Aws\Result getContainerAPIMetadata(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getContainerAPIMetadataAsync(array $args = [])
+ * @method \Aws\Result getContainerImages(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getContainerImagesAsync(array $args = [])
+ * @method \Aws\Result getContainerLog(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getContainerLogAsync(array $args = [])
+ * @method \Aws\Result getContainerServiceDeployments(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getContainerServiceDeploymentsAsync(array $args = [])
+ * @method \Aws\Result getContainerServiceMetricData(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getContainerServiceMetricDataAsync(array $args = [])
+ * @method \Aws\Result getContainerServicePowers(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getContainerServicePowersAsync(array $args = [])
+ * @method \Aws\Result getContainerServices(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getContainerServicesAsync(array $args = [])
+ * @method \Aws\Result getDisk(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getDiskAsync(array $args = [])
+ * @method \Aws\Result getDiskSnapshot(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getDiskSnapshotAsync(array $args = [])
+ * @method \Aws\Result getDiskSnapshots(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getDiskSnapshotsAsync(array $args = [])
+ * @method \Aws\Result getDisks(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getDisksAsync(array $args = [])
+ * @method \Aws\Result getDistributionBundles(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getDistributionBundlesAsync(array $args = [])
+ * @method \Aws\Result getDistributionLatestCacheReset(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getDistributionLatestCacheResetAsync(array $args = [])
+ * @method \Aws\Result getDistributionMetricData(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getDistributionMetricDataAsync(array $args = [])
+ * @method \Aws\Result getDistributions(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getDistributionsAsync(array $args = [])
+ * @method \Aws\Result getDomain(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getDomainAsync(array $args = [])
+ * @method \Aws\Result getDomains(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getDomainsAsync(array $args = [])
+ * @method \Aws\Result getExportSnapshotRecords(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getExportSnapshotRecordsAsync(array $args = [])
+ * @method \Aws\Result getInstance(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getInstanceAsync(array $args = [])
+ * @method \Aws\Result getInstanceAccessDetails(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getInstanceAccessDetailsAsync(array $args = [])
+ * @method \Aws\Result getInstanceMetricData(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getInstanceMetricDataAsync(array $args = [])
+ * @method \Aws\Result getInstancePortStates(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getInstancePortStatesAsync(array $args = [])
+ * @method \Aws\Result getInstanceSnapshot(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getInstanceSnapshotAsync(array $args = [])
+ * @method \Aws\Result getInstanceSnapshots(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getInstanceSnapshotsAsync(array $args = [])
+ * @method \Aws\Result getInstanceState(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getInstanceStateAsync(array $args = [])
+ * @method \Aws\Result getInstances(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getInstancesAsync(array $args = [])
+ * @method \Aws\Result getKeyPair(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getKeyPairAsync(array $args = [])
+ * @method \Aws\Result getKeyPairs(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getKeyPairsAsync(array $args = [])
+ * @method \Aws\Result getLoadBalancer(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getLoadBalancerAsync(array $args = [])
+ * @method \Aws\Result getLoadBalancerMetricData(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getLoadBalancerMetricDataAsync(array $args = [])
+ * @method \Aws\Result getLoadBalancerTlsCertificates(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getLoadBalancerTlsCertificatesAsync(array $args = [])
+ * @method \Aws\Result getLoadBalancerTlsPolicies(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getLoadBalancerTlsPoliciesAsync(array $args = [])
+ * @method \Aws\Result getLoadBalancers(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getLoadBalancersAsync(array $args = [])
+ * @method \Aws\Result getOperation(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getOperationAsync(array $args = [])
+ * @method \Aws\Result getOperations(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getOperationsAsync(array $args = [])
+ * @method \Aws\Result getOperationsForResource(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getOperationsForResourceAsync(array $args = [])
+ * @method \Aws\Result getRegions(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getRegionsAsync(array $args = [])
+ * @method \Aws\Result getRelationalDatabase(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getRelationalDatabaseAsync(array $args = [])
+ * @method \Aws\Result getRelationalDatabaseBlueprints(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getRelationalDatabaseBlueprintsAsync(array $args = [])
+ * @method \Aws\Result getRelationalDatabaseBundles(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getRelationalDatabaseBundlesAsync(array $args = [])
+ * @method \Aws\Result getRelationalDatabaseEvents(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getRelationalDatabaseEventsAsync(array $args = [])
+ * @method \Aws\Result getRelationalDatabaseLogEvents(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getRelationalDatabaseLogEventsAsync(array $args = [])
+ * @method \Aws\Result getRelationalDatabaseLogStreams(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getRelationalDatabaseLogStreamsAsync(array $args = [])
+ * @method \Aws\Result getRelationalDatabaseMasterUserPassword(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getRelationalDatabaseMasterUserPasswordAsync(array $args = [])
+ * @method \Aws\Result getRelationalDatabaseMetricData(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getRelationalDatabaseMetricDataAsync(array $args = [])
+ * @method \Aws\Result getRelationalDatabaseParameters(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getRelationalDatabaseParametersAsync(array $args = [])
+ * @method \Aws\Result getRelationalDatabaseSnapshot(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getRelationalDatabaseSnapshotAsync(array $args = [])
+ * @method \Aws\Result getRelationalDatabaseSnapshots(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getRelationalDatabaseSnapshotsAsync(array $args = [])
+ * @method \Aws\Result getRelationalDatabases(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getRelationalDatabasesAsync(array $args = [])
+ * @method \Aws\Result getStaticIp(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getStaticIpAsync(array $args = [])
+ * @method \Aws\Result getStaticIps(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getStaticIpsAsync(array $args = [])
+ * @method \Aws\Result importKeyPair(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise importKeyPairAsync(array $args = [])
+ * @method \Aws\Result isVpcPeered(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise isVpcPeeredAsync(array $args = [])
+ * @method \Aws\Result openInstancePublicPorts(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise openInstancePublicPortsAsync(array $args = [])
+ * @method \Aws\Result peerVpc(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise peerVpcAsync(array $args = [])
+ * @method \Aws\Result putAlarm(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise putAlarmAsync(array $args = [])
+ * @method \Aws\Result putInstancePublicPorts(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise putInstancePublicPortsAsync(array $args = [])
+ * @method \Aws\Result rebootInstance(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise rebootInstanceAsync(array $args = [])
+ * @method \Aws\Result rebootRelationalDatabase(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise rebootRelationalDatabaseAsync(array $args = [])
+ * @method \Aws\Result registerContainerImage(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise registerContainerImageAsync(array $args = [])
+ * @method \Aws\Result releaseStaticIp(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise releaseStaticIpAsync(array $args = [])
+ * @method \Aws\Result resetDistributionCache(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise resetDistributionCacheAsync(array $args = [])
+ * @method \Aws\Result sendContactMethodVerification(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise sendContactMethodVerificationAsync(array $args = [])
+ * @method \Aws\Result setIpAddressType(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise setIpAddressTypeAsync(array $args = [])
+ * @method \Aws\Result setResourceAccessForBucket(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise setResourceAccessForBucketAsync(array $args = [])
+ * @method \Aws\Result startInstance(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise startInstanceAsync(array $args = [])
+ * @method \Aws\Result startRelationalDatabase(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise startRelationalDatabaseAsync(array $args = [])
+ * @method \Aws\Result stopInstance(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise stopInstanceAsync(array $args = [])
+ * @method \Aws\Result stopRelationalDatabase(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise stopRelationalDatabaseAsync(array $args = [])
+ * @method \Aws\Result tagResource(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
+ * @method \Aws\Result testAlarm(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise testAlarmAsync(array $args = [])
+ * @method \Aws\Result unpeerVpc(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise unpeerVpcAsync(array $args = [])
+ * @method \Aws\Result untagResource(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
+ * @method \Aws\Result updateBucket(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateBucketAsync(array $args = [])
+ * @method \Aws\Result updateBucketBundle(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateBucketBundleAsync(array $args = [])
+ * @method \Aws\Result updateContainerService(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateContainerServiceAsync(array $args = [])
+ * @method \Aws\Result updateDistribution(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateDistributionAsync(array $args = [])
+ * @method \Aws\Result updateDistributionBundle(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateDistributionBundleAsync(array $args = [])
+ * @method \Aws\Result updateDomainEntry(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateDomainEntryAsync(array $args = [])
+ * @method \Aws\Result updateInstanceMetadataOptions(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateInstanceMetadataOptionsAsync(array $args = [])
+ * @method \Aws\Result updateLoadBalancerAttribute(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateLoadBalancerAttributeAsync(array $args = [])
+ * @method \Aws\Result updateRelationalDatabase(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateRelationalDatabaseAsync(array $args = [])
+ * @method \Aws\Result updateRelationalDatabaseParameters(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateRelationalDatabaseParametersAsync(array $args = [])
+ */
+class LightsailClient extends AwsClient {}