Skip to content

Commit

Permalink
Release v1.40.18 (2021-08-09) (#4050)
Browse files Browse the repository at this point in the history
Release v1.40.18 (2021-08-09)
===

### Service Client Updates
* `service/rekognition`: Updates service API and documentation
  * This release adds support for four new types of segments (opening credits, content segments, slates, and studio logos), improved accuracy for credits and shot detection and new filters to control black frame detection.
* `service/ssm`: Updates service documentation
  * Documentation updates for AWS Systems Manager.
* `service/wafv2`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation authored Aug 9, 2021
1 parent 9f71301 commit 39bddc5
Show file tree
Hide file tree
Showing 14 changed files with 3,176 additions and 524 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Release v1.40.18 (2021-08-09)
===

### Service Client Updates
* `service/rekognition`: Updates service API and documentation
* This release adds support for four new types of segments (opening credits, content segments, slates, and studio logos), improved accuracy for credits and shot detection and new filters to control black frame detection.
* `service/ssm`: Updates service documentation
* Documentation updates for AWS Systems Manager.
* `service/wafv2`: Updates service API and documentation

Release v1.40.17 (2021-08-06)
===

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.40.17"
const SDKVersion = "1.40.18"
41 changes: 37 additions & 4 deletions models/apis/rekognition/2016-06-27/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1023,6 +1023,13 @@
"Confidence":{"shape":"Percent"}
}
},
"BlackFrame":{
"type":"structure",
"members":{
"MaxPixelThreshold":{"shape":"MaxPixelThreshold"},
"MinCoveragePercentage":{"shape":"MinCoveragePercentage"}
}
},
"BodyPart":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -2294,10 +2301,20 @@
"type":"integer",
"min":1
},
"MaxPixelThreshold":{
"type":"float",
"max":1,
"min":0
},
"MaxResults":{
"type":"integer",
"min":1
},
"MinCoveragePercentage":{
"type":"float",
"max":100,
"min":0
},
"ModerationLabel":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -2761,7 +2778,10 @@
"EndTimecodeSMPTE":{"shape":"Timecode"},
"DurationSMPTE":{"shape":"Timecode"},
"TechnicalCueSegment":{"shape":"TechnicalCueSegment"},
"ShotSegment":{"shape":"ShotSegment"}
"ShotSegment":{"shape":"ShotSegment"},
"StartFrameNumber":{"shape":"ULong"},
"EndFrameNumber":{"shape":"ULong"},
"DurationFrames":{"shape":"ULong"}
}
},
"SegmentDetections":{
Expand Down Expand Up @@ -2981,7 +3001,8 @@
"StartTechnicalCueDetectionFilter":{
"type":"structure",
"members":{
"MinSegmentConfidence":{"shape":"SegmentConfidence"}
"MinSegmentConfidence":{"shape":"SegmentConfidence"},
"BlackFrame":{"shape":"BlackFrame"}
}
},
"StartTextDetectionFilters":{
Expand Down Expand Up @@ -3150,7 +3171,11 @@
"enum":[
"ColorBars",
"EndCredits",
"BlackFrames"
"BlackFrames",
"OpeningCredits",
"StudioLogo",
"Slate",
"Content"
]
},
"TestingData":{
Expand Down Expand Up @@ -3288,6 +3313,13 @@
"S3Object":{"shape":"S3Object"}
}
},
"VideoColorRange":{
"type":"string",
"enum":[
"FULL",
"LIMITED"
]
},
"VideoJobStatus":{
"type":"string",
"enum":[
Expand All @@ -3304,7 +3336,8 @@
"Format":{"shape":"String"},
"FrameRate":{"shape":"Float"},
"FrameHeight":{"shape":"ULong"},
"FrameWidth":{"shape":"ULong"}
"FrameWidth":{"shape":"ULong"},
"ColorRange":{"shape":"VideoColorRange"}
}
},
"VideoMetadataList":{
Expand Down
79 changes: 53 additions & 26 deletions models/apis/rekognition/2016-06-27/docs-2.json

Large diffs are not rendered by default.

196 changes: 98 additions & 98 deletions models/apis/ssm/2014-11-06/docs-2.json

Large diffs are not rendered by default.

Loading

0 comments on commit 39bddc5

Please sign in to comment.