Skip to content

Commit 0e25e59

Browse files
author
awstools
committed
Updates SDK to v2.1669.0
1 parent 16d8ec3 commit 0e25e59

20 files changed

+850
-515
lines changed

.changes/2.1669.0.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "BedrockAgentRuntime",
5+
"description": "Introduce model invocation output traces for orchestration traces, which contain the model's raw response and usage."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "CognitoIdentityServiceProvider",
10+
"description": "Advanced security feature updates to include password history and log export for Cognito user pools."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "CostOptimizationHub",
15+
"description": "This release adds savings percentage support to the ListRecommendationSummaries API."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "WorkSpaces",
20+
"description": "Added support for BYOL_GRAPHICS_G4DN_WSP IngestionProcess"
21+
}
22+
]

CHANGELOG.md

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

5+
## 2.1669.0
6+
* feature: BedrockAgentRuntime: Introduce model invocation output traces for orchestration traces, which contain the model's raw response and usage.
7+
* feature: CognitoIdentityServiceProvider: Advanced security feature updates to include password history and log export for Cognito user pools.
8+
* feature: CostOptimizationHub: This release adds savings percentage support to the ListRecommendationSummaries API.
9+
* feature: WorkSpaces: Added support for BYOL_GRAPHICS_G4DN_WSP IngestionProcess
10+
511
## 2.1668.0
612
* feature: DataZone: This releases Data Product feature. Data Products allow grouping data assets into cohesive, self-contained units for ease of publishing for data producers, and ease of finding and accessing for data consumers.
713
* feature: ECR: Released two new APIs along with documentation updates. The GetAccountSetting API is used to view the current basic scan type version setting for your registry, while the PutAccountSetting API is used to update the basic scan type version for your registry.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
6464
To use the SDK in the browser, simply add the following script tag to your
6565
HTML pages:
6666

67-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1668.0.min.js"></script>
67+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1669.0.min.js"></script>
6868

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

apis/bedrock-agent-runtime-2023-07-26.min.json

Lines changed: 53 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -541,6 +541,38 @@
541541
"modelInvocationInput": {
542542
"shape": "S4e"
543543
},
544+
"modelInvocationOutput": {
545+
"type": "structure",
546+
"members": {
547+
"metadata": {
548+
"type": "structure",
549+
"members": {
550+
"usage": {
551+
"type": "structure",
552+
"members": {
553+
"inputTokens": {
554+
"type": "integer"
555+
},
556+
"outputTokens": {
557+
"type": "integer"
558+
}
559+
},
560+
"sensitive": true
561+
}
562+
},
563+
"sensitive": true
564+
},
565+
"rawResponse": {
566+
"type": "structure",
567+
"members": {
568+
"content": {}
569+
},
570+
"sensitive": true
571+
},
572+
"traceId": {}
573+
},
574+
"sensitive": true
575+
},
544576
"observation": {
545577
"type": "structure",
546578
"members": {
@@ -603,7 +635,7 @@
603635
"type": "structure",
604636
"members": {
605637
"text": {
606-
"shape": "S50"
638+
"shape": "S54"
607639
},
608640
"traceId": {}
609641
},
@@ -656,7 +688,7 @@
656688
"type": "boolean"
657689
},
658690
"rationale": {
659-
"shape": "S50"
691+
"shape": "S54"
660692
}
661693
},
662694
"sensitive": true
@@ -678,7 +710,7 @@
678710
"sensitive": true
679711
},
680712
"validationException": {
681-
"shape": "S58"
713+
"shape": "S5c"
682714
}
683715
},
684716
"eventstream": true
@@ -734,7 +766,7 @@
734766
"type": "structure",
735767
"members": {
736768
"document": {
737-
"shape": "S5f"
769+
"shape": "S5j"
738770
}
739771
},
740772
"sensitive": true,
@@ -791,7 +823,7 @@
791823
"type": "structure",
792824
"members": {
793825
"document": {
794-
"shape": "S5f"
826+
"shape": "S5j"
795827
}
796828
},
797829
"union": true
@@ -815,7 +847,7 @@
815847
"shape": "S2y"
816848
},
817849
"validationException": {
818-
"shape": "S58"
850+
"shape": "S5c"
819851
}
820852
},
821853
"eventstream": true
@@ -928,16 +960,16 @@
928960
"type": "structure",
929961
"members": {
930962
"additionalModelRequestFields": {
931-
"shape": "S62"
963+
"shape": "S66"
932964
},
933965
"guardrailConfiguration": {
934-
"shape": "S65"
966+
"shape": "S69"
935967
},
936968
"inferenceConfig": {
937-
"shape": "S68"
969+
"shape": "S6c"
938970
},
939971
"promptTemplate": {
940-
"shape": "S6d"
972+
"shape": "S6h"
941973
}
942974
}
943975
},
@@ -994,16 +1026,16 @@
9941026
"type": "structure",
9951027
"members": {
9961028
"additionalModelRequestFields": {
997-
"shape": "S62"
1029+
"shape": "S66"
9981030
},
9991031
"guardrailConfiguration": {
1000-
"shape": "S65"
1032+
"shape": "S69"
10011033
},
10021034
"inferenceConfig": {
1003-
"shape": "S68"
1035+
"shape": "S6c"
10041036
},
10051037
"promptTemplate": {
1006-
"shape": "S6d"
1038+
"shape": "S6h"
10071039
}
10081040
}
10091041
},
@@ -1548,11 +1580,11 @@
15481580
},
15491581
"sensitive": true
15501582
},
1551-
"S50": {
1583+
"S54": {
15521584
"type": "string",
15531585
"sensitive": true
15541586
},
1555-
"S58": {
1587+
"S5c": {
15561588
"type": "structure",
15571589
"members": {
15581590
"message": {}
@@ -1563,12 +1595,12 @@
15631595
},
15641596
"exception": true
15651597
},
1566-
"S5f": {
1598+
"S5j": {
15671599
"type": "structure",
15681600
"members": {},
15691601
"document": true
15701602
},
1571-
"S62": {
1603+
"S66": {
15721604
"type": "map",
15731605
"key": {},
15741606
"value": {
@@ -1577,7 +1609,7 @@
15771609
"document": true
15781610
}
15791611
},
1580-
"S65": {
1612+
"S69": {
15811613
"type": "structure",
15821614
"required": [
15831615
"guardrailId",
@@ -1588,7 +1620,7 @@
15881620
"guardrailVersion": {}
15891621
}
15901622
},
1591-
"S68": {
1623+
"S6c": {
15921624
"type": "structure",
15931625
"members": {
15941626
"textInferenceConfig": {
@@ -1611,7 +1643,7 @@
16111643
}
16121644
}
16131645
},
1614-
"S6d": {
1646+
"S6h": {
16151647
"type": "structure",
16161648
"members": {
16171649
"textPromptTemplate": {

0 commit comments

Comments
 (0)