Skip to content

Commit 9e544e5

Browse files
author
awstools
committed
Updates SDK to v2.1369.0
1 parent 543052d commit 9e544e5

17 files changed

+775
-228
lines changed

.changes/2.1369.0.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"type": "bugfix",
4+
"category": "SQS",
5+
"description": "add queryCompatibility fix to JSON protocol"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "ComputeOptimizer",
10+
"description": "support for tag filtering within compute optimizer. ability to filter recommendation results by tag and tag key value pairs. ability to filter by inferred workload type added."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "KMS",
15+
"description": "This release makes the NitroEnclave request parameter Recipient and the response field for CiphertextForRecipient available in AWS SDKs. It also adds the regex pattern for CloudHsmClusterId validation."
16+
}
17+
]

.changes/next-release/bugfix-SQS-e1c1ffea.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

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

5+
## 2.1369.0
6+
* bugfix: SQS: add queryCompatibility fix to JSON protocol
7+
* feature: ComputeOptimizer: support for tag filtering within compute optimizer. ability to filter recommendation results by tag and tag key value pairs. ability to filter by inferred workload type added.
8+
* feature: KMS: This release makes the NitroEnclave request parameter Recipient and the response field for CiphertextForRecipient available in AWS SDKs. It also adds the regex pattern for CloudHsmClusterId validation.
9+
510
## 2.1368.0
611
* feature: Appflow: Adds Jwt Support for Salesforce Credentials.
712
* feature: Athena: You can now use capacity reservations on Amazon Athena to run SQL queries on fully-managed compute capacity.

README.md

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

75-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1368.0.min.js"></script>
75+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1369.0.min.js"></script>
7676

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

apis/compute-optimizer-2019-11-01.min.json

Lines changed: 60 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,10 @@
443443
"lastRefreshTimestamp": {
444444
"type": "timestamp"
445445
},
446-
"currentPerformanceRisk": {}
446+
"currentPerformanceRisk": {},
447+
"tags": {
448+
"shape": "S3s"
449+
}
447450
}
448451
}
449452
},
@@ -546,7 +549,10 @@
546549
"inferredWorkloadTypes": {
547550
"shape": "S31"
548551
},
549-
"instanceState": {}
552+
"instanceState": {},
553+
"tags": {
554+
"shape": "S3s"
555+
}
550556
}
551557
}
552558
},
@@ -602,10 +608,10 @@
602608
"members": {
603609
"name": {},
604610
"timestamps": {
605-
"shape": "S4k"
611+
"shape": "S4o"
606612
},
607613
"values": {
608-
"shape": "S4l"
614+
"shape": "S4p"
609615
}
610616
}
611617
}
@@ -661,13 +667,13 @@
661667
"members": {
662668
"name": {},
663669
"timestamps": {
664-
"shape": "S4k"
670+
"shape": "S4o"
665671
},
666672
"upperBoundValues": {
667-
"shape": "S4l"
673+
"shape": "S4p"
668674
},
669675
"lowerBoundValues": {
670-
"shape": "S4l"
676+
"shape": "S4p"
671677
}
672678
}
673679
}
@@ -725,7 +731,7 @@
725731
"members": {
726732
"containerName": {},
727733
"memorySizeConfiguration": {
728-
"shape": "S57"
734+
"shape": "S5b"
729735
},
730736
"cpu": {
731737
"type": "integer"
@@ -799,7 +805,7 @@
799805
"members": {
800806
"containerName": {},
801807
"memorySizeConfiguration": {
802-
"shape": "S57"
808+
"shape": "S5b"
803809
},
804810
"cpu": {
805811
"type": "integer"
@@ -810,7 +816,10 @@
810816
}
811817
}
812818
},
813-
"currentPerformanceRisk": {}
819+
"currentPerformanceRisk": {},
820+
"tags": {
821+
"shape": "S3s"
822+
}
814823
}
815824
}
816825
},
@@ -997,7 +1006,10 @@
9971006
}
9981007
}
9991008
},
1000-
"currentPerformanceRisk": {}
1009+
"currentPerformanceRisk": {},
1010+
"tags": {
1011+
"shape": "S3s"
1012+
}
10011013
}
10021014
}
10031015
}
@@ -1112,6 +1124,20 @@
11121124
"type": "long"
11131125
}
11141126
}
1127+
},
1128+
"inferredWorkloadSavings": {
1129+
"type": "list",
1130+
"member": {
1131+
"type": "structure",
1132+
"members": {
1133+
"inferredWorkloadTypes": {
1134+
"shape": "S31"
1135+
},
1136+
"estimatedMonthlySavings": {
1137+
"shape": "S2q"
1138+
}
1139+
}
1140+
}
11151141
}
11161142
}
11171143
}
@@ -1299,13 +1325,16 @@
12991325
"type": "double"
13001326
},
13011327
"estimatedMonthlySavings": {
1302-
"type": "structure",
1303-
"members": {
1304-
"currency": {},
1305-
"value": {
1306-
"type": "double"
1307-
}
1308-
}
1328+
"shape": "S2q"
1329+
}
1330+
}
1331+
},
1332+
"S2q": {
1333+
"type": "structure",
1334+
"members": {
1335+
"currency": {},
1336+
"value": {
1337+
"type": "double"
13091338
}
13101339
}
13111340
},
@@ -1367,19 +1396,29 @@
13671396
}
13681397
}
13691398
},
1370-
"S4k": {
1399+
"S3s": {
1400+
"type": "list",
1401+
"member": {
1402+
"type": "structure",
1403+
"members": {
1404+
"key": {},
1405+
"value": {}
1406+
}
1407+
}
1408+
},
1409+
"S4o": {
13711410
"type": "list",
13721411
"member": {
13731412
"type": "timestamp"
13741413
}
13751414
},
1376-
"S4l": {
1415+
"S4p": {
13771416
"type": "list",
13781417
"member": {
13791418
"type": "double"
13801419
}
13811420
},
1382-
"S57": {
1421+
"S5b": {
13831422
"type": "structure",
13841423
"members": {
13851424
"memory": {

apis/compute-optimizer-2019-11-01.normal.json

Lines changed: 86 additions & 14 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)