Skip to content

Commit

Permalink
Updates SDK to v2.1054.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jan 10, 2022
1 parent 97c37de commit 909fbcf
Show file tree
Hide file tree
Showing 24 changed files with 3,042 additions and 1,817 deletions.
22 changes: 22 additions & 0 deletions .changes/2.1054.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "ComputeOptimizer",
"description": "Adds support for new Compute Optimizer capability that makes it easier for customers to optimize their EC2 instances by leveraging multiple CPU architectures."
},
{
"type": "feature",
"category": "DataBrew",
"description": "This SDK release adds support for specifying a Bucket Owner for an S3 location."
},
{
"type": "feature",
"category": "EC2",
"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."
},
{
"type": "feature",
"category": "LookoutMetrics",
"description": "This release adds FailureType in the response of DescribeAnomalyDetector."
}
]
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1053.0-->
<!--LATEST=2.1054.0-->
<!--ENTRYINSERT-->

## 2.1054.0
* 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.
* feature: DataBrew: This SDK release adds support for specifying a Bucket Owner for an S3 location.
* 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.
* feature: LookoutMetrics: This release adds FailureType in the response of DescribeAnomalyDetector.

## 2.1053.0
* feature: MediaLive: This release adds support for selecting the Program Date Time (PDT) Clock source algorithm for HLS outputs.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1053.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1054.0.min.js"></script>

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
45 changes: 30 additions & 15 deletions apis/compute-optimizer-2019-11-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,8 @@
},
"savingsOpportunity": {
"shape": "S2h"
}
},
"migrationEffort": {}
}
}
},
Expand All @@ -318,13 +319,16 @@
},
"currentPerformanceRisk": {},
"effectiveRecommendationPreferences": {
"shape": "S2o"
"shape": "S2p"
},
"inferredWorkloadTypes": {
"shape": "S2s"
}
}
}
},
"errors": {
"shape": "S2q"
"shape": "S2u"
}
}
}
Expand Down Expand Up @@ -361,7 +365,7 @@
"volumeArn": {},
"accountId": {},
"currentConfiguration": {
"shape": "S31"
"shape": "S35"
},
"finding": {},
"utilizationMetrics": {
Expand All @@ -386,7 +390,7 @@
"type": "structure",
"members": {
"configuration": {
"shape": "S31"
"shape": "S35"
},
"performanceRisk": {
"type": "double"
Expand All @@ -408,7 +412,7 @@
}
},
"errors": {
"shape": "S2q"
"shape": "S2u"
}
}
}
Expand Down Expand Up @@ -481,7 +485,8 @@
},
"savingsOpportunity": {
"shape": "S2h"
}
},
"migrationEffort": {}
}
}
},
Expand All @@ -500,13 +505,16 @@
},
"currentPerformanceRisk": {},
"effectiveRecommendationPreferences": {
"shape": "S2o"
"shape": "S2p"
},
"inferredWorkloadTypes": {
"shape": "S2s"
}
}
}
},
"errors": {
"shape": "S2q"
"shape": "S2u"
}
}
}
Expand Down Expand Up @@ -788,7 +796,8 @@
"shape": "S3"
},
"resourceType": {},
"enhancedInfrastructureMetrics": {}
"enhancedInfrastructureMetrics": {},
"inferredWorkloadTypes": {}
}
}
}
Expand Down Expand Up @@ -880,7 +889,8 @@
"scope": {
"shape": "S3"
},
"enhancedInfrastructureMetrics": {}
"enhancedInfrastructureMetrics": {},
"inferredWorkloadTypes": {}
}
},
"output": {
Expand Down Expand Up @@ -1043,16 +1053,21 @@
}
}
},
"S2o": {
"S2p": {
"type": "structure",
"members": {
"cpuVendorArchitectures": {
"shape": "S18"
},
"enhancedInfrastructureMetrics": {}
"enhancedInfrastructureMetrics": {},
"inferredWorkloadTypes": {}
}
},
"S2q": {
"S2s": {
"type": "list",
"member": {}
},
"S2u": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -1063,7 +1078,7 @@
}
}
},
"S31": {
"S35": {
"type": "structure",
"members": {
"volumeType": {},
Expand Down
Loading

0 comments on commit 909fbcf

Please sign in to comment.