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 Oct 16, 2019
1 parent bf9370f commit d1189b5
Show file tree
Hide file tree
Showing 15 changed files with 1,898 additions and 1,593 deletions.
17 changes: 17 additions & 0 deletions .changes/3.112.23
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "api-change",
"category": "RoboMaker",
"description": "This release adds support for ROS2 Dashing as a beta feature"
},
{
"type": "api-change",
"category": "Kafka",
"description": "AWS MSK has added support for adding brokers to a cluster."
},
{
"type": "api-change",
"category": "MarketplaceCommerceAnalytics",
"description": "add 2 more values for the supporting sections - age of past due funds + uncollected funds breakdown"
}
]
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## next release

* `Aws\Kafka` - AWS MSK has added support for adding brokers to a cluster.
* `Aws\MarketplaceCommerceAnalytics` - add 2 more values for the supporting sections - age of past due funds + uncollected funds breakdown
* `Aws\RoboMaker` - This release adds support for ROS2 Dashing as a beta feature

## 3.112.22 - 2019-10-15

* `Aws\KinesisVideoArchivedMedia` - Add ON_DISCONTINUITY mode to the GetHLSStreamingSessionURL API
Expand Down
2 changes: 2 additions & 0 deletions src/Kafka/KafkaClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
* @method \Aws\Result untagResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
* @method \Aws\Result updateBrokerCount(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateBrokerCountAsync(array $args = [])
* @method \Aws\Result updateBrokerStorage(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateBrokerStorageAsync(array $args = [])
* @method \Aws\Result updateClusterConfiguration(array $args = [])
Expand Down
6 changes: 6 additions & 0 deletions src/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -1121,6 +1121,12 @@
},
"hostname" : "rds.ap-northeast-2.amazonaws.com"
},
"ap-southeast-1" : {
"credentialScope" : {
"region" : "ap-southeast-1"
},
"hostname" : "rds.ap-southeast-1.amazonaws.com"
},
"ap-southeast-2" : {
"credentialScope" : {
"region" : "ap-southeast-2"
Expand Down
2 changes: 1 addition & 1 deletion src/data/endpoints.json.php

Large diffs are not rendered by default.

Loading

0 comments on commit d1189b5

Please sign in to comment.