Skip to content

Commit

Permalink
Update models for release
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-php-automation committed May 24, 2019
1 parent 0f157db commit 7a1fab3
Show file tree
Hide file tree
Showing 16 changed files with 398 additions and 78 deletions.
22 changes: 22 additions & 0 deletions .changes/3.95.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "",
"description": "Adds support for 'requiresLength' trait, adding headers as necessary for streaming operations."
},
{
"type": "api-change",
"category": "CodeDeploy",
"description": "AWS CodeDeploy now supports tagging for the application and deployment group resources."
},
{
"type": "api-change",
"category": "MediaStoreData",
"description": "MediaStore - This release adds support for chunked transfer of objects, which reduces latency by making an object available for downloading while it is still being uploaded."
},
{
"type": "enhancement",
"category": "OpsWorksCM",
"description": "Documentation updates for OpsWorks for Chef Automate; attribute values updated for Chef Automate 2.0 release."
}
]
7 changes: 0 additions & 7 deletions .changes/nextrelease/streaming_request_payloads.json

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## next release

* `Aws\` - Adds support for 'requiresLength' trait, adding headers as necessary for streaming operations.
* `Aws\CodeDeploy` - AWS CodeDeploy now supports tagging for the application and deployment group resources.
* `Aws\MediaStoreData` - MediaStore - This release adds support for chunked transfer of objects, which reduces latency by making an object available for downloading while it is still being uploaded.
* `Aws\OpsWorksCM` - Documentation updates for OpsWorks for Chef Automate; attribute values updated for Chef Automate 2.0 release.

## 3.94.3 - 2019-05-23

* `Aws\Api` - Preserve path on custom endpoints
Expand Down
6 changes: 6 additions & 0 deletions src/CodeDeploy/CodeDeployClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@
* @method \GuzzleHttp\Promise\Promise listGitHubAccountTokenNamesAsync(array $args = [])
* @method \Aws\Result listOnPremisesInstances(array $args = [])
* @method \GuzzleHttp\Promise\Promise listOnPremisesInstancesAsync(array $args = [])
* @method \Aws\Result listTagsForResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
* @method \Aws\Result putLifecycleEventHookExecutionStatus(array $args = [])
* @method \GuzzleHttp\Promise\Promise putLifecycleEventHookExecutionStatusAsync(array $args = [])
* @method \Aws\Result registerApplicationRevision(array $args = [])
Expand All @@ -88,6 +90,10 @@
* @method \GuzzleHttp\Promise\Promise skipWaitTimeForInstanceTerminationAsync(array $args = [])
* @method \Aws\Result stopDeployment(array $args = [])
* @method \GuzzleHttp\Promise\Promise stopDeploymentAsync(array $args = [])
* @method \Aws\Result tagResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
* @method \Aws\Result untagResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
* @method \Aws\Result updateApplication(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateApplicationAsync(array $args = [])
* @method \Aws\Result updateDeploymentGroup(array $args = [])
Expand Down
Loading

0 comments on commit 7a1fab3

Please sign in to comment.