Skip to content

Commit 2221cce

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent e59ab55 commit 2221cce

File tree

6 files changed

+144
-130
lines changed

6 files changed

+144
-130
lines changed

CHANGELOG.md

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

4+
* Feature - Aws::ApplicationAutoScaling - Updated the documentation for Application Auto Scaling.
5+
6+
* Feature - Aws::AutoScaling - Updated the documentation for Auto Scaling.
7+
8+
* Feature - Aws::CloudWatch - Updated the documentation for Amazon CloudWatch.
9+
10+
* Feature - Aws::Rekognition - Updated the API for Amazon Rekognition.
11+
412
2.11.330 (2019-08-09)
513
------------------
614

aws-sdk-core/apis/application-autoscaling/2016-02-06/docs-2.json

Lines changed: 58 additions & 58 deletions
Large diffs are not rendered by default.

aws-sdk-core/apis/autoscaling/2011-01-01/docs-2.json

Lines changed: 57 additions & 57 deletions
Large diffs are not rendered by default.

aws-sdk-core/apis/monitoring/2010-08-01/docs-2.json

Lines changed: 14 additions & 14 deletions
Large diffs are not rendered by default.

aws-sdk-core/apis/rekognition/2016-06-27/api-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1025,7 +1025,8 @@
10251025
"DISGUSTED",
10261026
"SURPRISED",
10271027
"CALM",
1028-
"UNKNOWN"
1028+
"UNKNOWN",
1029+
"FEAR"
10291030
]
10301031
},
10311032
"Emotions":{

aws-sdk-core/endpoints.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4224,6 +4224,11 @@
42244224
},
42254225
"isRegionalized" : true
42264226
},
4227+
"health" : {
4228+
"endpoints" : {
4229+
"us-gov-west-1" : { }
4230+
}
4231+
},
42274232
"iam" : {
42284233
"endpoints" : {
42294234
"aws-us-gov-global" : {

0 commit comments

Comments
 (0)