Skip to content

Commit

Permalink
Updates SDK to v2.1036.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Nov 24, 2021
1 parent 850fc8c commit 11fcfc1
Show file tree
Hide file tree
Showing 42 changed files with 10,336 additions and 2,651 deletions.
47 changes: 47 additions & 0 deletions .changes/2.1036.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
[
{
"type": "feature",
"category": "AutoScaling",
"description": "Customers can now configure predictive scaling policies to proactively scale EC2 Auto Scaling groups based on any CloudWatch metrics that more accurately represent the load on the group than the four predefined metrics. They can also use math expressions to further customize the metrics."
},
{
"type": "feature",
"category": "CustomerProfiles",
"description": "This release introduces a new auto-merging feature for profile matching. The auto-merging configurations can be set via CreateDomain API or UpdateDomain API. You can use GetIdentityResolutionJob API and ListIdentityResolutionJobs API to fetch job status."
},
{
"type": "feature",
"category": "Imagebuilder",
"description": "This release adds support for sharing AMIs with Organizations within an EC2 Image Builder Distribution Configuration."
},
{
"type": "feature",
"category": "IoTSiteWise",
"description": "AWS IoT SiteWise now accepts data streams that aren't associated with any asset properties. You can organize data by updating data stream associations."
},
{
"type": "feature",
"category": "Lambda",
"description": "Remove Lambda function url apis"
},
{
"type": "feature",
"category": "Proton",
"description": "This release adds APIs for getting the outputs and provisioned stacks for Environments, Pipelines, and ServiceInstances. You can now add tags to EnvironmentAccountConnections. It also adds APIs for working with PR-based provisioning. Also, it adds APIs for syncing templates with a git repository."
},
{
"type": "feature",
"category": "TimestreamQuery",
"description": "Releasing Amazon Timestream Scheduled Queries. It makes real-time analytics more performant and cost-effective for customers by calculating and storing frequently accessed aggregates, and other computations, typically used in operational dashboards, business reports, and other analytics applications"
},
{
"type": "feature",
"category": "TimestreamWrite",
"description": "This release adds support for multi-measure records and magnetic store writes. Multi-measure records allow customers to store multiple measures in a single table row. Magnetic store writes enable customers to write late arrival data (data with timestamp in the past) directly into the magnetic store."
},
{
"type": "feature",
"category": "Translate",
"description": "This release enables customers to use translation settings to mask profane words and phrases in their translation output."
}
]
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1035.0-->
<!--LATEST=2.1036.0-->
<!--ENTRYINSERT-->

## 2.1036.0
* feature: AutoScaling: Customers can now configure predictive scaling policies to proactively scale EC2 Auto Scaling groups based on any CloudWatch metrics that more accurately represent the load on the group than the four predefined metrics. They can also use math expressions to further customize the metrics.
* feature: CustomerProfiles: This release introduces a new auto-merging feature for profile matching. The auto-merging configurations can be set via CreateDomain API or UpdateDomain API. You can use GetIdentityResolutionJob API and ListIdentityResolutionJobs API to fetch job status.
* feature: Imagebuilder: This release adds support for sharing AMIs with Organizations within an EC2 Image Builder Distribution Configuration.
* feature: IoTSiteWise: AWS IoT SiteWise now accepts data streams that aren't associated with any asset properties. You can organize data by updating data stream associations.
* feature: Lambda: Remove Lambda function url apis
* feature: Proton: This release adds APIs for getting the outputs and provisioned stacks for Environments, Pipelines, and ServiceInstances. You can now add tags to EnvironmentAccountConnections. It also adds APIs for working with PR-based provisioning. Also, it adds APIs for syncing templates with a git repository.
* feature: TimestreamQuery: Releasing Amazon Timestream Scheduled Queries. It makes real-time analytics more performant and cost-effective for customers by calculating and storing frequently accessed aggregates, and other computations, typically used in operational dashboards, business reports, and other analytics applications
* feature: TimestreamWrite: This release adds support for multi-measure records and magnetic store writes. Multi-measure records allow customers to store multiple measures in a single table row. Magnetic store writes enable customers to write late arrival data (data with timestamp in the past) directly into the magnetic store.
* feature: Translate: This release enables customers to use translation settings to mask profane words and phrases in their translation output.

## 2.1035.0
* feature: Backup: This release adds new opt-in settings for advanced features for DynamoDB backups
* feature: DynamoDB: DynamoDB PartiQL now supports ReturnConsumedCapacity, which returns capacity units consumed by PartiQL APIs if the request specified returnConsumedCapacity parameter. PartiQL APIs include ExecuteStatement, BatchExecuteStatement, and ExecuteTransaction.
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.1035.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1036.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
142 changes: 110 additions & 32 deletions apis/autoscaling-2011-01-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -1102,7 +1102,7 @@
],
"members": {
"Activities": {
"shape": "S7d"
"shape": "S7n"
},
"NextToken": {}
}
Expand Down Expand Up @@ -1272,7 +1272,7 @@
"type": "structure",
"members": {
"Activities": {
"shape": "S7d"
"shape": "S7n"
}
}
}
Expand Down Expand Up @@ -1326,7 +1326,7 @@
"members": {
"AutoScalingGroupName": {},
"Metrics": {
"shape": "S82"
"shape": "S8c"
}
}
}
Expand All @@ -1341,7 +1341,7 @@
"members": {
"AutoScalingGroupName": {},
"Metrics": {
"shape": "S82"
"shape": "S8c"
},
"Granularity": {}
}
Expand Down Expand Up @@ -1369,7 +1369,7 @@
"type": "structure",
"members": {
"Activities": {
"shape": "S7d"
"shape": "S7n"
}
}
}
Expand Down Expand Up @@ -1413,7 +1413,7 @@
"type": "structure",
"members": {
"Activities": {
"shape": "S7d"
"shape": "S7n"
}
}
}
Expand Down Expand Up @@ -1458,10 +1458,10 @@
],
"members": {
"Timestamps": {
"shape": "S8e"
"shape": "S8o"
},
"Values": {
"shape": "S8f"
"shape": "S8p"
},
"MetricSpecification": {
"shape": "S6y"
Expand All @@ -1477,10 +1477,10 @@
],
"members": {
"Timestamps": {
"shape": "S8e"
"shape": "S8o"
},
"Values": {
"shape": "S8f"
"shape": "S8p"
}
}
},
Expand Down Expand Up @@ -1664,7 +1664,7 @@
},
"ResumeProcesses": {
"input": {
"shape": "S8r"
"shape": "S91"
}
},
"SetDesiredCapacity": {
Expand Down Expand Up @@ -1752,7 +1752,7 @@
},
"SuspendProcesses": {
"input": {
"shape": "S8r"
"shape": "S91"
}
},
"TerminateInstanceInAutoScalingGroup": {
Expand All @@ -1774,7 +1774,7 @@
"type": "structure",
"members": {
"Activity": {
"shape": "S7e"
"shape": "S7o"
}
}
}
Expand Down Expand Up @@ -2321,18 +2321,7 @@
"MetricName": {},
"Namespace": {},
"Dimensions": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Name",
"Value"
],
"members": {
"Name": {},
"Value": {}
}
}
"shape": "S6o"
},
"Statistic": {},
"Unit": {}
Expand All @@ -2346,6 +2335,20 @@
}
}
},
"S6o": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Name",
"Value"
],
"members": {
"Name": {},
"Value": {}
}
}
},
"S6w": {
"type": "structure",
"required": [
Expand Down Expand Up @@ -2406,16 +2409,91 @@
"PredefinedMetricType": {},
"ResourceLabel": {}
}
},
"CustomizedScalingMetricSpecification": {
"type": "structure",
"required": [
"MetricDataQueries"
],
"members": {
"MetricDataQueries": {
"shape": "S76"
}
}
},
"CustomizedLoadMetricSpecification": {
"type": "structure",
"required": [
"MetricDataQueries"
],
"members": {
"MetricDataQueries": {
"shape": "S76"
}
}
},
"CustomizedCapacityMetricSpecification": {
"type": "structure",
"required": [
"MetricDataQueries"
],
"members": {
"MetricDataQueries": {
"shape": "S76"
}
}
}
}
},
"S76": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Id"
],
"members": {
"Id": {},
"Expression": {},
"MetricStat": {
"type": "structure",
"required": [
"Metric",
"Stat"
],
"members": {
"Metric": {
"type": "structure",
"required": [
"Namespace",
"MetricName"
],
"members": {
"Namespace": {},
"MetricName": {},
"Dimensions": {
"shape": "S6o"
}
}
},
"Stat": {},
"Unit": {}
}
},
"Label": {},
"ReturnData": {
"type": "boolean"
}
}
}
},
"S7d": {
"S7n": {
"type": "list",
"member": {
"shape": "S7e"
"shape": "S7o"
}
},
"S7e": {
"S7o": {
"type": "structure",
"required": [
"ActivityId",
Expand Down Expand Up @@ -2445,23 +2523,23 @@
"AutoScalingGroupARN": {}
}
},
"S82": {
"S8c": {
"type": "list",
"member": {}
},
"S8e": {
"S8o": {
"type": "list",
"member": {
"type": "timestamp"
}
},
"S8f": {
"S8p": {
"type": "list",
"member": {
"type": "double"
}
},
"S8r": {
"S91": {
"type": "structure",
"required": [
"AutoScalingGroupName"
Expand Down
Loading

0 comments on commit 11fcfc1

Please sign in to comment.