Skip to content

Commit 9b3ae59

Browse files
author
awstools
committed
Updates SDK to v2.1079.0
1 parent 80a8c31 commit 9b3ae59

16 files changed

+111
-78
lines changed

.changes/2.1079.0.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "AppRunner",
5+
"description": "AWS App Runner adds a Java platform (Corretto 8, Corretto 11 runtimes) and a Node.js 14 runtime."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Translate",
10+
"description": "This release enables customers to use translation settings for formality customization in their synchronous translation output."
11+
}
12+
]

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1078.0-->
2+
<!--LATEST=2.1079.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1079.0
6+
* feature: AppRunner: AWS App Runner adds a Java platform (Corretto 8, Corretto 11 runtimes) and a Node.js 14 runtime.
7+
* feature: Translate: This release enables customers to use translation settings for formality customization in their synchronous translation output.
8+
59
## 2.1078.0
610
* feature: CustomerProfiles: This release introduces apis CreateIntegrationWorkflow, DeleteWorkflow, ListWorkflows, GetWorkflow and GetWorkflowSteps. These apis are used to manage and view integration workflows.
711
* 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.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

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

3434
You can also build a custom browser SDK with your specified set of AWS services.
3535
This can allow you to reduce the SDK's size, specify different API versions of

apis/apprunner-2020-05-15.normal.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2041,7 +2041,10 @@
20412041
"type": "string",
20422042
"enum": [
20432043
"PYTHON_3",
2044-
"NODEJS_12"
2044+
"NODEJS_12",
2045+
"NODEJS_14",
2046+
"CORRETTO_8",
2047+
"CORRETTO_11"
20452048
]
20462049
},
20472050
"RuntimeEnvironmentVariables": {

apis/translate-2017-07-01.min.json

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -105,16 +105,16 @@
105105
"type": "structure",
106106
"members": {
107107
"ParallelDataProperties": {
108-
"shape": "S11"
108+
"shape": "S12"
109109
},
110110
"DataLocation": {
111-
"shape": "S15"
111+
"shape": "S16"
112112
},
113113
"AuxiliaryDataLocation": {
114-
"shape": "S15"
114+
"shape": "S16"
115115
},
116116
"LatestUpdateAttemptAuxiliaryDataLocation": {
117-
"shape": "S15"
117+
"shape": "S16"
118118
}
119119
}
120120
}
@@ -134,13 +134,13 @@
134134
"type": "structure",
135135
"members": {
136136
"TerminologyProperties": {
137-
"shape": "S1a"
137+
"shape": "S1b"
138138
},
139139
"TerminologyDataLocation": {
140-
"shape": "S1d"
140+
"shape": "S1e"
141141
},
142142
"AuxiliaryDataLocation": {
143-
"shape": "S1d"
143+
"shape": "S1e"
144144
}
145145
}
146146
}
@@ -181,10 +181,10 @@
181181
"type": "structure",
182182
"members": {
183183
"TerminologyProperties": {
184-
"shape": "S1a"
184+
"shape": "S1b"
185185
},
186186
"AuxiliaryDataLocation": {
187-
"shape": "S1d"
187+
"shape": "S1e"
188188
}
189189
}
190190
}
@@ -205,7 +205,7 @@
205205
"ParallelDataPropertiesList": {
206206
"type": "list",
207207
"member": {
208-
"shape": "S11"
208+
"shape": "S12"
209209
}
210210
},
211211
"NextToken": {}
@@ -228,7 +228,7 @@
228228
"TerminologyPropertiesList": {
229229
"type": "list",
230230
"member": {
231-
"shape": "S1a"
231+
"shape": "S1b"
232232
}
233233
},
234234
"NextToken": {}
@@ -529,10 +529,11 @@
529529
"Sx": {
530530
"type": "structure",
531531
"members": {
532+
"Formality": {},
532533
"Profanity": {}
533534
}
534535
},
535-
"S11": {
536+
"S12": {
536537
"type": "structure",
537538
"members": {
538539
"Name": {},
@@ -541,7 +542,7 @@
541542
"Status": {},
542543
"SourceLanguageCode": {},
543544
"TargetLanguageCodes": {
544-
"shape": "S13"
545+
"shape": "S14"
545546
},
546547
"ParallelDataConfig": {
547548
"shape": "S4"
@@ -574,11 +575,11 @@
574575
}
575576
}
576577
},
577-
"S13": {
578+
"S14": {
578579
"type": "list",
579580
"member": {}
580581
},
581-
"S15": {
582+
"S16": {
582583
"type": "structure",
583584
"required": [
584585
"RepositoryType",
@@ -589,15 +590,15 @@
589590
"Location": {}
590591
}
591592
},
592-
"S1a": {
593+
"S1b": {
593594
"type": "structure",
594595
"members": {
595596
"Name": {},
596597
"Description": {},
597598
"Arn": {},
598599
"SourceLanguageCode": {},
599600
"TargetLanguageCodes": {
600-
"shape": "S13"
601+
"shape": "S14"
601602
},
602603
"EncryptionKey": {
603604
"shape": "S7"
@@ -622,7 +623,7 @@
622623
"Format": {}
623624
}
624625
},
625-
"S1d": {
626+
"S1e": {
626627
"type": "structure",
627628
"required": [
628629
"RepositoryType",

apis/translate-2017-07-01.normal.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -608,6 +608,13 @@
608608
"KMS"
609609
]
610610
},
611+
"Formality": {
612+
"type": "string",
613+
"enum": [
614+
"FORMAL",
615+
"INFORMAL"
616+
]
617+
},
611618
"GetParallelDataRequest": {
612619
"type": "structure",
613620
"required": [
@@ -1486,6 +1493,9 @@
14861493
"TranslationSettings": {
14871494
"type": "structure",
14881495
"members": {
1496+
"Formality": {
1497+
"shape": "Formality"
1498+
},
14891499
"Profanity": {
14901500
"shape": "Profanity",
14911501
"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>"

0 commit comments

Comments
 (0)