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 Jan 17, 2019
1 parent 971494d commit 26987a5
Show file tree
Hide file tree
Showing 20 changed files with 323 additions and 244 deletions.
22 changes: 22 additions & 0 deletions .changes/3.86.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "api-change",
"category": "Pinpoint",
"description": "This release updates the PutEvents operation. AppPackageName, AppTitle, AppVersionCode, SdkName fields will now be accepted as a part of the event when submitting events."
},
{
"type": "api-change",
"category": "Rekognition",
"description": "GetLabelDetection now returns bounding box information for common objects and a hierarchical taxonomy of detected labels. The version of the model used for video label detection is also returned. DetectModerationLabels now returns the version of the model used for detecting unsafe content."
},
{
"type": "enhancement",
"category": "Lambda",
"description": "Documentation updates for AWS Lambda"
},
{
"type": "api-change",
"category": "Lightsail",
"description": "This release adds functionality to the CreateDiskSnapshot API that allows users to snapshot instance root volumes. It also adds various documentation updates."
}
]
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\Lambda` - Documentation updates for AWS Lambda
* `Aws\Lightsail` - This release adds functionality to the CreateDiskSnapshot API that allows users to snapshot instance root volumes. It also adds various documentation updates.
* `Aws\Pinpoint` - This release updates the PutEvents operation. AppPackageName, AppTitle, AppVersionCode, SdkName fields will now be accepted as a part of the event when submitting events.
* `Aws\Rekognition` - GetLabelDetection now returns bounding box information for common objects and a hierarchical taxonomy of detected labels. The version of the model used for video label detection is also returned. DetectModerationLabels now returns the version of the model used for detecting unsafe content.

## 3.86.0 - 2019-01-16

* `Aws\Backup` - AWS Backup is a unified backup service designed to protect AWS services and their associated data. AWS Backup simplifies the creation, migration, restoration, and deletion of backups, while also providing reporting and auditing
Expand Down
26 changes: 26 additions & 0 deletions src/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -1217,6 +1217,7 @@
"eu-central-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
Expand Down Expand Up @@ -2146,6 +2147,25 @@
}
}
},
"securityhub" : {
"endpoints" : {
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
"serverlessrepo" : {
"defaults" : {
"protocols" : [ "https" ]
Expand Down Expand Up @@ -3024,6 +3044,12 @@
"cn-northwest-1" : { }
}
},
"states" : {
"endpoints" : {
"cn-north-1" : { },
"cn-northwest-1" : { }
}
},
"storagegateway" : {
"endpoints" : {
"cn-north-1" : { }
Expand Down
2 changes: 1 addition & 1 deletion src/data/endpoints.json.php

Large diffs are not rendered by default.

334 changes: 167 additions & 167 deletions src/data/lambda/2015-03-31/docs-2.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/data/lambda/2015-03-31/docs-2.json.php

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions src/data/lambda/2015-03-31/examples-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"MemorySize": 128,
"Publish": true,
"Role": "arn:aws:iam::123456789012:role/service-role/role-name",
"Runtime": "nodejs4.3",
"Runtime": "nodejs8.10",
"Timeout": 15,
"VpcConfig": {
}
Expand All @@ -51,7 +51,7 @@
"LastModified": "2016-11-21T19:49:20.006+0000",
"MemorySize": 128,
"Role": "arn:aws:iam::123456789012:role/service-role/role-name",
"Runtime": "nodejs4.3",
"Runtime": "nodejs8.10",
"Timeout": 123,
"Version": "1",
"VpcConfig": {
Expand Down Expand Up @@ -226,7 +226,7 @@
"LastModified": "2016-11-21T19:49:20.006+0000",
"MemorySize": 128,
"Role": "arn:aws:iam::123456789012:role/lambda_basic_execution",
"Runtime": "nodejs4.3",
"Runtime": "nodejs8.10",
"Timeout": 3,
"Version": "$LATEST",
"VpcConfig": {
Expand Down
2 changes: 1 addition & 1 deletion src/data/lambda/2015-03-31/examples-1.json.php

Large diffs are not rendered by default.

13 changes: 7 additions & 6 deletions src/data/lightsail/2016-11-28/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2115,13 +2115,11 @@
},
"CreateDiskSnapshotRequest":{
"type":"structure",
"required":[
"diskName",
"diskSnapshotName"
],
"required":["diskSnapshotName"],
"members":{
"diskName":{"shape":"ResourceName"},
"diskSnapshotName":{"shape":"ResourceName"},
"instanceName":{"shape":"ResourceName"},
"tags":{"shape":"TagList"}
}
},
Expand Down Expand Up @@ -2634,7 +2632,9 @@
"state":{"shape":"DiskSnapshotState"},
"progress":{"shape":"string"},
"fromDiskName":{"shape":"ResourceName"},
"fromDiskArn":{"shape":"NonEmptyString"}
"fromDiskArn":{"shape":"NonEmptyString"},
"fromInstanceName":{"shape":"ResourceName"},
"fromInstanceArn":{"shape":"NonEmptyString"}
}
},
"DiskSnapshotInfo":{
Expand Down Expand Up @@ -4174,7 +4174,8 @@
"enum":[
"DEFAULT",
"INSTANCE",
"NONE"
"NONE",
"CLOSED"
]
},
"PortList":{
Expand Down
2 changes: 1 addition & 1 deletion src/data/lightsail/2016-11-28/api-2.json.php

Large diffs are not rendered by default.

Loading

0 comments on commit 26987a5

Please sign in to comment.