Skip to content

Commit

Permalink
Update ElasticBeanstalk models for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
jeskew committed Nov 24, 2015
1 parent 8a0cf9d commit 69ba41d
Show file tree
Hide file tree
Showing 6 changed files with 254 additions and 354 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,7 @@

## next release

* `Aws\ElasticBeanstalk` - Added support for composable web applications.
* `Aws\S3` - Added support for the `aws-exec-read` canned ACL on objects.

## 3.11.0 - 2015-11-19
Expand Down
2 changes: 2 additions & 0 deletions src/ElasticBeanstalk/ElasticBeanstalkClient.php
Expand Up @@ -10,6 +10,8 @@
* @method \GuzzleHttp\Promise\Promise abortEnvironmentUpdateAsync(array $args = [])
* @method \Aws\Result checkDNSAvailability(array $args = [])
* @method \GuzzleHttp\Promise\Promise checkDNSAvailabilityAsync(array $args = [])
* @method \Aws\Result composeEnvironments(array $args = [])
* @method \GuzzleHttp\Promise\Promise composeEnvironmentsAsync(array $args = [])
* @method \Aws\Result createApplication(array $args = [])
* @method \GuzzleHttp\Promise\Promise createApplicationAsync(array $args = [])
* @method \Aws\Result createApplicationVersion(array $args = [])
Expand Down

0 comments on commit 69ba41d

Please sign in to comment.