LightsailClient.php
328 lines
| 1 | <?php |
| 2 | namespace Aws\Lightsail; |
| 3 | |
| 4 | use Aws\AwsClient; |
| 5 | |
| 6 | /** |
| 7 | * This client is used to interact with the **Amazon Lightsail** service. |
| 8 | * @method \Aws\Result allocateStaticIp(array $args = []) |
| 9 | * @method \GuzzleHttp\Promise\Promise allocateStaticIpAsync(array $args = []) |
| 10 | * @method \Aws\Result attachCertificateToDistribution(array $args = []) |
| 11 | * @method \GuzzleHttp\Promise\Promise attachCertificateToDistributionAsync(array $args = []) |
| 12 | * @method \Aws\Result attachDisk(array $args = []) |
| 13 | * @method \GuzzleHttp\Promise\Promise attachDiskAsync(array $args = []) |
| 14 | * @method \Aws\Result attachInstancesToLoadBalancer(array $args = []) |
| 15 | * @method \GuzzleHttp\Promise\Promise attachInstancesToLoadBalancerAsync(array $args = []) |
| 16 | * @method \Aws\Result attachLoadBalancerTlsCertificate(array $args = []) |
| 17 | * @method \GuzzleHttp\Promise\Promise attachLoadBalancerTlsCertificateAsync(array $args = []) |
| 18 | * @method \Aws\Result attachStaticIp(array $args = []) |
| 19 | * @method \GuzzleHttp\Promise\Promise attachStaticIpAsync(array $args = []) |
| 20 | * @method \Aws\Result closeInstancePublicPorts(array $args = []) |
| 21 | * @method \GuzzleHttp\Promise\Promise closeInstancePublicPortsAsync(array $args = []) |
| 22 | * @method \Aws\Result copySnapshot(array $args = []) |
| 23 | * @method \GuzzleHttp\Promise\Promise copySnapshotAsync(array $args = []) |
| 24 | * @method \Aws\Result createBucket(array $args = []) |
| 25 | * @method \GuzzleHttp\Promise\Promise createBucketAsync(array $args = []) |
| 26 | * @method \Aws\Result createBucketAccessKey(array $args = []) |
| 27 | * @method \GuzzleHttp\Promise\Promise createBucketAccessKeyAsync(array $args = []) |
| 28 | * @method \Aws\Result createCertificate(array $args = []) |
| 29 | * @method \GuzzleHttp\Promise\Promise createCertificateAsync(array $args = []) |
| 30 | * @method \Aws\Result createCloudFormationStack(array $args = []) |
| 31 | * @method \GuzzleHttp\Promise\Promise createCloudFormationStackAsync(array $args = []) |
| 32 | * @method \Aws\Result createContactMethod(array $args = []) |
| 33 | * @method \GuzzleHttp\Promise\Promise createContactMethodAsync(array $args = []) |
| 34 | * @method \Aws\Result createContainerService(array $args = []) |
| 35 | * @method \GuzzleHttp\Promise\Promise createContainerServiceAsync(array $args = []) |
| 36 | * @method \Aws\Result createContainerServiceDeployment(array $args = []) |
| 37 | * @method \GuzzleHttp\Promise\Promise createContainerServiceDeploymentAsync(array $args = []) |
| 38 | * @method \Aws\Result createContainerServiceRegistryLogin(array $args = []) |
| 39 | * @method \GuzzleHttp\Promise\Promise createContainerServiceRegistryLoginAsync(array $args = []) |
| 40 | * @method \Aws\Result createDisk(array $args = []) |
| 41 | * @method \GuzzleHttp\Promise\Promise createDiskAsync(array $args = []) |
| 42 | * @method \Aws\Result createDiskFromSnapshot(array $args = []) |
| 43 | * @method \GuzzleHttp\Promise\Promise createDiskFromSnapshotAsync(array $args = []) |
| 44 | * @method \Aws\Result createDiskSnapshot(array $args = []) |
| 45 | * @method \GuzzleHttp\Promise\Promise createDiskSnapshotAsync(array $args = []) |
| 46 | * @method \Aws\Result createDistribution(array $args = []) |
| 47 | * @method \GuzzleHttp\Promise\Promise createDistributionAsync(array $args = []) |
| 48 | * @method \Aws\Result createDomain(array $args = []) |
| 49 | * @method \GuzzleHttp\Promise\Promise createDomainAsync(array $args = []) |
| 50 | * @method \Aws\Result createDomainEntry(array $args = []) |
| 51 | * @method \GuzzleHttp\Promise\Promise createDomainEntryAsync(array $args = []) |
| 52 | * @method \Aws\Result createGUISessionAccessDetails(array $args = []) |
| 53 | * @method \GuzzleHttp\Promise\Promise createGUISessionAccessDetailsAsync(array $args = []) |
| 54 | * @method \Aws\Result createInstanceSnapshot(array $args = []) |
| 55 | * @method \GuzzleHttp\Promise\Promise createInstanceSnapshotAsync(array $args = []) |
| 56 | * @method \Aws\Result createInstances(array $args = []) |
| 57 | * @method \GuzzleHttp\Promise\Promise createInstancesAsync(array $args = []) |
| 58 | * @method \Aws\Result createInstancesFromSnapshot(array $args = []) |
| 59 | * @method \GuzzleHttp\Promise\Promise createInstancesFromSnapshotAsync(array $args = []) |
| 60 | * @method \Aws\Result createKeyPair(array $args = []) |
| 61 | * @method \GuzzleHttp\Promise\Promise createKeyPairAsync(array $args = []) |
| 62 | * @method \Aws\Result createLoadBalancer(array $args = []) |
| 63 | * @method \GuzzleHttp\Promise\Promise createLoadBalancerAsync(array $args = []) |
| 64 | * @method \Aws\Result createLoadBalancerTlsCertificate(array $args = []) |
| 65 | * @method \GuzzleHttp\Promise\Promise createLoadBalancerTlsCertificateAsync(array $args = []) |
| 66 | * @method \Aws\Result createRelationalDatabase(array $args = []) |
| 67 | * @method \GuzzleHttp\Promise\Promise createRelationalDatabaseAsync(array $args = []) |
| 68 | * @method \Aws\Result createRelationalDatabaseFromSnapshot(array $args = []) |
| 69 | * @method \GuzzleHttp\Promise\Promise createRelationalDatabaseFromSnapshotAsync(array $args = []) |
| 70 | * @method \Aws\Result createRelationalDatabaseSnapshot(array $args = []) |
| 71 | * @method \GuzzleHttp\Promise\Promise createRelationalDatabaseSnapshotAsync(array $args = []) |
| 72 | * @method \Aws\Result deleteAlarm(array $args = []) |
| 73 | * @method \GuzzleHttp\Promise\Promise deleteAlarmAsync(array $args = []) |
| 74 | * @method \Aws\Result deleteAutoSnapshot(array $args = []) |
| 75 | * @method \GuzzleHttp\Promise\Promise deleteAutoSnapshotAsync(array $args = []) |
| 76 | * @method \Aws\Result deleteBucket(array $args = []) |
| 77 | * @method \GuzzleHttp\Promise\Promise deleteBucketAsync(array $args = []) |
| 78 | * @method \Aws\Result deleteBucketAccessKey(array $args = []) |
| 79 | * @method \GuzzleHttp\Promise\Promise deleteBucketAccessKeyAsync(array $args = []) |
| 80 | * @method \Aws\Result deleteCertificate(array $args = []) |
| 81 | * @method \GuzzleHttp\Promise\Promise deleteCertificateAsync(array $args = []) |
| 82 | * @method \Aws\Result deleteContactMethod(array $args = []) |
| 83 | * @method \GuzzleHttp\Promise\Promise deleteContactMethodAsync(array $args = []) |
| 84 | * @method \Aws\Result deleteContainerImage(array $args = []) |
| 85 | * @method \GuzzleHttp\Promise\Promise deleteContainerImageAsync(array $args = []) |
| 86 | * @method \Aws\Result deleteContainerService(array $args = []) |
| 87 | * @method \GuzzleHttp\Promise\Promise deleteContainerServiceAsync(array $args = []) |
| 88 | * @method \Aws\Result deleteDisk(array $args = []) |
| 89 | * @method \GuzzleHttp\Promise\Promise deleteDiskAsync(array $args = []) |
| 90 | * @method \Aws\Result deleteDiskSnapshot(array $args = []) |
| 91 | * @method \GuzzleHttp\Promise\Promise deleteDiskSnapshotAsync(array $args = []) |
| 92 | * @method \Aws\Result deleteDistribution(array $args = []) |
| 93 | * @method \GuzzleHttp\Promise\Promise deleteDistributionAsync(array $args = []) |
| 94 | * @method \Aws\Result deleteDomain(array $args = []) |
| 95 | * @method \GuzzleHttp\Promise\Promise deleteDomainAsync(array $args = []) |
| 96 | * @method \Aws\Result deleteDomainEntry(array $args = []) |
| 97 | * @method \GuzzleHttp\Promise\Promise deleteDomainEntryAsync(array $args = []) |
| 98 | * @method \Aws\Result deleteInstance(array $args = []) |
| 99 | * @method \GuzzleHttp\Promise\Promise deleteInstanceAsync(array $args = []) |
| 100 | * @method \Aws\Result deleteInstanceSnapshot(array $args = []) |
| 101 | * @method \GuzzleHttp\Promise\Promise deleteInstanceSnapshotAsync(array $args = []) |
| 102 | * @method \Aws\Result deleteKeyPair(array $args = []) |
| 103 | * @method \GuzzleHttp\Promise\Promise deleteKeyPairAsync(array $args = []) |
| 104 | * @method \Aws\Result deleteKnownHostKeys(array $args = []) |
| 105 | * @method \GuzzleHttp\Promise\Promise deleteKnownHostKeysAsync(array $args = []) |
| 106 | * @method \Aws\Result deleteLoadBalancer(array $args = []) |
| 107 | * @method \GuzzleHttp\Promise\Promise deleteLoadBalancerAsync(array $args = []) |
| 108 | * @method \Aws\Result deleteLoadBalancerTlsCertificate(array $args = []) |
| 109 | * @method \GuzzleHttp\Promise\Promise deleteLoadBalancerTlsCertificateAsync(array $args = []) |
| 110 | * @method \Aws\Result deleteRelationalDatabase(array $args = []) |
| 111 | * @method \GuzzleHttp\Promise\Promise deleteRelationalDatabaseAsync(array $args = []) |
| 112 | * @method \Aws\Result deleteRelationalDatabaseSnapshot(array $args = []) |
| 113 | * @method \GuzzleHttp\Promise\Promise deleteRelationalDatabaseSnapshotAsync(array $args = []) |
| 114 | * @method \Aws\Result detachCertificateFromDistribution(array $args = []) |
| 115 | * @method \GuzzleHttp\Promise\Promise detachCertificateFromDistributionAsync(array $args = []) |
| 116 | * @method \Aws\Result detachDisk(array $args = []) |
| 117 | * @method \GuzzleHttp\Promise\Promise detachDiskAsync(array $args = []) |
| 118 | * @method \Aws\Result detachInstancesFromLoadBalancer(array $args = []) |
| 119 | * @method \GuzzleHttp\Promise\Promise detachInstancesFromLoadBalancerAsync(array $args = []) |
| 120 | * @method \Aws\Result detachStaticIp(array $args = []) |
| 121 | * @method \GuzzleHttp\Promise\Promise detachStaticIpAsync(array $args = []) |
| 122 | * @method \Aws\Result disableAddOn(array $args = []) |
| 123 | * @method \GuzzleHttp\Promise\Promise disableAddOnAsync(array $args = []) |
| 124 | * @method \Aws\Result downloadDefaultKeyPair(array $args = []) |
| 125 | * @method \GuzzleHttp\Promise\Promise downloadDefaultKeyPairAsync(array $args = []) |
| 126 | * @method \Aws\Result enableAddOn(array $args = []) |
| 127 | * @method \GuzzleHttp\Promise\Promise enableAddOnAsync(array $args = []) |
| 128 | * @method \Aws\Result exportSnapshot(array $args = []) |
| 129 | * @method \GuzzleHttp\Promise\Promise exportSnapshotAsync(array $args = []) |
| 130 | * @method \Aws\Result getActiveNames(array $args = []) |
| 131 | * @method \GuzzleHttp\Promise\Promise getActiveNamesAsync(array $args = []) |
| 132 | * @method \Aws\Result getAlarms(array $args = []) |
| 133 | * @method \GuzzleHttp\Promise\Promise getAlarmsAsync(array $args = []) |
| 134 | * @method \Aws\Result getAutoSnapshots(array $args = []) |
| 135 | * @method \GuzzleHttp\Promise\Promise getAutoSnapshotsAsync(array $args = []) |
| 136 | * @method \Aws\Result getBlueprints(array $args = []) |
| 137 | * @method \GuzzleHttp\Promise\Promise getBlueprintsAsync(array $args = []) |
| 138 | * @method \Aws\Result getBucketAccessKeys(array $args = []) |
| 139 | * @method \GuzzleHttp\Promise\Promise getBucketAccessKeysAsync(array $args = []) |
| 140 | * @method \Aws\Result getBucketBundles(array $args = []) |
| 141 | * @method \GuzzleHttp\Promise\Promise getBucketBundlesAsync(array $args = []) |
| 142 | * @method \Aws\Result getBucketMetricData(array $args = []) |
| 143 | * @method \GuzzleHttp\Promise\Promise getBucketMetricDataAsync(array $args = []) |
| 144 | * @method \Aws\Result getBuckets(array $args = []) |
| 145 | * @method \GuzzleHttp\Promise\Promise getBucketsAsync(array $args = []) |
| 146 | * @method \Aws\Result getBundles(array $args = []) |
| 147 | * @method \GuzzleHttp\Promise\Promise getBundlesAsync(array $args = []) |
| 148 | * @method \Aws\Result getCertificates(array $args = []) |
| 149 | * @method \GuzzleHttp\Promise\Promise getCertificatesAsync(array $args = []) |
| 150 | * @method \Aws\Result getCloudFormationStackRecords(array $args = []) |
| 151 | * @method \GuzzleHttp\Promise\Promise getCloudFormationStackRecordsAsync(array $args = []) |
| 152 | * @method \Aws\Result getContactMethods(array $args = []) |
| 153 | * @method \GuzzleHttp\Promise\Promise getContactMethodsAsync(array $args = []) |
| 154 | * @method \Aws\Result getContainerAPIMetadata(array $args = []) |
| 155 | * @method \GuzzleHttp\Promise\Promise getContainerAPIMetadataAsync(array $args = []) |
| 156 | * @method \Aws\Result getContainerImages(array $args = []) |
| 157 | * @method \GuzzleHttp\Promise\Promise getContainerImagesAsync(array $args = []) |
| 158 | * @method \Aws\Result getContainerLog(array $args = []) |
| 159 | * @method \GuzzleHttp\Promise\Promise getContainerLogAsync(array $args = []) |
| 160 | * @method \Aws\Result getContainerServiceDeployments(array $args = []) |
| 161 | * @method \GuzzleHttp\Promise\Promise getContainerServiceDeploymentsAsync(array $args = []) |
| 162 | * @method \Aws\Result getContainerServiceMetricData(array $args = []) |
| 163 | * @method \GuzzleHttp\Promise\Promise getContainerServiceMetricDataAsync(array $args = []) |
| 164 | * @method \Aws\Result getContainerServicePowers(array $args = []) |
| 165 | * @method \GuzzleHttp\Promise\Promise getContainerServicePowersAsync(array $args = []) |
| 166 | * @method \Aws\Result getContainerServices(array $args = []) |
| 167 | * @method \GuzzleHttp\Promise\Promise getContainerServicesAsync(array $args = []) |
| 168 | * @method \Aws\Result getCostEstimate(array $args = []) |
| 169 | * @method \GuzzleHttp\Promise\Promise getCostEstimateAsync(array $args = []) |
| 170 | * @method \Aws\Result getDisk(array $args = []) |
| 171 | * @method \GuzzleHttp\Promise\Promise getDiskAsync(array $args = []) |
| 172 | * @method \Aws\Result getDiskSnapshot(array $args = []) |
| 173 | * @method \GuzzleHttp\Promise\Promise getDiskSnapshotAsync(array $args = []) |
| 174 | * @method \Aws\Result getDiskSnapshots(array $args = []) |
| 175 | * @method \GuzzleHttp\Promise\Promise getDiskSnapshotsAsync(array $args = []) |
| 176 | * @method \Aws\Result getDisks(array $args = []) |
| 177 | * @method \GuzzleHttp\Promise\Promise getDisksAsync(array $args = []) |
| 178 | * @method \Aws\Result getDistributionBundles(array $args = []) |
| 179 | * @method \GuzzleHttp\Promise\Promise getDistributionBundlesAsync(array $args = []) |
| 180 | * @method \Aws\Result getDistributionLatestCacheReset(array $args = []) |
| 181 | * @method \GuzzleHttp\Promise\Promise getDistributionLatestCacheResetAsync(array $args = []) |
| 182 | * @method \Aws\Result getDistributionMetricData(array $args = []) |
| 183 | * @method \GuzzleHttp\Promise\Promise getDistributionMetricDataAsync(array $args = []) |
| 184 | * @method \Aws\Result getDistributions(array $args = []) |
| 185 | * @method \GuzzleHttp\Promise\Promise getDistributionsAsync(array $args = []) |
| 186 | * @method \Aws\Result getDomain(array $args = []) |
| 187 | * @method \GuzzleHttp\Promise\Promise getDomainAsync(array $args = []) |
| 188 | * @method \Aws\Result getDomains(array $args = []) |
| 189 | * @method \GuzzleHttp\Promise\Promise getDomainsAsync(array $args = []) |
| 190 | * @method \Aws\Result getExportSnapshotRecords(array $args = []) |
| 191 | * @method \GuzzleHttp\Promise\Promise getExportSnapshotRecordsAsync(array $args = []) |
| 192 | * @method \Aws\Result getInstance(array $args = []) |
| 193 | * @method \GuzzleHttp\Promise\Promise getInstanceAsync(array $args = []) |
| 194 | * @method \Aws\Result getInstanceAccessDetails(array $args = []) |
| 195 | * @method \GuzzleHttp\Promise\Promise getInstanceAccessDetailsAsync(array $args = []) |
| 196 | * @method \Aws\Result getInstanceMetricData(array $args = []) |
| 197 | * @method \GuzzleHttp\Promise\Promise getInstanceMetricDataAsync(array $args = []) |
| 198 | * @method \Aws\Result getInstancePortStates(array $args = []) |
| 199 | * @method \GuzzleHttp\Promise\Promise getInstancePortStatesAsync(array $args = []) |
| 200 | * @method \Aws\Result getInstanceSnapshot(array $args = []) |
| 201 | * @method \GuzzleHttp\Promise\Promise getInstanceSnapshotAsync(array $args = []) |
| 202 | * @method \Aws\Result getInstanceSnapshots(array $args = []) |
| 203 | * @method \GuzzleHttp\Promise\Promise getInstanceSnapshotsAsync(array $args = []) |
| 204 | * @method \Aws\Result getInstanceState(array $args = []) |
| 205 | * @method \GuzzleHttp\Promise\Promise getInstanceStateAsync(array $args = []) |
| 206 | * @method \Aws\Result getInstances(array $args = []) |
| 207 | * @method \GuzzleHttp\Promise\Promise getInstancesAsync(array $args = []) |
| 208 | * @method \Aws\Result getKeyPair(array $args = []) |
| 209 | * @method \GuzzleHttp\Promise\Promise getKeyPairAsync(array $args = []) |
| 210 | * @method \Aws\Result getKeyPairs(array $args = []) |
| 211 | * @method \GuzzleHttp\Promise\Promise getKeyPairsAsync(array $args = []) |
| 212 | * @method \Aws\Result getLoadBalancer(array $args = []) |
| 213 | * @method \GuzzleHttp\Promise\Promise getLoadBalancerAsync(array $args = []) |
| 214 | * @method \Aws\Result getLoadBalancerMetricData(array $args = []) |
| 215 | * @method \GuzzleHttp\Promise\Promise getLoadBalancerMetricDataAsync(array $args = []) |
| 216 | * @method \Aws\Result getLoadBalancerTlsCertificates(array $args = []) |
| 217 | * @method \GuzzleHttp\Promise\Promise getLoadBalancerTlsCertificatesAsync(array $args = []) |
| 218 | * @method \Aws\Result getLoadBalancerTlsPolicies(array $args = []) |
| 219 | * @method \GuzzleHttp\Promise\Promise getLoadBalancerTlsPoliciesAsync(array $args = []) |
| 220 | * @method \Aws\Result getLoadBalancers(array $args = []) |
| 221 | * @method \GuzzleHttp\Promise\Promise getLoadBalancersAsync(array $args = []) |
| 222 | * @method \Aws\Result getOperation(array $args = []) |
| 223 | * @method \GuzzleHttp\Promise\Promise getOperationAsync(array $args = []) |
| 224 | * @method \Aws\Result getOperations(array $args = []) |
| 225 | * @method \GuzzleHttp\Promise\Promise getOperationsAsync(array $args = []) |
| 226 | * @method \Aws\Result getOperationsForResource(array $args = []) |
| 227 | * @method \GuzzleHttp\Promise\Promise getOperationsForResourceAsync(array $args = []) |
| 228 | * @method \Aws\Result getRegions(array $args = []) |
| 229 | * @method \GuzzleHttp\Promise\Promise getRegionsAsync(array $args = []) |
| 230 | * @method \Aws\Result getRelationalDatabase(array $args = []) |
| 231 | * @method \GuzzleHttp\Promise\Promise getRelationalDatabaseAsync(array $args = []) |
| 232 | * @method \Aws\Result getRelationalDatabaseBlueprints(array $args = []) |
| 233 | * @method \GuzzleHttp\Promise\Promise getRelationalDatabaseBlueprintsAsync(array $args = []) |
| 234 | * @method \Aws\Result getRelationalDatabaseBundles(array $args = []) |
| 235 | * @method \GuzzleHttp\Promise\Promise getRelationalDatabaseBundlesAsync(array $args = []) |
| 236 | * @method \Aws\Result getRelationalDatabaseEvents(array $args = []) |
| 237 | * @method \GuzzleHttp\Promise\Promise getRelationalDatabaseEventsAsync(array $args = []) |
| 238 | * @method \Aws\Result getRelationalDatabaseLogEvents(array $args = []) |
| 239 | * @method \GuzzleHttp\Promise\Promise getRelationalDatabaseLogEventsAsync(array $args = []) |
| 240 | * @method \Aws\Result getRelationalDatabaseLogStreams(array $args = []) |
| 241 | * @method \GuzzleHttp\Promise\Promise getRelationalDatabaseLogStreamsAsync(array $args = []) |
| 242 | * @method \Aws\Result getRelationalDatabaseMasterUserPassword(array $args = []) |
| 243 | * @method \GuzzleHttp\Promise\Promise getRelationalDatabaseMasterUserPasswordAsync(array $args = []) |
| 244 | * @method \Aws\Result getRelationalDatabaseMetricData(array $args = []) |
| 245 | * @method \GuzzleHttp\Promise\Promise getRelationalDatabaseMetricDataAsync(array $args = []) |
| 246 | * @method \Aws\Result getRelationalDatabaseParameters(array $args = []) |
| 247 | * @method \GuzzleHttp\Promise\Promise getRelationalDatabaseParametersAsync(array $args = []) |
| 248 | * @method \Aws\Result getRelationalDatabaseSnapshot(array $args = []) |
| 249 | * @method \GuzzleHttp\Promise\Promise getRelationalDatabaseSnapshotAsync(array $args = []) |
| 250 | * @method \Aws\Result getRelationalDatabaseSnapshots(array $args = []) |
| 251 | * @method \GuzzleHttp\Promise\Promise getRelationalDatabaseSnapshotsAsync(array $args = []) |
| 252 | * @method \Aws\Result getRelationalDatabases(array $args = []) |
| 253 | * @method \GuzzleHttp\Promise\Promise getRelationalDatabasesAsync(array $args = []) |
| 254 | * @method \Aws\Result getStaticIp(array $args = []) |
| 255 | * @method \GuzzleHttp\Promise\Promise getStaticIpAsync(array $args = []) |
| 256 | * @method \Aws\Result getStaticIps(array $args = []) |
| 257 | * @method \GuzzleHttp\Promise\Promise getStaticIpsAsync(array $args = []) |
| 258 | * @method \Aws\Result importKeyPair(array $args = []) |
| 259 | * @method \GuzzleHttp\Promise\Promise importKeyPairAsync(array $args = []) |
| 260 | * @method \Aws\Result isVpcPeered(array $args = []) |
| 261 | * @method \GuzzleHttp\Promise\Promise isVpcPeeredAsync(array $args = []) |
| 262 | * @method \Aws\Result openInstancePublicPorts(array $args = []) |
| 263 | * @method \GuzzleHttp\Promise\Promise openInstancePublicPortsAsync(array $args = []) |
| 264 | * @method \Aws\Result peerVpc(array $args = []) |
| 265 | * @method \GuzzleHttp\Promise\Promise peerVpcAsync(array $args = []) |
| 266 | * @method \Aws\Result putAlarm(array $args = []) |
| 267 | * @method \GuzzleHttp\Promise\Promise putAlarmAsync(array $args = []) |
| 268 | * @method \Aws\Result putInstancePublicPorts(array $args = []) |
| 269 | * @method \GuzzleHttp\Promise\Promise putInstancePublicPortsAsync(array $args = []) |
| 270 | * @method \Aws\Result rebootInstance(array $args = []) |
| 271 | * @method \GuzzleHttp\Promise\Promise rebootInstanceAsync(array $args = []) |
| 272 | * @method \Aws\Result rebootRelationalDatabase(array $args = []) |
| 273 | * @method \GuzzleHttp\Promise\Promise rebootRelationalDatabaseAsync(array $args = []) |
| 274 | * @method \Aws\Result registerContainerImage(array $args = []) |
| 275 | * @method \GuzzleHttp\Promise\Promise registerContainerImageAsync(array $args = []) |
| 276 | * @method \Aws\Result releaseStaticIp(array $args = []) |
| 277 | * @method \GuzzleHttp\Promise\Promise releaseStaticIpAsync(array $args = []) |
| 278 | * @method \Aws\Result resetDistributionCache(array $args = []) |
| 279 | * @method \GuzzleHttp\Promise\Promise resetDistributionCacheAsync(array $args = []) |
| 280 | * @method \Aws\Result sendContactMethodVerification(array $args = []) |
| 281 | * @method \GuzzleHttp\Promise\Promise sendContactMethodVerificationAsync(array $args = []) |
| 282 | * @method \Aws\Result setIpAddressType(array $args = []) |
| 283 | * @method \GuzzleHttp\Promise\Promise setIpAddressTypeAsync(array $args = []) |
| 284 | * @method \Aws\Result setResourceAccessForBucket(array $args = []) |
| 285 | * @method \GuzzleHttp\Promise\Promise setResourceAccessForBucketAsync(array $args = []) |
| 286 | * @method \Aws\Result startGUISession(array $args = []) |
| 287 | * @method \GuzzleHttp\Promise\Promise startGUISessionAsync(array $args = []) |
| 288 | * @method \Aws\Result startInstance(array $args = []) |
| 289 | * @method \GuzzleHttp\Promise\Promise startInstanceAsync(array $args = []) |
| 290 | * @method \Aws\Result startRelationalDatabase(array $args = []) |
| 291 | * @method \GuzzleHttp\Promise\Promise startRelationalDatabaseAsync(array $args = []) |
| 292 | * @method \Aws\Result stopGUISession(array $args = []) |
| 293 | * @method \GuzzleHttp\Promise\Promise stopGUISessionAsync(array $args = []) |
| 294 | * @method \Aws\Result stopInstance(array $args = []) |
| 295 | * @method \GuzzleHttp\Promise\Promise stopInstanceAsync(array $args = []) |
| 296 | * @method \Aws\Result stopRelationalDatabase(array $args = []) |
| 297 | * @method \GuzzleHttp\Promise\Promise stopRelationalDatabaseAsync(array $args = []) |
| 298 | * @method \Aws\Result tagResource(array $args = []) |
| 299 | * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = []) |
| 300 | * @method \Aws\Result testAlarm(array $args = []) |
| 301 | * @method \GuzzleHttp\Promise\Promise testAlarmAsync(array $args = []) |
| 302 | * @method \Aws\Result unpeerVpc(array $args = []) |
| 303 | * @method \GuzzleHttp\Promise\Promise unpeerVpcAsync(array $args = []) |
| 304 | * @method \Aws\Result untagResource(array $args = []) |
| 305 | * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = []) |
| 306 | * @method \Aws\Result updateBucket(array $args = []) |
| 307 | * @method \GuzzleHttp\Promise\Promise updateBucketAsync(array $args = []) |
| 308 | * @method \Aws\Result updateBucketBundle(array $args = []) |
| 309 | * @method \GuzzleHttp\Promise\Promise updateBucketBundleAsync(array $args = []) |
| 310 | * @method \Aws\Result updateContainerService(array $args = []) |
| 311 | * @method \GuzzleHttp\Promise\Promise updateContainerServiceAsync(array $args = []) |
| 312 | * @method \Aws\Result updateDistribution(array $args = []) |
| 313 | * @method \GuzzleHttp\Promise\Promise updateDistributionAsync(array $args = []) |
| 314 | * @method \Aws\Result updateDistributionBundle(array $args = []) |
| 315 | * @method \GuzzleHttp\Promise\Promise updateDistributionBundleAsync(array $args = []) |
| 316 | * @method \Aws\Result updateDomainEntry(array $args = []) |
| 317 | * @method \GuzzleHttp\Promise\Promise updateDomainEntryAsync(array $args = []) |
| 318 | * @method \Aws\Result updateInstanceMetadataOptions(array $args = []) |
| 319 | * @method \GuzzleHttp\Promise\Promise updateInstanceMetadataOptionsAsync(array $args = []) |
| 320 | * @method \Aws\Result updateLoadBalancerAttribute(array $args = []) |
| 321 | * @method \GuzzleHttp\Promise\Promise updateLoadBalancerAttributeAsync(array $args = []) |
| 322 | * @method \Aws\Result updateRelationalDatabase(array $args = []) |
| 323 | * @method \GuzzleHttp\Promise\Promise updateRelationalDatabaseAsync(array $args = []) |
| 324 | * @method \Aws\Result updateRelationalDatabaseParameters(array $args = []) |
| 325 | * @method \GuzzleHttp\Promise\Promise updateRelationalDatabaseParametersAsync(array $args = []) |
| 326 | */ |
| 327 | class LightsailClient extends AwsClient {} |
| 328 |