Skip to content

Commit

Permalink
Updates SDK to v2.1079.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Feb 22, 2022
1 parent 80a8c31 commit 9b3ae59
Show file tree
Hide file tree
Showing 16 changed files with 111 additions and 78 deletions.
12 changes: 12 additions & 0 deletions .changes/2.1079.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "AppRunner",
"description": "AWS App Runner adds a Java platform (Corretto 8, Corretto 11 runtimes) and a Node.js 14 runtime."
},
{
"type": "feature",
"category": "Translate",
"description": "This release enables customers to use translation settings for formality customization in their synchronous translation output."
}
]
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1078.0-->
<!--LATEST=2.1079.0-->
<!--ENTRYINSERT-->

## 2.1079.0
* feature: AppRunner: AWS App Runner adds a Java platform (Corretto 8, Corretto 11 runtimes) and a Node.js 14 runtime.
* feature: Translate: This release enables customers to use translation settings for formality customization in their synchronous translation output.

## 2.1078.0
* feature: CustomerProfiles: This release introduces apis CreateIntegrationWorkflow, DeleteWorkflow, ListWorkflows, GetWorkflow and GetWorkflowSteps. These apis are used to manage and view integration workflows.
* feature: DynamoDB: DynamoDB ExecuteStatement API now supports Limit as a request parameter to specify the maximum number of items to evaluate. If specified, the service will process up to the Limit and the results will include a LastEvaluatedKey value to continue the read in a subsequent operation.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1078.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1079.0.min.js"></script>

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
5 changes: 4 additions & 1 deletion apis/apprunner-2020-05-15.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -2041,7 +2041,10 @@
"type": "string",
"enum": [
"PYTHON_3",
"NODEJS_12"
"NODEJS_12",
"NODEJS_14",
"CORRETTO_8",
"CORRETTO_11"
]
},
"RuntimeEnvironmentVariables": {
Expand Down
37 changes: 19 additions & 18 deletions apis/translate-2017-07-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,16 +105,16 @@
"type": "structure",
"members": {
"ParallelDataProperties": {
"shape": "S11"
"shape": "S12"
},
"DataLocation": {
"shape": "S15"
"shape": "S16"
},
"AuxiliaryDataLocation": {
"shape": "S15"
"shape": "S16"
},
"LatestUpdateAttemptAuxiliaryDataLocation": {
"shape": "S15"
"shape": "S16"
}
}
}
Expand All @@ -134,13 +134,13 @@
"type": "structure",
"members": {
"TerminologyProperties": {
"shape": "S1a"
"shape": "S1b"
},
"TerminologyDataLocation": {
"shape": "S1d"
"shape": "S1e"
},
"AuxiliaryDataLocation": {
"shape": "S1d"
"shape": "S1e"
}
}
}
Expand Down Expand Up @@ -181,10 +181,10 @@
"type": "structure",
"members": {
"TerminologyProperties": {
"shape": "S1a"
"shape": "S1b"
},
"AuxiliaryDataLocation": {
"shape": "S1d"
"shape": "S1e"
}
}
}
Expand All @@ -205,7 +205,7 @@
"ParallelDataPropertiesList": {
"type": "list",
"member": {
"shape": "S11"
"shape": "S12"
}
},
"NextToken": {}
Expand All @@ -228,7 +228,7 @@
"TerminologyPropertiesList": {
"type": "list",
"member": {
"shape": "S1a"
"shape": "S1b"
}
},
"NextToken": {}
Expand Down Expand Up @@ -529,10 +529,11 @@
"Sx": {
"type": "structure",
"members": {
"Formality": {},
"Profanity": {}
}
},
"S11": {
"S12": {
"type": "structure",
"members": {
"Name": {},
Expand All @@ -541,7 +542,7 @@
"Status": {},
"SourceLanguageCode": {},
"TargetLanguageCodes": {
"shape": "S13"
"shape": "S14"
},
"ParallelDataConfig": {
"shape": "S4"
Expand Down Expand Up @@ -574,11 +575,11 @@
}
}
},
"S13": {
"S14": {
"type": "list",
"member": {}
},
"S15": {
"S16": {
"type": "structure",
"required": [
"RepositoryType",
Expand All @@ -589,15 +590,15 @@
"Location": {}
}
},
"S1a": {
"S1b": {
"type": "structure",
"members": {
"Name": {},
"Description": {},
"Arn": {},
"SourceLanguageCode": {},
"TargetLanguageCodes": {
"shape": "S13"
"shape": "S14"
},
"EncryptionKey": {
"shape": "S7"
Expand All @@ -622,7 +623,7 @@
"Format": {}
}
},
"S1d": {
"S1e": {
"type": "structure",
"required": [
"RepositoryType",
Expand Down
10 changes: 10 additions & 0 deletions apis/translate-2017-07-01.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -608,6 +608,13 @@
"KMS"
]
},
"Formality": {
"type": "string",
"enum": [
"FORMAL",
"INFORMAL"
]
},
"GetParallelDataRequest": {
"type": "structure",
"required": [
Expand Down Expand Up @@ -1486,6 +1493,9 @@
"TranslationSettings": {
"type": "structure",
"members": {
"Formality": {
"shape": "Formality"
},
"Profanity": {
"shape": "Profanity",
"documentation": "<p>Enable the profanity setting if you want Amazon Translate to mask profane words and phrases in your translation output.</p> <p>To mask profane words and phrases, Amazon Translate replaces them with the grawlix string “?$#@$“. This 5-character sequence is used for each profane word or phrase, regardless of the length or number of words.</p> <p>Amazon Translate does not detect profanity in all of its supported languages. For languages that support profanity detection, see <a href=\"https://docs.aws.amazon.com/translate/latest/dg/what-is.html#what-is-languages\">Supported Languages and Language Codes in the Amazon Translate Developer Guide</a>.</p>"
Expand Down
Loading

0 comments on commit 9b3ae59

Please sign in to comment.