Skip to content

Commit 9644458

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent ffd1c24 commit 9644458

File tree

22 files changed

+2858
-86
lines changed

22 files changed

+2858
-86
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
Unreleased Changes
22
------------------
33

4+
* Feature - Aws::ElastiCache - Updated the API, and documentation for Amazon ElastiCache.
5+
6+
* Feature - Aws::PersonalizeRuntime - Updated the API for Amazon Personalize Runtime.
7+
8+
* Feature - Aws::Rekognition - Updated the documentation for Amazon Rekognition.
9+
10+
* Feature - Aws::SageMaker - Updated the API, and documentation for Amazon SageMaker Service.
11+
12+
* Feature - Aws::SQS - Updated the API, and documentation for Amazon Simple Queue Service.
13+
14+
* Feature - Aws::ForecastService - Added support for a new service, Amazon Forecast Service.
15+
16+
* Feature - Aws::ForecastQueryService - Added support for a new service, Amazon Forecast Query Service.
17+
418
2.11.337 (2019-08-20)
519
------------------
620

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,14 +383,16 @@ to be backwards compatible.
383383
| Amazon Elasticsearch Service | ElasticsearchService | 2015-01-01 |
384384
| Amazon EventBridge | EventBridge | 2015-10-07 |
385385
| Amazon FSx | FSx | 2018-03-01 |
386+
| Amazon Forecast Query Service | ForecastQueryService | 2018-06-26 |
387+
| Amazon Forecast Service | ForecastService | 2018-06-26 |
386388
| Amazon GameLift | GameLift | 2015-10-01 |
387389
| Amazon Glacier | Glacier | 2012-06-01 |
388390
| Amazon GuardDuty | GuardDuty | 2017-11-28 |
389391
| Amazon Import/Export Snowball | Snowball | 2016-06-30 |
390392
| Amazon Inspector | Inspector | 2016-02-16 |
391393
| Amazon Kinesis | Kinesis | 2013-12-02 |
392-
| Amazon Kinesis Analytics | KinesisAnalytics | 2015-08-14 |
393394
| Amazon Kinesis Analytics | KinesisAnalyticsV2 | 2018-05-23 |
395+
| Amazon Kinesis Analytics | KinesisAnalytics | 2015-08-14 |
394396
| Amazon Kinesis Firehose | Firehose | 2015-08-04 |
395397
| Amazon Kinesis Video Streams | KinesisVideo | 2017-09-30 |
396398
| Amazon Kinesis Video Streams Archived Media | KinesisVideoArchivedMedia | 2017-09-30 |

aws-sdk-core/apis/elasticache/2015-02-02/api-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,8 @@
913913
"AllowedNodeTypeModificationsMessage":{
914914
"type":"structure",
915915
"members":{
916-
"ScaleUpModifications":{"shape":"NodeTypeList"}
916+
"ScaleUpModifications":{"shape":"NodeTypeList"},
917+
"ScaleDownModifications":{"shape":"NodeTypeList"}
917918
}
918919
},
919920
"AuthorizationAlreadyExistsFault":{

aws-sdk-core/apis/elasticache/2015-02-02/docs-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1005,7 +1005,8 @@
10051005
"NodeTypeList": {
10061006
"base": null,
10071007
"refs": {
1008-
"AllowedNodeTypeModificationsMessage$ScaleUpModifications": "<p>A string list, each element of which specifies a cache node type which you can use to scale your cluster or replication group.</p> <p>When scaling up a Redis cluster or replication group using <code>ModifyCacheCluster</code> or <code>ModifyReplicationGroup</code>, use a value from this list for the <code>CacheNodeType</code> parameter.</p>"
1008+
"AllowedNodeTypeModificationsMessage$ScaleUpModifications": "<p>A string list, each element of which specifies a cache node type which you can use to scale your cluster or replication group.</p> <p>When scaling up a Redis cluster or replication group using <code>ModifyCacheCluster</code> or <code>ModifyReplicationGroup</code>, use a value from this list for the <code>CacheNodeType</code> parameter.</p>",
1009+
"AllowedNodeTypeModificationsMessage$ScaleDownModifications": "<p>A string list, each element of which specifies a cache node type which you can use to scale your cluster or replication group.</p> <p>When scaling down on a Redis cluster or replication group using <code>ModifyCacheCluster</code> or <code>ModifyReplicationGroup</code>, use a value from this list for the <code>CacheNodeType</code> parameter.</p>"
10091010
}
10101011
},
10111012
"NodeUpdateInitiatedBy": {

0 commit comments

Comments
 (0)