Skip to content

Commit

Permalink
Release v1.44.103 (2022-09-21) (#4565)
Browse files Browse the repository at this point in the history
Release v1.44.103 (2022-09-21)
===

### Service Client Updates
* `service/comprehend`: Updates service API and documentation
* `service/s3control`: Updates service API and documentation
  * S3 on Outposts launches support for object versioning for Outposts buckets. With S3 Versioning, you can preserve, retrieve, and restore every version of every object stored in your buckets. You can recover from both unintended user actions and application failures.
* `service/sagemaker`: Updates service API and documentation
  * SageMaker now allows customization on Canvas Application settings, including enabling/disabling time-series forecasting and specifying an Amazon Forecast execution role at both the Domain and UserProfile levels.
  • Loading branch information
aws-sdk-go-automation committed Sep 21, 2022
1 parent 242f055 commit 2ea5e80
Show file tree
Hide file tree
Showing 16 changed files with 2,327 additions and 275 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
Release v1.44.103 (2022-09-21)
===

### Service Client Updates
* `service/comprehend`: Updates service API and documentation
* `service/s3control`: Updates service API and documentation
* S3 on Outposts launches support for object versioning for Outposts buckets. With S3 Versioning, you can preserve, retrieve, and restore every version of every object stored in your buckets. You can recover from both unintended user actions and application failures.
* `service/sagemaker`: Updates service API and documentation
* SageMaker now allows customization on Canvas Application settings, including enabling/disabling time-series forecasting and specifying an Amazon Forecast execution role at both the Domain and UserProfile levels.

Release v1.44.102 (2022-09-20)
===

Expand Down
30 changes: 30 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.44.102"
const SDKVersion = "1.44.103"
143 changes: 143 additions & 0 deletions models/apis/comprehend/2017-11-27/api-2.json
Expand Up @@ -92,6 +92,22 @@
{"shape":"InternalServerException"}
]
},
"BatchDetectTargetedSentiment":{
"name":"BatchDetectTargetedSentiment",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"BatchDetectTargetedSentimentRequest"},
"output":{"shape":"BatchDetectTargetedSentimentResponse"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"TextSizeLimitExceededException"},
{"shape":"UnsupportedLanguageException"},
{"shape":"BatchSizeLimitExceededException"},
{"shape":"InternalServerException"}
]
},
"ClassifyDocument":{
"name":"ClassifyDocument",
"http":{
Expand Down Expand Up @@ -527,6 +543,21 @@
{"shape":"InternalServerException"}
]
},
"DetectTargetedSentiment":{
"name":"DetectTargetedSentiment",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DetectTargetedSentimentRequest"},
"output":{"shape":"DetectTargetedSentimentResponse"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"TextSizeLimitExceededException"},
{"shape":"UnsupportedLanguageException"},
{"shape":"InternalServerException"}
]
},
"ImportModel":{
"name":"ImportModel",
"http":{
Expand Down Expand Up @@ -1290,6 +1321,36 @@
},
"sensitive":true
},
"BatchDetectTargetedSentimentItemResult":{
"type":"structure",
"members":{
"Index":{"shape":"Integer"},
"Entities":{"shape":"ListOfTargetedSentimentEntities"}
}
},
"BatchDetectTargetedSentimentRequest":{
"type":"structure",
"required":[
"TextList",
"LanguageCode"
],
"members":{
"TextList":{"shape":"CustomerInputStringList"},
"LanguageCode":{"shape":"LanguageCode"}
}
},
"BatchDetectTargetedSentimentResponse":{
"type":"structure",
"required":[
"ResultList",
"ErrorList"
],
"members":{
"ResultList":{"shape":"ListOfDetectTargetedSentimentResult"},
"ErrorList":{"shape":"BatchItemErrorList"}
},
"sensitive":true
},
"BatchItemError":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -1829,6 +1890,24 @@
},
"sensitive":true
},
"DetectTargetedSentimentRequest":{
"type":"structure",
"required":[
"Text",
"LanguageCode"
],
"members":{
"Text":{"shape":"CustomerInputString"},
"LanguageCode":{"shape":"LanguageCode"}
}
},
"DetectTargetedSentimentResponse":{
"type":"structure",
"members":{
"Entities":{"shape":"ListOfTargetedSentimentEntities"}
},
"sensitive":true
},
"DocumentClass":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -2659,6 +2738,10 @@
"type":"list",
"member":{"shape":"DocumentClass"}
},
"ListOfDescriptiveMentionIndices":{
"type":"list",
"member":{"shape":"Integer"}
},
"ListOfDetectDominantLanguageResult":{
"type":"list",
"member":{"shape":"BatchDetectDominantLanguageItemResult"}
Expand All @@ -2679,6 +2762,10 @@
"type":"list",
"member":{"shape":"BatchDetectSyntaxItemResult"}
},
"ListOfDetectTargetedSentimentResult":{
"type":"list",
"member":{"shape":"BatchDetectTargetedSentimentItemResult"}
},
"ListOfDocumentReadFeatureTypes":{
"type":"list",
"member":{"shape":"DocumentReadFeatureTypes"},
Expand All @@ -2705,6 +2792,10 @@
"type":"list",
"member":{"shape":"DocumentLabel"}
},
"ListOfMentions":{
"type":"list",
"member":{"shape":"TargetedSentimentMention"}
},
"ListOfPiiEntities":{
"type":"list",
"member":{"shape":"PiiEntity"}
Expand All @@ -2717,6 +2808,10 @@
"type":"list",
"member":{"shape":"SyntaxToken"}
},
"ListOfTargetedSentimentEntities":{
"type":"list",
"member":{"shape":"TargetedSentimentEntity"}
},
"ListPiiEntitiesDetectionJobsRequest":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -2802,6 +2897,13 @@
"max":500,
"min":1
},
"MentionSentiment":{
"type":"structure",
"members":{
"Sentiment":{"shape":"SentimentType"},
"SentimentScore":{"shape":"SentimentScore"}
}
},
"ModelStatus":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -3614,6 +3716,47 @@
"type":"list",
"member":{"shape":"TargetedSentimentDetectionJobProperties"}
},
"TargetedSentimentEntity":{
"type":"structure",
"members":{
"DescriptiveMentionIndex":{"shape":"ListOfDescriptiveMentionIndices"},
"Mentions":{"shape":"ListOfMentions"}
}
},
"TargetedSentimentEntityType":{
"type":"string",
"enum":[
"PERSON",
"LOCATION",
"ORGANIZATION",
"FACILITY",
"BRAND",
"COMMERCIAL_ITEM",
"MOVIE",
"MUSIC",
"BOOK",
"SOFTWARE",
"GAME",
"PERSONAL_TITLE",
"EVENT",
"DATE",
"QUANTITY",
"ATTRIBUTE",
"OTHER"
]
},
"TargetedSentimentMention":{
"type":"structure",
"members":{
"Score":{"shape":"Float"},
"GroupScore":{"shape":"Float"},
"Text":{"shape":"String"},
"Type":{"shape":"TargetedSentimentEntityType"},
"MentionSentiment":{"shape":"MentionSentiment"},
"BeginOffset":{"shape":"Integer"},
"EndOffset":{"shape":"Integer"}
}
},
"TextSizeLimitExceededException":{
"type":"structure",
"members":{
Expand Down

0 comments on commit 2ea5e80

Please sign in to comment.