Вход Регистрация
Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/Lightsail/LightsailClient.php
Строк: 388
<?php
namespace AwsLightsail;

use 
AwsAwsClient;

/**
 * This client is used to interact with the **Amazon Lightsail** service.
 * @method AwsResult allocateStaticIp(array $args = [])
 * @method GuzzleHttpPromisePromise allocateStaticIpAsync(array $args = [])
 * @method AwsResult attachDisk(array $args = [])
 * @method GuzzleHttpPromisePromise attachDiskAsync(array $args = [])
 * @method AwsResult attachInstancesToLoadBalancer(array $args = [])
 * @method GuzzleHttpPromisePromise attachInstancesToLoadBalancerAsync(array $args = [])
 * @method AwsResult attachLoadBalancerTlsCertificate(array $args = [])
 * @method GuzzleHttpPromisePromise attachLoadBalancerTlsCertificateAsync(array $args = [])
 * @method AwsResult attachStaticIp(array $args = [])
 * @method GuzzleHttpPromisePromise attachStaticIpAsync(array $args = [])
 * @method AwsResult closeInstancePublicPorts(array $args = [])
 * @method GuzzleHttpPromisePromise closeInstancePublicPortsAsync(array $args = [])
 * @method AwsResult copySnapshot(array $args = [])
 * @method GuzzleHttpPromisePromise copySnapshotAsync(array $args = [])
 * @method AwsResult createCloudFormationStack(array $args = [])
 * @method GuzzleHttpPromisePromise createCloudFormationStackAsync(array $args = [])
 * @method AwsResult createContactMethod(array $args = [])
 * @method GuzzleHttpPromisePromise createContactMethodAsync(array $args = [])
 * @method AwsResult createDisk(array $args = [])
 * @method GuzzleHttpPromisePromise createDiskAsync(array $args = [])
 * @method AwsResult createDiskFromSnapshot(array $args = [])
 * @method GuzzleHttpPromisePromise createDiskFromSnapshotAsync(array $args = [])
 * @method AwsResult createDiskSnapshot(array $args = [])
 * @method GuzzleHttpPromisePromise createDiskSnapshotAsync(array $args = [])
 * @method AwsResult createDomain(array $args = [])
 * @method GuzzleHttpPromisePromise createDomainAsync(array $args = [])
 * @method AwsResult createDomainEntry(array $args = [])
 * @method GuzzleHttpPromisePromise createDomainEntryAsync(array $args = [])
 * @method AwsResult createInstanceSnapshot(array $args = [])
 * @method GuzzleHttpPromisePromise createInstanceSnapshotAsync(array $args = [])
 * @method AwsResult createInstances(array $args = [])
 * @method GuzzleHttpPromisePromise createInstancesAsync(array $args = [])
 * @method AwsResult createInstancesFromSnapshot(array $args = [])
 * @method GuzzleHttpPromisePromise createInstancesFromSnapshotAsync(array $args = [])
 * @method AwsResult createKeyPair(array $args = [])
 * @method GuzzleHttpPromisePromise createKeyPairAsync(array $args = [])
 * @method AwsResult createLoadBalancer(array $args = [])
 * @method GuzzleHttpPromisePromise createLoadBalancerAsync(array $args = [])
 * @method AwsResult createLoadBalancerTlsCertificate(array $args = [])
 * @method GuzzleHttpPromisePromise createLoadBalancerTlsCertificateAsync(array $args = [])
 * @method AwsResult createRelationalDatabase(array $args = [])
 * @method GuzzleHttpPromisePromise createRelationalDatabaseAsync(array $args = [])
 * @method AwsResult createRelationalDatabaseFromSnapshot(array $args = [])
 * @method GuzzleHttpPromisePromise createRelationalDatabaseFromSnapshotAsync(array $args = [])
 * @method AwsResult createRelationalDatabaseSnapshot(array $args = [])
 * @method GuzzleHttpPromisePromise createRelationalDatabaseSnapshotAsync(array $args = [])
 * @method AwsResult deleteAlarm(array $args = [])
 * @method GuzzleHttpPromisePromise deleteAlarmAsync(array $args = [])
 * @method AwsResult deleteAutoSnapshot(array $args = [])
 * @method GuzzleHttpPromisePromise deleteAutoSnapshotAsync(array $args = [])
 * @method AwsResult deleteContactMethod(array $args = [])
 * @method GuzzleHttpPromisePromise deleteContactMethodAsync(array $args = [])
 * @method AwsResult deleteDisk(array $args = [])
 * @method GuzzleHttpPromisePromise deleteDiskAsync(array $args = [])
 * @method AwsResult deleteDiskSnapshot(array $args = [])
 * @method GuzzleHttpPromisePromise deleteDiskSnapshotAsync(array $args = [])
 * @method AwsResult deleteDomain(array $args = [])
 * @method GuzzleHttpPromisePromise deleteDomainAsync(array $args = [])
 * @method AwsResult deleteDomainEntry(array $args = [])
 * @method GuzzleHttpPromisePromise deleteDomainEntryAsync(array $args = [])
 * @method AwsResult deleteInstance(array $args = [])
 * @method GuzzleHttpPromisePromise deleteInstanceAsync(array $args = [])
 * @method AwsResult deleteInstanceSnapshot(array $args = [])
 * @method GuzzleHttpPromisePromise deleteInstanceSnapshotAsync(array $args = [])
 * @method AwsResult deleteKeyPair(array $args = [])
 * @method GuzzleHttpPromisePromise deleteKeyPairAsync(array $args = [])
 * @method AwsResult deleteKnownHostKeys(array $args = [])
 * @method GuzzleHttpPromisePromise deleteKnownHostKeysAsync(array $args = [])
 * @method AwsResult deleteLoadBalancer(array $args = [])
 * @method GuzzleHttpPromisePromise deleteLoadBalancerAsync(array $args = [])
 * @method AwsResult deleteLoadBalancerTlsCertificate(array $args = [])
 * @method GuzzleHttpPromisePromise deleteLoadBalancerTlsCertificateAsync(array $args = [])
 * @method AwsResult deleteRelationalDatabase(array $args = [])
 * @method GuzzleHttpPromisePromise deleteRelationalDatabaseAsync(array $args = [])
 * @method AwsResult deleteRelationalDatabaseSnapshot(array $args = [])
 * @method GuzzleHttpPromisePromise deleteRelationalDatabaseSnapshotAsync(array $args = [])
 * @method AwsResult detachDisk(array $args = [])
 * @method GuzzleHttpPromisePromise detachDiskAsync(array $args = [])
 * @method AwsResult detachInstancesFromLoadBalancer(array $args = [])
 * @method GuzzleHttpPromisePromise detachInstancesFromLoadBalancerAsync(array $args = [])
 * @method AwsResult detachStaticIp(array $args = [])
 * @method GuzzleHttpPromisePromise detachStaticIpAsync(array $args = [])
 * @method AwsResult disableAddOn(array $args = [])
 * @method GuzzleHttpPromisePromise disableAddOnAsync(array $args = [])
 * @method AwsResult downloadDefaultKeyPair(array $args = [])
 * @method GuzzleHttpPromisePromise downloadDefaultKeyPairAsync(array $args = [])
 * @method AwsResult enableAddOn(array $args = [])
 * @method GuzzleHttpPromisePromise enableAddOnAsync(array $args = [])
 * @method AwsResult exportSnapshot(array $args = [])
 * @method GuzzleHttpPromisePromise exportSnapshotAsync(array $args = [])
 * @method AwsResult getActiveNames(array $args = [])
 * @method GuzzleHttpPromisePromise getActiveNamesAsync(array $args = [])
 * @method AwsResult getAlarms(array $args = [])
 * @method GuzzleHttpPromisePromise getAlarmsAsync(array $args = [])
 * @method AwsResult getAutoSnapshots(array $args = [])
 * @method GuzzleHttpPromisePromise getAutoSnapshotsAsync(array $args = [])
 * @method AwsResult getBlueprints(array $args = [])
 * @method GuzzleHttpPromisePromise getBlueprintsAsync(array $args = [])
 * @method AwsResult getBundles(array $args = [])
 * @method GuzzleHttpPromisePromise getBundlesAsync(array $args = [])
 * @method AwsResult getCloudFormationStackRecords(array $args = [])
 * @method GuzzleHttpPromisePromise getCloudFormationStackRecordsAsync(array $args = [])
 * @method AwsResult getContactMethods(array $args = [])
 * @method GuzzleHttpPromisePromise getContactMethodsAsync(array $args = [])
 * @method AwsResult getDisk(array $args = [])
 * @method GuzzleHttpPromisePromise getDiskAsync(array $args = [])
 * @method AwsResult getDiskSnapshot(array $args = [])
 * @method GuzzleHttpPromisePromise getDiskSnapshotAsync(array $args = [])
 * @method AwsResult getDiskSnapshots(array $args = [])
 * @method GuzzleHttpPromisePromise getDiskSnapshotsAsync(array $args = [])
 * @method AwsResult getDisks(array $args = [])
 * @method GuzzleHttpPromisePromise getDisksAsync(array $args = [])
 * @method AwsResult getDomain(array $args = [])
 * @method GuzzleHttpPromisePromise getDomainAsync(array $args = [])
 * @method AwsResult getDomains(array $args = [])
 * @method GuzzleHttpPromisePromise getDomainsAsync(array $args = [])
 * @method AwsResult getExportSnapshotRecords(array $args = [])
 * @method GuzzleHttpPromisePromise getExportSnapshotRecordsAsync(array $args = [])
 * @method AwsResult getInstance(array $args = [])
 * @method GuzzleHttpPromisePromise getInstanceAsync(array $args = [])
 * @method AwsResult getInstanceAccessDetails(array $args = [])
 * @method GuzzleHttpPromisePromise getInstanceAccessDetailsAsync(array $args = [])
 * @method AwsResult getInstanceMetricData(array $args = [])
 * @method GuzzleHttpPromisePromise getInstanceMetricDataAsync(array $args = [])
 * @method AwsResult getInstancePortStates(array $args = [])
 * @method GuzzleHttpPromisePromise getInstancePortStatesAsync(array $args = [])
 * @method AwsResult getInstanceSnapshot(array $args = [])
 * @method GuzzleHttpPromisePromise getInstanceSnapshotAsync(array $args = [])
 * @method AwsResult getInstanceSnapshots(array $args = [])
 * @method GuzzleHttpPromisePromise getInstanceSnapshotsAsync(array $args = [])
 * @method AwsResult getInstanceState(array $args = [])
 * @method GuzzleHttpPromisePromise getInstanceStateAsync(array $args = [])
 * @method AwsResult getInstances(array $args = [])
 * @method GuzzleHttpPromisePromise getInstancesAsync(array $args = [])
 * @method AwsResult getKeyPair(array $args = [])
 * @method GuzzleHttpPromisePromise getKeyPairAsync(array $args = [])
 * @method AwsResult getKeyPairs(array $args = [])
 * @method GuzzleHttpPromisePromise getKeyPairsAsync(array $args = [])
 * @method AwsResult getLoadBalancer(array $args = [])
 * @method GuzzleHttpPromisePromise getLoadBalancerAsync(array $args = [])
 * @method AwsResult getLoadBalancerMetricData(array $args = [])
 * @method GuzzleHttpPromisePromise getLoadBalancerMetricDataAsync(array $args = [])
 * @method AwsResult getLoadBalancerTlsCertificates(array $args = [])
 * @method GuzzleHttpPromisePromise getLoadBalancerTlsCertificatesAsync(array $args = [])
 * @method AwsResult getLoadBalancers(array $args = [])
 * @method GuzzleHttpPromisePromise getLoadBalancersAsync(array $args = [])
 * @method AwsResult getOperation(array $args = [])
 * @method GuzzleHttpPromisePromise getOperationAsync(array $args = [])
 * @method AwsResult getOperations(array $args = [])
 * @method GuzzleHttpPromisePromise getOperationsAsync(array $args = [])
 * @method AwsResult getOperationsForResource(array $args = [])
 * @method GuzzleHttpPromisePromise getOperationsForResourceAsync(array $args = [])
 * @method AwsResult getRegions(array $args = [])
 * @method GuzzleHttpPromisePromise getRegionsAsync(array $args = [])
 * @method AwsResult getRelationalDatabase(array $args = [])
 * @method GuzzleHttpPromisePromise getRelationalDatabaseAsync(array $args = [])
 * @method AwsResult getRelationalDatabaseBlueprints(array $args = [])
 * @method GuzzleHttpPromisePromise getRelationalDatabaseBlueprintsAsync(array $args = [])
 * @method AwsResult getRelationalDatabaseBundles(array $args = [])
 * @method GuzzleHttpPromisePromise getRelationalDatabaseBundlesAsync(array $args = [])
 * @method AwsResult getRelationalDatabaseEvents(array $args = [])
 * @method GuzzleHttpPromisePromise getRelationalDatabaseEventsAsync(array $args = [])
 * @method AwsResult getRelationalDatabaseLogEvents(array $args = [])
 * @method GuzzleHttpPromisePromise getRelationalDatabaseLogEventsAsync(array $args = [])
 * @method AwsResult getRelationalDatabaseLogStreams(array $args = [])
 * @method GuzzleHttpPromisePromise getRelationalDatabaseLogStreamsAsync(array $args = [])
 * @method AwsResult getRelationalDatabaseMasterUserPassword(array $args = [])
 * @method GuzzleHttpPromisePromise getRelationalDatabaseMasterUserPasswordAsync(array $args = [])
 * @method AwsResult getRelationalDatabaseMetricData(array $args = [])
 * @method GuzzleHttpPromisePromise getRelationalDatabaseMetricDataAsync(array $args = [])
 * @method AwsResult getRelationalDatabaseParameters(array $args = [])
 * @method GuzzleHttpPromisePromise getRelationalDatabaseParametersAsync(array $args = [])
 * @method AwsResult getRelationalDatabaseSnapshot(array $args = [])
 * @method GuzzleHttpPromisePromise getRelationalDatabaseSnapshotAsync(array $args = [])
 * @method AwsResult getRelationalDatabaseSnapshots(array $args = [])
 * @method GuzzleHttpPromisePromise getRelationalDatabaseSnapshotsAsync(array $args = [])
 * @method AwsResult getRelationalDatabases(array $args = [])
 * @method GuzzleHttpPromisePromise getRelationalDatabasesAsync(array $args = [])
 * @method AwsResult getStaticIp(array $args = [])
 * @method GuzzleHttpPromisePromise getStaticIpAsync(array $args = [])
 * @method AwsResult getStaticIps(array $args = [])
 * @method GuzzleHttpPromisePromise getStaticIpsAsync(array $args = [])
 * @method AwsResult importKeyPair(array $args = [])
 * @method GuzzleHttpPromisePromise importKeyPairAsync(array $args = [])
 * @method AwsResult isVpcPeered(array $args = [])
 * @method GuzzleHttpPromisePromise isVpcPeeredAsync(array $args = [])
 * @method AwsResult openInstancePublicPorts(array $args = [])
 * @method GuzzleHttpPromisePromise openInstancePublicPortsAsync(array $args = [])
 * @method AwsResult peerVpc(array $args = [])
 * @method GuzzleHttpPromisePromise peerVpcAsync(array $args = [])
 * @method AwsResult putAlarm(array $args = [])
 * @method GuzzleHttpPromisePromise putAlarmAsync(array $args = [])
 * @method AwsResult putInstancePublicPorts(array $args = [])
 * @method GuzzleHttpPromisePromise putInstancePublicPortsAsync(array $args = [])
 * @method AwsResult rebootInstance(array $args = [])
 * @method GuzzleHttpPromisePromise rebootInstanceAsync(array $args = [])
 * @method AwsResult rebootRelationalDatabase(array $args = [])
 * @method GuzzleHttpPromisePromise rebootRelationalDatabaseAsync(array $args = [])
 * @method AwsResult releaseStaticIp(array $args = [])
 * @method GuzzleHttpPromisePromise releaseStaticIpAsync(array $args = [])
 * @method AwsResult sendContactMethodVerification(array $args = [])
 * @method GuzzleHttpPromisePromise sendContactMethodVerificationAsync(array $args = [])
 * @method AwsResult startInstance(array $args = [])
 * @method GuzzleHttpPromisePromise startInstanceAsync(array $args = [])
 * @method AwsResult startRelationalDatabase(array $args = [])
 * @method GuzzleHttpPromisePromise startRelationalDatabaseAsync(array $args = [])
 * @method AwsResult stopInstance(array $args = [])
 * @method GuzzleHttpPromisePromise stopInstanceAsync(array $args = [])
 * @method AwsResult stopRelationalDatabase(array $args = [])
 * @method GuzzleHttpPromisePromise stopRelationalDatabaseAsync(array $args = [])
 * @method AwsResult tagResource(array $args = [])
 * @method GuzzleHttpPromisePromise tagResourceAsync(array $args = [])
 * @method AwsResult testAlarm(array $args = [])
 * @method GuzzleHttpPromisePromise testAlarmAsync(array $args = [])
 * @method AwsResult unpeerVpc(array $args = [])
 * @method GuzzleHttpPromisePromise unpeerVpcAsync(array $args = [])
 * @method AwsResult untagResource(array $args = [])
 * @method GuzzleHttpPromisePromise untagResourceAsync(array $args = [])
 * @method AwsResult updateDomainEntry(array $args = [])
 * @method GuzzleHttpPromisePromise updateDomainEntryAsync(array $args = [])
 * @method AwsResult updateLoadBalancerAttribute(array $args = [])
 * @method GuzzleHttpPromisePromise updateLoadBalancerAttributeAsync(array $args = [])
 * @method AwsResult updateRelationalDatabase(array $args = [])
 * @method GuzzleHttpPromisePromise updateRelationalDatabaseAsync(array $args = [])
 * @method AwsResult updateRelationalDatabaseParameters(array $args = [])
 * @method GuzzleHttpPromisePromise updateRelationalDatabaseParametersAsync(array $args = [])
 */
class LightsailClient extends AwsClient {}
Онлайн: 0
Реклама