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 Aug 9, 2019
1 parent af475e7 commit f1e670a
Show file tree
Hide file tree
Showing 27 changed files with 837 additions and 169 deletions.
37 changes: 37 additions & 0 deletions .changes/3.109.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"type": "enhancement",
"category": "",
"description": "Retry InvalidIdentityToken errors for AssumeRoleWithWebIdentityCredentialProvider"
},
{
"type": "bugfix",
"category": "Test\\Integ",
"description": "Add waiter to S3 integration test to prevent failed bucket deletions on cleanup."
},
{
"type": "api-change",
"category": "MediaConvert",
"description": "AWS Elemental MediaConvert has added support for multi-DRM SPEKE with CMAF outputs, MP3 ingest, and options for improved video quality. "
},
{
"type": "api-change",
"category": "Redshift",
"description": "Add expectedNextSnapshotScheduleTime and expectedNextSnapshotScheduleTimeStatus to redshift cluster object."
},
{
"type": "api-change",
"category": "GuardDuty",
"description": "New \"evidence\" field in the finding model to provide evidence information explaining why the finding has been triggered. Currently only threat-intelligence findings have this field. Some documentation updates."
},
{
"type": "api-change",
"category": "IoT",
"description": "This release adds Quality of Service (QoS) support for AWS IoT rules engine republish action."
},
{
"type": "api-change",
"category": "LexRuntimeService",
"description": "Manage Amazon Lex session state using APIs on the client"
}
]
7 changes: 0 additions & 7 deletions .changes/nextrelease/invalid_identity_token_retry.json

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/nextrelease/smoke_cleanup_waiter.json

This file was deleted.

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

## next release

* `Aws\` - Retry InvalidIdentityToken errors for AssumeRoleWithWebIdentityCredentialProvider
* `Aws\GuardDuty` - New "evidence" field in the finding model to provide evidence information explaining why the finding has been triggered. Currently only threat-intelligence findings have this field. Some documentation updates.
* `Aws\IoT` - This release adds Quality of Service (QoS) support for AWS IoT rules engine republish action.
* `Aws\LexRuntimeService` - Manage Amazon Lex session state using APIs on the client
* `Aws\MediaConvert` - AWS Elemental MediaConvert has added support for multi-DRM SPEKE with CMAF outputs, MP3 ingest, and options for improved video quality.
* `Aws\Redshift` - Add expectedNextSnapshotScheduleTime and expectedNextSnapshotScheduleTimeStatus to redshift cluster object.
* `Aws\Test\Integ` - Add waiter to S3 integration test to prevent failed bucket deletions on cleanup.

## 3.109.0 - 2019-08-08

* `Aws\CodeBuild` - CodeBuild adds CloudFormation support for SourceCredential
Expand Down
6 changes: 6 additions & 0 deletions src/LexRuntimeService/LexRuntimeServiceClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,15 @@

/**
* This client is used to interact with the **Amazon Lex Runtime Service** service.
* @method \Aws\Result deleteSession(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteSessionAsync(array $args = [])
* @method \Aws\Result getSession(array $args = [])
* @method \GuzzleHttp\Promise\Promise getSessionAsync(array $args = [])
* @method \Aws\Result postContent(array $args = [])
* @method \GuzzleHttp\Promise\Promise postContentAsync(array $args = [])
* @method \Aws\Result postText(array $args = [])
* @method \GuzzleHttp\Promise\Promise postTextAsync(array $args = [])
* @method \Aws\Result putSession(array $args = [])
* @method \GuzzleHttp\Promise\Promise putSessionAsync(array $args = [])
*/
class LexRuntimeServiceClient extends AwsClient {}
22 changes: 22 additions & 0 deletions src/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -1438,6 +1438,7 @@
},
"hostname" : "es-fips.us-west-1.amazonaws.com"
},
"me-south-1" : { },
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
Expand Down Expand Up @@ -1871,6 +1872,15 @@
"us-west-2" : { }
}
},
"lakeformation" : {
"endpoints" : {
"ap-northeast-1" : { },
"eu-west-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-2" : { }
}
},
"lambda" : {
"endpoints" : {
"ap-east-1" : { },
Expand Down Expand Up @@ -4339,6 +4349,18 @@
"us-gov-west-1" : { }
}
},
"route53" : {
"endpoints" : {
"aws-us-gov-global" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"hostname" : "route53.us-gov.amazonaws.com"
}
},
"isRegionalized" : false,
"partitionEndpoint" : "aws-us-gov-global"
},
"runtime.sagemaker" : {
"endpoints" : {
"us-gov-west-1" : { }
Expand Down
2 changes: 1 addition & 1 deletion src/data/endpoints.json.php

Large diffs are not rendered by default.

34 changes: 34 additions & 0 deletions src/data/guardduty/2017-11-28/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1402,6 +1402,15 @@
"type":"list",
"member":{"shape":"String"}
},
"Evidence":{
"type":"structure",
"members":{
"ThreatIntelligenceDetails":{
"shape":"ThreatIntelligenceDetails",
"locationName":"threatIntelligenceDetails"
}
}
},
"Feedback":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -2725,6 +2734,10 @@
"shape":"Action",
"locationName":"action"
},
"Evidence":{
"shape":"Evidence",
"locationName":"evidence"
},
"Archived":{
"shape":"Boolean",
"locationName":"archived"
Expand Down Expand Up @@ -2925,6 +2938,27 @@
"max":300,
"min":1
},
"ThreatIntelligenceDetail":{
"type":"structure",
"members":{
"ThreatListName":{
"shape":"String",
"locationName":"threatListName"
},
"ThreatNames":{
"shape":"ThreatNames",
"locationName":"threatNames"
}
}
},
"ThreatIntelligenceDetails":{
"type":"list",
"member":{"shape":"ThreatIntelligenceDetail"}
},
"ThreatNames":{
"type":"list",
"member":{"shape":"String"}
},
"UnarchiveFindingsRequest":{
"type":"structure",
"required":[
Expand Down
2 changes: 1 addition & 1 deletion src/data/guardduty/2017-11-28/api-2.json.php

Large diffs are not rendered by default.

Loading

0 comments on commit f1e670a

Please sign in to comment.