Laravel version update
Laravel version update
This commit is contained in:
@@ -22,6 +22,8 @@ use Aws\AwsClient;
|
||||
* @method \GuzzleHttp\Promise\Promise createConfigurationTemplateAsync(array $args = [])
|
||||
* @method \Aws\Result createEnvironment(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createEnvironmentAsync(array $args = [])
|
||||
* @method \Aws\Result createPlatformVersion(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createPlatformVersionAsync(array $args = [])
|
||||
* @method \Aws\Result createStorageLocation(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createStorageLocationAsync(array $args = [])
|
||||
* @method \Aws\Result deleteApplication(array $args = [])
|
||||
@@ -32,6 +34,10 @@ use Aws\AwsClient;
|
||||
* @method \GuzzleHttp\Promise\Promise deleteConfigurationTemplateAsync(array $args = [])
|
||||
* @method \Aws\Result deleteEnvironmentConfiguration(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteEnvironmentConfigurationAsync(array $args = [])
|
||||
* @method \Aws\Result deletePlatformVersion(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deletePlatformVersionAsync(array $args = [])
|
||||
* @method \Aws\Result describeAccountAttributes(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeAccountAttributesAsync(array $args = [])
|
||||
* @method \Aws\Result describeApplicationVersions(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeApplicationVersionsAsync(array $args = [])
|
||||
* @method \Aws\Result describeApplications(array $args = [])
|
||||
@@ -54,8 +60,14 @@ use Aws\AwsClient;
|
||||
* @method \GuzzleHttp\Promise\Promise describeEventsAsync(array $args = [])
|
||||
* @method \Aws\Result describeInstancesHealth(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeInstancesHealthAsync(array $args = [])
|
||||
* @method \Aws\Result describePlatformVersion(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describePlatformVersionAsync(array $args = [])
|
||||
* @method \Aws\Result listAvailableSolutionStacks(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listAvailableSolutionStacksAsync(array $args = [])
|
||||
* @method \Aws\Result listPlatformVersions(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listPlatformVersionsAsync(array $args = [])
|
||||
* @method \Aws\Result listTagsForResource(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
|
||||
* @method \Aws\Result rebuildEnvironment(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise rebuildEnvironmentAsync(array $args = [])
|
||||
* @method \Aws\Result requestEnvironmentInfo(array $args = [])
|
||||
@@ -70,12 +82,16 @@ use Aws\AwsClient;
|
||||
* @method \GuzzleHttp\Promise\Promise terminateEnvironmentAsync(array $args = [])
|
||||
* @method \Aws\Result updateApplication(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateApplicationAsync(array $args = [])
|
||||
* @method \Aws\Result updateApplicationResourceLifecycle(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateApplicationResourceLifecycleAsync(array $args = [])
|
||||
* @method \Aws\Result updateApplicationVersion(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateApplicationVersionAsync(array $args = [])
|
||||
* @method \Aws\Result updateConfigurationTemplate(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateConfigurationTemplateAsync(array $args = [])
|
||||
* @method \Aws\Result updateEnvironment(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateEnvironmentAsync(array $args = [])
|
||||
* @method \Aws\Result updateTagsForResource(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateTagsForResourceAsync(array $args = [])
|
||||
* @method \Aws\Result validateConfigurationSettings(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise validateConfigurationSettingsAsync(array $args = [])
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user