Skip to content

Commit 80bee5c

Browse files
author
awstools
committed
Updates SDK to v2.1091.0
1 parent d41cb04 commit 80bee5c

17 files changed

+288
-233
lines changed

.changes/2.1091.0.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "LexModelsV2",
5+
"description": "This release makes slotTypeId an optional parameter in CreateSlot and UpdateSlot APIs in Amazon Lex V2 for model building. Customers can create and update slots without specifying a slot type id."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "TranscribeService",
10+
"description": "Documentation fix for API `StartMedicalTranscriptionJobRequest`, now showing min sample rate as 16khz"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Transfer",
15+
"description": "Adding more descriptive error types for managed workflows"
16+
}
17+
]

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1090.0-->
2+
<!--LATEST=2.1091.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1091.0
6+
* feature: LexModelsV2: This release makes slotTypeId an optional parameter in CreateSlot and UpdateSlot APIs in Amazon Lex V2 for model building. Customers can create and update slots without specifying a slot type id.
7+
* feature: TranscribeService: Documentation fix for API `StartMedicalTranscriptionJobRequest`, now showing min sample rate as 16khz
8+
* feature: Transfer: Adding more descriptive error types for managed workflows
9+
510
## 2.1090.0
611
* feature: Comprehend: Amazon Comprehend now supports extracting the sentiment associated with entities such as brands, products and services from text documents.
712
* feature: EC2MetadataCredentials: Allow EC2MetadataCredentials to extend the existing expiration when EC2 Metadata Service returns expired credentials or failure response.

README.md

+1-1
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.1090.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1091.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/models.lex.v2-2020-08-07.min.json

-2
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,6 @@
493493
"type": "structure",
494494
"required": [
495495
"slotName",
496-
"slotTypeId",
497496
"valueElicitationSetting",
498497
"botId",
499498
"botVersion",
@@ -3457,7 +3456,6 @@
34573456
"required": [
34583457
"slotId",
34593458
"slotName",
3460-
"slotTypeId",
34613459
"valueElicitationSetting",
34623460
"botId",
34633461
"botVersion",

apis/models.lex.v2-2020-08-07.normal.json

-2
Original file line numberDiff line numberDiff line change
@@ -3893,7 +3893,6 @@
38933893
"type": "structure",
38943894
"required": [
38953895
"slotName",
3896-
"slotTypeId",
38973896
"valueElicitationSetting",
38983897
"botId",
38993898
"botVersion",
@@ -9211,7 +9210,6 @@
92119210
"required": [
92129211
"slotId",
92139212
"slotName",
9214-
"slotTypeId",
92159213
"valueElicitationSetting",
92169214
"botId",
92179215
"botVersion",

apis/transcribe-2017-10-26.min.json

+25-25
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@
372372
"type": "structure",
373373
"members": {
374374
"TranscriptionJob": {
375-
"shape": "S2x"
375+
"shape": "S2y"
376376
}
377377
}
378378
}
@@ -575,7 +575,7 @@
575575
"Status": {},
576576
"NextToken": {},
577577
"Vocabularies": {
578-
"shape": "S3s"
578+
"shape": "S3t"
579579
}
580580
}
581581
}
@@ -640,7 +640,7 @@
640640
"shape": "S27"
641641
},
642642
"ModelSettings": {
643-
"shape": "S2z"
643+
"shape": "S30"
644644
},
645645
"IdentifyLanguage": {
646646
"type": "boolean"
@@ -672,7 +672,7 @@
672672
"Status": {},
673673
"NextToken": {},
674674
"Vocabularies": {
675-
"shape": "S3s"
675+
"shape": "S3t"
676676
}
677677
}
678678
}
@@ -766,10 +766,10 @@
766766
"OutputKey": {},
767767
"OutputEncryptionKMSKeyId": {},
768768
"KMSEncryptionContext": {
769-
"shape": "S4d"
769+
"shape": "S4e"
770770
},
771771
"Settings": {
772-
"shape": "S2n"
772+
"shape": "S2o"
773773
},
774774
"ContentIdentificationType": {},
775775
"Specialty": {},
@@ -809,16 +809,16 @@
809809
"OutputKey": {},
810810
"OutputEncryptionKMSKeyId": {},
811811
"KMSEncryptionContext": {
812-
"shape": "S4d"
812+
"shape": "S4e"
813813
},
814814
"Settings": {
815-
"shape": "S2y"
815+
"shape": "S2z"
816816
},
817817
"ModelSettings": {
818-
"shape": "S2z"
818+
"shape": "S30"
819819
},
820820
"JobExecutionSettings": {
821-
"shape": "S30"
821+
"shape": "S31"
822822
},
823823
"ContentRedaction": {
824824
"shape": "S27"
@@ -833,7 +833,7 @@
833833
"type": "structure",
834834
"members": {
835835
"Formats": {
836-
"shape": "S32"
836+
"shape": "S33"
837837
}
838838
}
839839
},
@@ -849,7 +849,7 @@
849849
"type": "structure",
850850
"members": {
851851
"TranscriptionJob": {
852-
"shape": "S2x"
852+
"shape": "S2y"
853853
}
854854
}
855855
}
@@ -1334,7 +1334,7 @@
13341334
},
13351335
"FailureReason": {},
13361336
"Settings": {
1337-
"shape": "S2n"
1337+
"shape": "S2o"
13381338
},
13391339
"ContentIdentificationType": {},
13401340
"Specialty": {},
@@ -1344,7 +1344,7 @@
13441344
}
13451345
}
13461346
},
1347-
"S2n": {
1347+
"S2o": {
13481348
"type": "structure",
13491349
"members": {
13501350
"ShowSpeakerLabels": {
@@ -1365,7 +1365,7 @@
13651365
"VocabularyName": {}
13661366
}
13671367
},
1368-
"S2x": {
1368+
"S2y": {
13691369
"type": "structure",
13701370
"members": {
13711371
"TranscriptionJobName": {},
@@ -1392,13 +1392,13 @@
13921392
},
13931393
"FailureReason": {},
13941394
"Settings": {
1395-
"shape": "S2y"
1395+
"shape": "S2z"
13961396
},
13971397
"ModelSettings": {
1398-
"shape": "S2z"
1398+
"shape": "S30"
13991399
},
14001400
"JobExecutionSettings": {
1401-
"shape": "S30"
1401+
"shape": "S31"
14021402
},
14031403
"ContentRedaction": {
14041404
"shape": "S27"
@@ -1419,7 +1419,7 @@
14191419
"type": "structure",
14201420
"members": {
14211421
"Formats": {
1422-
"shape": "S32"
1422+
"shape": "S33"
14231423
},
14241424
"SubtitleFileUris": {
14251425
"type": "list",
@@ -1432,7 +1432,7 @@
14321432
}
14331433
}
14341434
},
1435-
"S2y": {
1435+
"S2z": {
14361436
"type": "structure",
14371437
"members": {
14381438
"VocabularyName": {},
@@ -1455,13 +1455,13 @@
14551455
"VocabularyFilterMethod": {}
14561456
}
14571457
},
1458-
"S2z": {
1458+
"S30": {
14591459
"type": "structure",
14601460
"members": {
14611461
"LanguageModelName": {}
14621462
}
14631463
},
1464-
"S30": {
1464+
"S31": {
14651465
"type": "structure",
14661466
"members": {
14671467
"AllowDeferredExecution": {
@@ -1470,11 +1470,11 @@
14701470
"DataAccessRoleArn": {}
14711471
}
14721472
},
1473-
"S32": {
1473+
"S33": {
14741474
"type": "list",
14751475
"member": {}
14761476
},
1477-
"S3s": {
1477+
"S3t": {
14781478
"type": "list",
14791479
"member": {
14801480
"type": "structure",
@@ -1488,7 +1488,7 @@
14881488
}
14891489
}
14901490
},
1491-
"S4d": {
1491+
"S4e": {
14921492
"type": "map",
14931493
"key": {},
14941494
"value": {}

0 commit comments

Comments
 (0)