Skip to content

Commit

Permalink
Release v1.37.29 (2021-03-11) (#3818)
Browse files Browse the repository at this point in the history
Release v1.37.29 (2021-03-11)
===

### Service Client Updates
* `service/comprehend`: Updates service API and documentation
* `service/medialive`: Updates service API and documentation
  * MediaLive supports the ability to apply a canned ACL to output sent to an AWS S3 bucket; supports ability to specify position for EBU-TT and TTML output captions converted from Teletext source.
* `service/network-firewall`: Updates service documentation
* `service/wafv2`: Updates service documentation
  • Loading branch information
aws-sdk-go-automation committed Mar 11, 2021
1 parent 60fb75b commit cce99bf
Show file tree
Hide file tree
Showing 14 changed files with 937 additions and 122 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.37.29 (2021-03-11)
===

### Service Client Updates
* `service/comprehend`: Updates service API and documentation
* `service/medialive`: Updates service API and documentation
* MediaLive supports the ability to apply a canned ACL to output sent to an AWS S3 bucket; supports ability to specify position for EBU-TT and TTML output captions converted from Teletext source.
* `service/network-firewall`: Updates service documentation
* `service/wafv2`: Updates service documentation

Release v1.37.28 (2021-03-10)
===

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.37.28"
const SDKVersion = "1.37.29"
45 changes: 44 additions & 1 deletion models/apis/comprehend/2017-11-27/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,21 @@
{"shape":"InternalServerException"}
]
},
"ContainsPiiEntities":{
"name":"ContainsPiiEntities",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ContainsPiiEntitiesRequest"},
"output":{"shape":"ContainsPiiEntitiesResponse"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"TextSizeLimitExceededException"},
{"shape":"UnsupportedLanguageException"},
{"shape":"InternalServerException"}
]
},
"CreateDocumentClassifier":{
"name":"CreateDocumentClassifier",
"http":{
Expand Down Expand Up @@ -1205,6 +1220,23 @@
},
"exception":true
},
"ContainsPiiEntitiesRequest":{
"type":"structure",
"required":[
"Text",
"LanguageCode"
],
"members":{
"Text":{"shape":"String"},
"LanguageCode":{"shape":"LanguageCode"}
}
},
"ContainsPiiEntitiesResponse":{
"type":"structure",
"members":{
"Labels":{"shape":"ListOfEntityLabels"}
}
},
"CreateDocumentClassifierRequest":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -1812,6 +1844,13 @@
"EndOffset":{"shape":"Integer"}
}
},
"EntityLabel":{
"type":"structure",
"members":{
"Name":{"shape":"PiiEntityType"},
"Score":{"shape":"Float"}
}
},
"EntityRecognizerAnnotations":{
"type":"structure",
"required":["S3Uri"],
Expand Down Expand Up @@ -1943,7 +1982,7 @@
"EntityTypeName":{
"type":"string",
"max":64,
"pattern":"^(?:(?!\\\\n+|\\\\t+|\\\\r+|[\\r\\t\\n\\s,]).)+$"
"pattern":"^(?:(?!\\\\n+|\\\\t+|\\\\r+|[\\r\\t\\n,]).)+$"
},
"EntityTypesEvaluationMetrics":{
"type":"structure",
Expand Down Expand Up @@ -2303,6 +2342,10 @@
"type":"list",
"member":{"shape":"Entity"}
},
"ListOfEntityLabels":{
"type":"list",
"member":{"shape":"EntityLabel"}
},
"ListOfKeyPhrases":{
"type":"list",
"member":{"shape":"KeyPhrase"}
Expand Down
29 changes: 28 additions & 1 deletion models/apis/comprehend/2017-11-27/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"BatchDetectSentiment": "<p>Inspects a batch of documents and returns an inference of the prevailing sentiment, <code>POSITIVE</code>, <code>NEUTRAL</code>, <code>MIXED</code>, or <code>NEGATIVE</code>, in each one.</p>",
"BatchDetectSyntax": "<p>Inspects the text of a batch of documents for the syntax and part of speech of the words in the document and returns information about them. For more information, see <a>how-syntax</a>.</p>",
"ClassifyDocument": "<p>Creates a new document classification request to analyze a single document in real-time, using a previously created and trained custom model and an endpoint.</p>",
"ContainsPiiEntities": "<p>Analyzes input text for the presence of personally identifiable information (PII) and returns the labels of identified PII entity types such as name, address, bank account number, or phone number.</p>",
"CreateDocumentClassifier": "<p>Creates a new document classifier that you can use to categorize documents. To create a classifier, you provide a set of training documents that labeled with the categories that you want to use. After the classifier is trained you can use it to categorize a set of labeled documents into the categories. For more information, see <a>how-document-classification</a>.</p>",
"CreateEndpoint": "<p>Creates a model-specific endpoint for synchronous inference for a previously trained custom model </p>",
"CreateEntityRecognizer": "<p>Creates an entity recognizer using submitted files. After your <code>CreateEntityRecognizer</code> request is submitted, you can check job status using the API. </p>",
Expand Down Expand Up @@ -284,6 +285,16 @@
"refs": {
}
},
"ContainsPiiEntitiesRequest": {
"base": null,
"refs": {
}
},
"ContainsPiiEntitiesResponse": {
"base": null,
"refs": {
}
},
"CreateDocumentClassifierRequest": {
"base": null,
"refs": {
Expand Down Expand Up @@ -732,6 +743,12 @@
"ListOfEntities$member": null
}
},
"EntityLabel": {
"base": "<p>Specifies one of the label or labels that categorize the personally identifiable information (PII) entity being analyzed.</p>",
"refs": {
"ListOfEntityLabels$member": null
}
},
"EntityRecognizerAnnotations": {
"base": "<p>Describes the annotations associated with a entity recognizer.</p>",
"refs": {
Expand Down Expand Up @@ -892,6 +909,7 @@
"DocumentLabel$Score": "<p>The confidence score that Amazon Comprehend has this label correctly attributed.</p>",
"DominantLanguage$Score": "<p>The level of confidence that Amazon Comprehend has in the accuracy of the detection.</p>",
"Entity$Score": "<p>The level of confidence that Amazon Comprehend has in the accuracy of the detection.</p>",
"EntityLabel$Score": "<p>The level of confidence that Amazon Comprehend has in the accuracy of the detection.</p>",
"KeyPhrase$Score": "<p>The level of confidence that Amazon Comprehend has in the accuracy of the detection.</p>",
"PartOfSpeechTag$Score": "<p>The confidence that Amazon Comprehend has that the part of speech was correctly identified.</p>",
"PiiEntity$Score": "<p>The level of confidence that Amazon Comprehend has in the accuracy of the detection.</p>",
Expand Down Expand Up @@ -1180,6 +1198,7 @@
"BatchDetectEntitiesRequest$LanguageCode": "<p>The language of the input documents. You can specify any of the primary languages supported by Amazon Comprehend. All documents must be in the same language.</p>",
"BatchDetectKeyPhrasesRequest$LanguageCode": "<p>The language of the input documents. You can specify any of the primary languages supported by Amazon Comprehend. All documents must be in the same language.</p>",
"BatchDetectSentimentRequest$LanguageCode": "<p>The language of the input documents. You can specify any of the primary languages supported by Amazon Comprehend. All documents must be in the same language.</p>",
"ContainsPiiEntitiesRequest$LanguageCode": "<p>The language of the input documents.</p>",
"CreateDocumentClassifierRequest$LanguageCode": "<p>The language of the input documents. You can specify any of the following languages supported by Amazon Comprehend: German (\"de\"), English (\"en\"), Spanish (\"es\"), French (\"fr\"), Italian (\"it\"), or Portuguese (\"pt\"). All documents must be in the same language.</p>",
"CreateEntityRecognizerRequest$LanguageCode": "<p> You can specify any of the following languages supported by Amazon Comprehend: English (\"en\"), Spanish (\"es\"), French (\"fr\"), Italian (\"it\"), German (\"de\"), or Portuguese (\"pt\"). All documents must be in the same language.</p>",
"DetectEntitiesRequest$LanguageCode": "<p>The language of the input documents. You can specify any of the primary languages supported by Amazon Comprehend. All documents must be in the same language.</p> <p>If your request includes the endpoint for a custom entity recognition model, Amazon Comprehend uses the language of your custom model, and it ignores any language code that you specify here.</p>",
Expand Down Expand Up @@ -1330,6 +1349,12 @@
"DetectEntitiesResponse$Entities": "<p>A collection of entities identified in the input text. For each entity, the response provides the entity text, entity type, where the entity text begins and ends, and the level of confidence that Amazon Comprehend has in the detection. </p> <p>If your request uses a custom entity recognition model, Amazon Comprehend detects the entities that the model is trained to recognize. Otherwise, it detects the default entity types. For a list of default entity types, see <a>how-entities</a>.</p>"
}
},
"ListOfEntityLabels": {
"base": null,
"refs": {
"ContainsPiiEntitiesResponse$Labels": "<p>The labels used in the document being analyzed. Individual labels represent personally identifiable information (PII) entity types.</p>"
}
},
"ListOfKeyPhrases": {
"base": null,
"refs": {
Expand Down Expand Up @@ -1512,6 +1537,7 @@
"PiiEntityType": {
"base": null,
"refs": {
"EntityLabel$Name": "<p>The name of the label.</p>",
"ListOfPiiEntityTypes$member": null,
"PiiEntity$Type": "<p>The entity's type.</p>"
}
Expand Down Expand Up @@ -1775,6 +1801,7 @@
"BatchItemError$ErrorMessage": "<p>A text description of the error.</p>",
"BatchSizeLimitExceededException$Message": null,
"ConcurrentModificationException$Message": null,
"ContainsPiiEntitiesRequest$Text": "<p>Creates a new document classification request to analyze a single document in real-time, returning personally identifiable information (PII) entity labels.</p>",
"DetectPiiEntitiesRequest$Text": "<p>A UTF-8 text string. Each string must contain fewer that 5,000 bytes of UTF-8 encoded characters.</p>",
"DocumentClass$Name": "<p>The name of the class.</p>",
"DocumentLabel$Name": "<p>The name of the label.</p>",
Expand Down Expand Up @@ -1990,7 +2017,7 @@
}
},
"UnsupportedLanguageException": {
"base": "<p>Amazon Comprehend can't process the language of the input text. For all custom entity recognition APIs (such as <code>CreateEntityRecognizer</code>), only English, Spanish, French, Italian, German, or Portuguese are accepted. For most other APIs, such as those for Custom Classification, Amazon Comprehend accepts text in all supported languages. For a list of supported languages, see <a>supported-languages</a>. </p>",
"base": "<p>Amazon Comprehend can't process the language of the input text. For custom entity recognition APIs, only English, Spanish, French, Italian, German, or Portuguese are accepted. For a list of supported languages, see <a>supported-languages</a>. </p>",
"refs": {
}
},
Expand Down
Loading

0 comments on commit cce99bf

Please sign in to comment.