Skip to content

Commit

Permalink
Release v1.34.17 (2020-09-03)
Browse files Browse the repository at this point in the history
===

### Service Client Updates
* `service/guardduty`: Updates service API and documentation
  * GuardDuty findings triggered by failed events now include the error code name within the AwsApiCallAction section.
* `service/kendra`: Updates service API and documentation
  * Amazon Kendra now returns confidence scores for both 'answer' and 'question and answer' query responses.
* `service/mediapackage`: Updates service API and documentation
  * Enables inserting a UTCTiming XML tag in the output manifest of a DASH endpoint which a media player will use to help with time synchronization.
* `service/states`: Updates service API and documentation
  * This release of the AWS Step Functions SDK introduces support for payloads up to 256KB for Standard and Express workflows
  • Loading branch information
awssdkgo committed Sep 3, 2020
1 parent 95871fc commit 09ca0aa
Show file tree
Hide file tree
Showing 14 changed files with 533 additions and 74 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Release v1.34.17 (2020-09-03)
===

### Service Client Updates
* `service/guardduty`: Updates service API and documentation
* GuardDuty findings triggered by failed events now include the error code name within the AwsApiCallAction section.
* `service/kendra`: Updates service API and documentation
* Amazon Kendra now returns confidence scores for both 'answer' and 'question and answer' query responses.
* `service/mediapackage`: Updates service API and documentation
* Enables inserting a UTCTiming XML tag in the output manifest of a DASH endpoint which a media player will use to help with time synchronization.
* `service/states`: Updates service API and documentation
* This release of the AWS Step Functions SDK introduces support for payloads up to 256KB for Standard and Express workflows

Release v1.34.16 (2020-09-02)
===

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.34.16"
const SDKVersion = "1.34.17"
4 changes: 4 additions & 0 deletions models/apis/guardduty/2017-11-28/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1022,6 +1022,10 @@
"shape":"DomainDetails",
"locationName":"domainDetails"
},
"ErrorCode":{
"shape":"String",
"locationName":"errorCode"
},
"RemoteIpDetails":{
"shape":"RemoteIpDetails",
"locationName":"remoteIpDetails"
Expand Down
7 changes: 4 additions & 3 deletions models/apis/guardduty/2017-11-28/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
}
},
"AwsApiCallAction": {
"base": "<p>Contains information about the API operation.</p>",
"base": "<p>Contains information about the API action.</p>",
"refs": {
"Action$AwsApiCallAction": "<p>Information about the AWS_API_CALL action described in this finding.</p>"
}
Expand Down Expand Up @@ -394,7 +394,7 @@
}
},
"DefaultServerSideEncryption": {
"base": "<p>Contains information on the server side encryption method used in the S3 bucket. See <a href=\"https://docs.aws.amazon.com/AmazonS3/atest/dev/serv-side-encryption.html\">S3 Server-Side Encryption</a> for more information.</p>",
"base": "<p>Contains information on the server side encryption method used in the S3 bucket. See <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/serv-side-encryption.html\">S3 Server-Side Encryption</a> for more information.</p>",
"refs": {
"S3BucketDetail$DefaultServerSideEncryption": "<p>Describes the server side encryption method used in the S3 bucket.</p>"
}
Expand Down Expand Up @@ -1329,7 +1329,7 @@
"RemoteIpDetails": {
"base": "<p>Contains information about the remote IP address of the connection.</p>",
"refs": {
"AwsApiCallAction$RemoteIpDetails": "<p>The remote IP information of the connection.</p>",
"AwsApiCallAction$RemoteIpDetails": "<p>The remote IP information of the connection that initiated the AWS API call.</p>",
"NetworkConnectionAction$RemoteIpDetails": "<p>The remote IP information of the connection.</p>",
"PortProbeDetail$RemoteIpDetails": "<p>The remote IP information of the connection.</p>"
}
Expand Down Expand Up @@ -1434,6 +1434,7 @@
"AdminAccount$AdminAccountId": "<p>The AWS account ID for the account.</p>",
"AwsApiCallAction$Api": "<p>The AWS API name.</p>",
"AwsApiCallAction$CallerType": "<p>The AWS API caller type.</p>",
"AwsApiCallAction$ErrorCode": "<p>The error code of the failed AWS API action.</p>",
"AwsApiCallAction$ServiceName": "<p>The AWS service name whose API was invoked.</p>",
"BadRequestException$Message": "<p>The error message.</p>",
"BadRequestException$Type": "<p>The error type.</p>",
Expand Down
19 changes: 17 additions & 2 deletions models/apis/kendra/2019-02-03/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,7 @@
},
"DataSourceInclusionsExclusionsStringsMember":{
"type":"string",
"max":150,
"max":50,
"min":1
},
"DataSourceName":{
Expand Down Expand Up @@ -1596,7 +1596,8 @@
"DocumentTitle":{"shape":"TextWithHighlights"},
"DocumentExcerpt":{"shape":"TextWithHighlights"},
"DocumentURI":{"shape":"Url"},
"DocumentAttributes":{"shape":"DocumentAttributeList"}
"DocumentAttributes":{"shape":"DocumentAttributeList"},
"ScoreAttributes":{"shape":"ScoreAttributes"}
}
},
"QueryResultItemList":{
Expand Down Expand Up @@ -1875,6 +1876,20 @@
]
},
"ScanSchedule":{"type":"string"},
"ScoreAttributes":{
"type":"structure",
"members":{
"ScoreConfidence":{"shape":"ScoreConfidence"}
}
},
"ScoreConfidence":{
"type":"string",
"enum":[
"VERY_HIGH",
"HIGH",
"MEDIUM"
]
},
"Search":{
"type":"structure",
"members":{
Expand Down
22 changes: 17 additions & 5 deletions models/apis/kendra/2019-02-03/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"AdditionalResultAttributeList": {
"base": null,
"refs": {
"QueryResultItem$AdditionalAttributes": "<p>One or more additional attribues associated with the query result.</p>"
"QueryResultItem$AdditionalAttributes": "<p>One or more additional attributes associated with the query result.</p>"
}
},
"AdditionalResultAttributeValue": {
Expand Down Expand Up @@ -522,8 +522,8 @@
"base": "<p>A custom attribute value assigned to a document. </p>",
"refs": {
"AttributeFilter$EqualsTo": "<p>Performs an equals operation on two document attributes.</p>",
"AttributeFilter$ContainsAll": "<p>Returns true when a document contains all of the specified document attributes. This filter is only appicable to <code>StringListValue</code> metadata.</p>",
"AttributeFilter$ContainsAny": "<p>Returns true when a document contains any of the specified document attributes.This filter is only appicable to <code>StringListValue</code> metadata.</p>",
"AttributeFilter$ContainsAll": "<p>Returns true when a document contains all of the specified document attributes. This filter is only applicable to <code>StringListValue</code> metadata.</p>",
"AttributeFilter$ContainsAny": "<p>Returns true when a document contains any of the specified document attributes. This filter is only applicable to <code>StringListValue</code> metadata.</p>",
"AttributeFilter$GreaterThan": "<p>Performs a greater than operation on two document attributes. Use with a document attribute of type <code>Integer</code> or <code>Long</code>.</p>",
"AttributeFilter$GreaterThanOrEquals": "<p>Performs a greater or equals than operation on two document attributes. Use with a document attribute of type <code>Integer</code> or <code>Long</code>.</p>",
"AttributeFilter$LessThan": "<p>Performs a less than operation on two document attributes. Use with a document attribute of type <code>Integer</code> or <code>Long</code>.</p>",
Expand Down Expand Up @@ -1055,7 +1055,7 @@
"QueryIdentifiersEnclosingOption": {
"base": null,
"refs": {
"SqlConfiguration$QueryIdentifiersEnclosingOption": "<p>Determines whether Amazon Kendra encloses SQL identifiers in double quotes (\") when making a database query.</p> <p>By default, Amazon Kendra passes SQL identifiers the way that they are entered into the data source configuration. It does not change the case of identifiers or enclose them in quotes.</p> <p>PostgreSQL internally converts uppercase characters to lower case characters in identifiers unless they are quoted. Choosing this option encloses identifiers in quotes so that PostgreSQL does not convert the character's case.</p> <p>For MySQL databases, you must enable the <code>ansi_quotes</code> option when you choose this option.</p>"
"SqlConfiguration$QueryIdentifiersEnclosingOption": "<p>Determines whether Amazon Kendra encloses SQL identifiers for tables and column names in double quotes (\") when making a database query.</p> <p>By default, Amazon Kendra passes SQL identifiers the way that they are entered into the data source configuration. It does not change the case of identifiers or enclose them in quotes.</p> <p>PostgreSQL internally converts uppercase characters to lower case characters in identifiers unless they are quoted. Choosing this option encloses identifiers in quotes so that PostgreSQL does not convert the character's case.</p> <p>For MySQL databases, you must enable the <code>ansi_quotes</code> option when you set this field to <code>DOUBLE_QUOTES</code>.</p>"
}
},
"QueryRequest": {
Expand Down Expand Up @@ -1293,6 +1293,18 @@
"UpdateDataSourceRequest$Schedule": "<p>The new update schedule for the data source.</p>"
}
},
"ScoreAttributes": {
"base": "<p>Provides a relative ranking that indicates how confident Amazon Kendra is that the response matches the query.</p>",
"refs": {
"QueryResultItem$ScoreAttributes": "<p>Indicates the confidence that Amazon Kendra has that a result matches the query that you provided. Each result is placed into a bin that indicates the confidence, <code>VERY_HIGH</code>, <code>HIGH</code>, and <code>MEDIUM</code>. You can use the score to determine if a response meets the confidence needed for your application.</p> <p>Confidence scores are only returned for results with the <code>Type</code> field set to <code>QUESTION_ANSWER</code> or <code>ANSWER</code>. This field is not returned if the <code>Type</code> field is set to <code>DOCUMENT</code>.</p>"
}
},
"ScoreConfidence": {
"base": "Enumeration for query score confidence.",
"refs": {
"ScoreAttributes$ScoreConfidence": "<p>A relative ranking for how well the response matches the query.</p>"
}
},
"Search": {
"base": "<p>Provides information about how a custom index field is used during a search.</p>",
"refs": {
Expand Down Expand Up @@ -1382,7 +1394,7 @@
}
},
"SortingConfiguration": {
"base": "<p>Specifies the document attribute to use to sort the response to a Amazon Kendra query. You can specify a single attribute for sorting. The attribute must have the <code>Sortable</code> flag set to <code>true</code>, otherwise Amazon Kendra returns an exception.</p>",
"base": "<p>Specifies the document attribute to use to sort the response to a Amazon Kendra query. You can specify a single attribute for sorting. The attribute must have the <code>Sortable</code> flag set to <code>true</code>, otherwise Amazon Kendra returns an exception.</p> <p>You can sort attributes of the following types.</p> <ul> <li> <p>Date value</p> </li> <li> <p>Long value</p> </li> <li> <p>String value</p> </li> </ul> <p>You can't sort attributes of the following type.</p> <ul> <li> <p>String list value</p> </li> </ul>",
"refs": {
"QueryRequest$SortingConfiguration": "<p>Provides information that determines how the results of the query are sorted. You can set the field that Amazon Kendra should sort the results on, and specify whether the results should be sorted in ascending or descending order. In the case of ties in sorting the results, the results are sorted by relevance.</p> <p>If you don't provide sorting configuration, the results are sorted by the relevance that Amazon Kendra determines for the result.</p>"
}
Expand Down
16 changes: 16 additions & 0 deletions models/apis/mediapackage/2017-10-12/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1060,6 +1060,14 @@
"SuggestedPresentationDelaySeconds": {
"locationName": "suggestedPresentationDelaySeconds",
"shape": "__integer"
},
"UtcTiming": {
"locationName": "utcTiming",
"shape": "UtcTiming"
},
"UtcTimingUri": {
"locationName": "utcTimingUri",
"shape": "__string"
}
},
"type": "structure"
Expand Down Expand Up @@ -2422,6 +2430,14 @@
},
"type": "structure"
},
"UtcTiming": {
"enum": [
"NONE",
"HTTP-HEAD",
"HTTP-ISO"
],
"type": "string"
},
"__AdTriggersElement": {
"enum": [
"SPLICE_INSERT",
Expand Down
7 changes: 7 additions & 0 deletions models/apis/mediapackage/2017-10-12/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,12 @@
"base" : null,
"refs" : { }
},
"UtcTiming" : {
"base" : null,
"refs" : {
"DashPackage$UtcTiming" : "Determines the type of UTCTiming included in the Media Presentation Description (MPD)"
}
},
"__AdTriggersElement" : {
"base" : null,
"refs" : {
Expand Down Expand Up @@ -406,6 +412,7 @@
"ChannelUpdateParameters$Description" : "A short text description of the Channel.",
"CmafPackage$SegmentPrefix" : "An optional custom string that is prepended to the name of each segment. If not specified, it defaults to the ChannelId.",
"CmafPackageCreateOrUpdateParameters$SegmentPrefix" : "An optional custom string that is prepended to the name of each segment. If not specified, it defaults to the ChannelId.",
"DashPackage$UtcTimingUri" : "Specifies the value attribute of the UTCTiming field when utcTiming is set to HTTP-ISO or HTTP-HEAD",
"HarvestJob$Arn" : "The Amazon Resource Name (ARN) assigned to the HarvestJob.\n",
"HarvestJob$ChannelId" : "The ID of the Channel that the HarvestJob will harvest from.\n",
"HarvestJob$CreatedAt" : "The time the HarvestJob was submitted\n",
Expand Down
Loading

0 comments on commit 09ca0aa

Please sign in to comment.