Skip to content

Commit 909fbcf

Browse files
author
awstools
committed
Updates SDK to v2.1054.0
1 parent 97c37de commit 909fbcf

24 files changed

+3042
-1817
lines changed

.changes/2.1054.0.json

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "ComputeOptimizer",
5+
"description": "Adds support for new Compute Optimizer capability that makes it easier for customers to optimize their EC2 instances by leveraging multiple CPU architectures."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "DataBrew",
10+
"description": "This SDK release adds support for specifying a Bucket Owner for an S3 location."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "EC2",
15+
"description": "New feature: Updated EC2 API to support faster launching for Windows images. Optimized images are pre-provisioned, using snapshots to launch instances up to 65% faster."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "LookoutMetrics",
20+
"description": "This release adds FailureType in the response of DescribeAnomalyDetector."
21+
}
22+
]

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1053.0-->
2+
<!--LATEST=2.1054.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1054.0
6+
* feature: ComputeOptimizer: Adds support for new Compute Optimizer capability that makes it easier for customers to optimize their EC2 instances by leveraging multiple CPU architectures.
7+
* feature: DataBrew: This SDK release adds support for specifying a Bucket Owner for an S3 location.
8+
* feature: EC2: New feature: Updated EC2 API to support faster launching for Windows images. Optimized images are pre-provisioned, using snapshots to launch instances up to 65% faster.
9+
* feature: LookoutMetrics: This release adds FailureType in the response of DescribeAnomalyDetector.
10+
511
## 2.1053.0
612
* feature: MediaLive: This release adds support for selecting the Program Date Time (PDT) Clock source algorithm for HLS outputs.
713

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.1053.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1054.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/compute-optimizer-2019-11-01.min.json

+30-15
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,8 @@
309309
},
310310
"savingsOpportunity": {
311311
"shape": "S2h"
312-
}
312+
},
313+
"migrationEffort": {}
313314
}
314315
}
315316
},
@@ -318,13 +319,16 @@
318319
},
319320
"currentPerformanceRisk": {},
320321
"effectiveRecommendationPreferences": {
321-
"shape": "S2o"
322+
"shape": "S2p"
323+
},
324+
"inferredWorkloadTypes": {
325+
"shape": "S2s"
322326
}
323327
}
324328
}
325329
},
326330
"errors": {
327-
"shape": "S2q"
331+
"shape": "S2u"
328332
}
329333
}
330334
}
@@ -361,7 +365,7 @@
361365
"volumeArn": {},
362366
"accountId": {},
363367
"currentConfiguration": {
364-
"shape": "S31"
368+
"shape": "S35"
365369
},
366370
"finding": {},
367371
"utilizationMetrics": {
@@ -386,7 +390,7 @@
386390
"type": "structure",
387391
"members": {
388392
"configuration": {
389-
"shape": "S31"
393+
"shape": "S35"
390394
},
391395
"performanceRisk": {
392396
"type": "double"
@@ -408,7 +412,7 @@
408412
}
409413
},
410414
"errors": {
411-
"shape": "S2q"
415+
"shape": "S2u"
412416
}
413417
}
414418
}
@@ -481,7 +485,8 @@
481485
},
482486
"savingsOpportunity": {
483487
"shape": "S2h"
484-
}
488+
},
489+
"migrationEffort": {}
485490
}
486491
}
487492
},
@@ -500,13 +505,16 @@
500505
},
501506
"currentPerformanceRisk": {},
502507
"effectiveRecommendationPreferences": {
503-
"shape": "S2o"
508+
"shape": "S2p"
509+
},
510+
"inferredWorkloadTypes": {
511+
"shape": "S2s"
504512
}
505513
}
506514
}
507515
},
508516
"errors": {
509-
"shape": "S2q"
517+
"shape": "S2u"
510518
}
511519
}
512520
}
@@ -788,7 +796,8 @@
788796
"shape": "S3"
789797
},
790798
"resourceType": {},
791-
"enhancedInfrastructureMetrics": {}
799+
"enhancedInfrastructureMetrics": {},
800+
"inferredWorkloadTypes": {}
792801
}
793802
}
794803
}
@@ -880,7 +889,8 @@
880889
"scope": {
881890
"shape": "S3"
882891
},
883-
"enhancedInfrastructureMetrics": {}
892+
"enhancedInfrastructureMetrics": {},
893+
"inferredWorkloadTypes": {}
884894
}
885895
},
886896
"output": {
@@ -1043,16 +1053,21 @@
10431053
}
10441054
}
10451055
},
1046-
"S2o": {
1056+
"S2p": {
10471057
"type": "structure",
10481058
"members": {
10491059
"cpuVendorArchitectures": {
10501060
"shape": "S18"
10511061
},
1052-
"enhancedInfrastructureMetrics": {}
1062+
"enhancedInfrastructureMetrics": {},
1063+
"inferredWorkloadTypes": {}
10531064
}
10541065
},
1055-
"S2q": {
1066+
"S2s": {
1067+
"type": "list",
1068+
"member": {}
1069+
},
1070+
"S2u": {
10561071
"type": "list",
10571072
"member": {
10581073
"type": "structure",
@@ -1063,7 +1078,7 @@
10631078
}
10641079
}
10651080
},
1066-
"S31": {
1081+
"S35": {
10671082
"type": "structure",
10681083
"members": {
10691084
"volumeType": {},

0 commit comments

Comments
 (0)