Skip to content

Commit

Permalink
Updating models for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
jeskew committed Dec 4, 2015
1 parent 9f3b6e0 commit 021b41e
Show file tree
Hide file tree
Showing 25 changed files with 8,586 additions and 10,949 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# CHANGELOG

## next release

* `Aws\DirectoryService` - Added support for launching a fully managed Microsoft
Active Directory.
* `Aws\Rds` - Added support for specifying a port number when modifying database
instances.
* `Aws\Route53` - Added support for Traffic Flow, a traffic management service.
* `Aws\Ses` - Added support for generating SMTP passwords from credentials.

## 3.11.3 - 2015-12-01

* `Aws\Config` - Update documentation.
Expand Down
10 changes: 10 additions & 0 deletions src/DirectoryService/DirectoryServiceClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,24 @@
* @method \GuzzleHttp\Promise\Promise createComputerAsync(array $args = [])
* @method \Aws\Result createDirectory(array $args = [])
* @method \GuzzleHttp\Promise\Promise createDirectoryAsync(array $args = [])
* @method \Aws\Result createMicrosoftAD(array $args = [])
* @method \GuzzleHttp\Promise\Promise createMicrosoftADAsync(array $args = [])
* @method \Aws\Result createSnapshot(array $args = [])
* @method \GuzzleHttp\Promise\Promise createSnapshotAsync(array $args = [])
* @method \Aws\Result createTrust(array $args = [])
* @method \GuzzleHttp\Promise\Promise createTrustAsync(array $args = [])
* @method \Aws\Result deleteDirectory(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteDirectoryAsync(array $args = [])
* @method \Aws\Result deleteSnapshot(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteSnapshotAsync(array $args = [])
* @method \Aws\Result deleteTrust(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteTrustAsync(array $args = [])
* @method \Aws\Result describeDirectories(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeDirectoriesAsync(array $args = [])
* @method \Aws\Result describeSnapshots(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeSnapshotsAsync(array $args = [])
* @method \Aws\Result describeTrusts(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeTrustsAsync(array $args = [])
* @method \Aws\Result disableRadius(array $args = [])
* @method \GuzzleHttp\Promise\Promise disableRadiusAsync(array $args = [])
* @method \Aws\Result disableSso(array $args = [])
Expand All @@ -40,5 +48,7 @@
* @method \GuzzleHttp\Promise\Promise restoreFromSnapshotAsync(array $args = [])
* @method \Aws\Result updateRadius(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateRadiusAsync(array $args = [])
* @method \Aws\Result verifyTrust(array $args = [])
* @method \GuzzleHttp\Promise\Promise verifyTrustAsync(array $args = [])
*/
class DirectoryServiceClient extends AwsClient {}
36 changes: 36 additions & 0 deletions src/Route53/Route53Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,28 @@
* @method \GuzzleHttp\Promise\Promise createHostedZoneAsync(array $args = [])
* @method \Aws\Result createReusableDelegationSet(array $args = [])
* @method \GuzzleHttp\Promise\Promise createReusableDelegationSetAsync(array $args = [])
* @method \Aws\Result createTrafficPolicy(array $args = [])
* @method \GuzzleHttp\Promise\Promise createTrafficPolicyAsync(array $args = [])
* @method \Aws\Result createTrafficPolicyInstance(array $args = [])
* @method \GuzzleHttp\Promise\Promise createTrafficPolicyInstanceAsync(array $args = [])
* @method \Aws\Result createTrafficPolicyVersion(array $args = [])
* @method \GuzzleHttp\Promise\Promise createTrafficPolicyVersionAsync(array $args = [])
* @method \Aws\Result deleteHealthCheck(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteHealthCheckAsync(array $args = [])
* @method \Aws\Result deleteHostedZone(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteHostedZoneAsync(array $args = [])
* @method \Aws\Result deleteReusableDelegationSet(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteReusableDelegationSetAsync(array $args = [])
* @method \Aws\Result deleteTrafficPolicy(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteTrafficPolicyAsync(array $args = [])
* @method \Aws\Result deleteTrafficPolicyInstance(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteTrafficPolicyInstanceAsync(array $args = [])
* @method \Aws\Result disassociateVPCFromHostedZone(array $args = [])
* @method \GuzzleHttp\Promise\Promise disassociateVPCFromHostedZoneAsync(array $args = [])
* @method \Aws\Result getChange(array $args = [])
* @method \GuzzleHttp\Promise\Promise getChangeAsync(array $args = [])
* @method \Aws\Result getChangeDetails(array $args = [])
* @method \GuzzleHttp\Promise\Promise getChangeDetailsAsync(array $args = [])
* @method \Aws\Result getCheckerIpRanges(array $args = [])
* @method \GuzzleHttp\Promise\Promise getCheckerIpRangesAsync(array $args = [])
* @method \Aws\Result getGeoLocation(array $args = [])
Expand All @@ -48,6 +60,16 @@
* @method \GuzzleHttp\Promise\Promise getHostedZoneCountAsync(array $args = [])
* @method \Aws\Result getReusableDelegationSet(array $args = [])
* @method \GuzzleHttp\Promise\Promise getReusableDelegationSetAsync(array $args = [])
* @method \Aws\Result getTrafficPolicy(array $args = [])
* @method \GuzzleHttp\Promise\Promise getTrafficPolicyAsync(array $args = [])
* @method \Aws\Result getTrafficPolicyInstance(array $args = [])
* @method \GuzzleHttp\Promise\Promise getTrafficPolicyInstanceAsync(array $args = [])
* @method \Aws\Result getTrafficPolicyInstanceCount(array $args = [])
* @method \GuzzleHttp\Promise\Promise getTrafficPolicyInstanceCountAsync(array $args = [])
* @method \Aws\Result listChangeBatchesByHostedZone(array $args = [])
* @method \GuzzleHttp\Promise\Promise listChangeBatchesByHostedZoneAsync(array $args = [])
* @method \Aws\Result listChangeBatchesByRRSet(array $args = [])
* @method \GuzzleHttp\Promise\Promise listChangeBatchesByRRSetAsync(array $args = [])
* @method \Aws\Result listGeoLocations(array $args = [])
* @method \GuzzleHttp\Promise\Promise listGeoLocationsAsync(array $args = [])
* @method \Aws\Result listHealthChecks(array $args = [])
Expand All @@ -64,10 +86,24 @@
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
* @method \Aws\Result listTagsForResources(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTagsForResourcesAsync(array $args = [])
* @method \Aws\Result listTrafficPolicies(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTrafficPoliciesAsync(array $args = [])
* @method \Aws\Result listTrafficPolicyInstances(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTrafficPolicyInstancesAsync(array $args = [])
* @method \Aws\Result listTrafficPolicyInstancesByHostedZone(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTrafficPolicyInstancesByHostedZoneAsync(array $args = [])
* @method \Aws\Result listTrafficPolicyInstancesByPolicy(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTrafficPolicyInstancesByPolicyAsync(array $args = [])
* @method \Aws\Result listTrafficPolicyVersions(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTrafficPolicyVersionsAsync(array $args = [])
* @method \Aws\Result updateHealthCheck(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateHealthCheckAsync(array $args = [])
* @method \Aws\Result updateHostedZoneComment(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateHostedZoneCommentAsync(array $args = [])
* @method \Aws\Result updateTrafficPolicyComment(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateTrafficPolicyCommentAsync(array $args = [])
* @method \Aws\Result updateTrafficPolicyInstance(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateTrafficPolicyInstanceAsync(array $args = [])
*/
class Route53Client extends AwsClient
{
Expand Down
Loading

0 comments on commit 021b41e

Please sign in to comment.