Skip to content

Commit

Permalink
Updates SDK to v2.955.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jul 27, 2021
1 parent d91ac91 commit f9061de
Show file tree
Hide file tree
Showing 52 changed files with 13,340 additions and 2,028 deletions.
52 changes: 52 additions & 0 deletions .changes/2.955.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
[
{
"type": "feature",
"category": "Batch",
"description": "Add support for ListJob filters"
},
{
"type": "feature",
"category": "IoTAnalytics",
"description": "IoT Analytics now supports creating a dataset resource with IoT SiteWise MultiLayerStorage data stores, enabling customers to query industrial data within the service. This release includes adding JOIN functionality for customers to query multiple data sources in a dataset."
},
{
"type": "feature",
"category": "IoTWireless",
"description": "Add SidewalkManufacturingSn as an identifier to allow Customer to query WirelessDevice, in the response, AmazonId is added in the case that Sidewalk device is return."
},
{
"type": "feature",
"category": "LexModelsV2",
"description": "Add waiters that automatically poll for resource status for asynchronous operations, such as building a bot"
},
{
"type": "feature",
"category": "QuickSight",
"description": "Add support to use row-level security with tags when embedding dashboards for users not provisioned in QuickSight"
},
{
"type": "feature",
"category": "RedshiftData",
"description": "Added structures to support new Data API operation BatchExecuteStatement, used to execute multiple SQL statements within a single transaction."
},
{
"type": "feature",
"category": "Route53",
"description": "This release adds support for the RECOVERY_CONTROL health check type to be used in conjunction with Route53 Application Recovery Controller."
},
{
"type": "feature",
"category": "Route53RecoveryCluster",
"description": "Amazon Route 53 Application Recovery Controller's routing control - Routing Control Data Plane APIs help you update the state (On/Off) of the routing controls to reroute traffic across application replicas in a 100% available manner."
},
{
"type": "feature",
"category": "Route53RecoveryControlConfig",
"description": "Amazon Route 53 Application Recovery Controller's routing control - Routing Control Configuration APIs help you create and delete clusters, control panels, routing controls and safety rules. State changes (On/Off) of routing controls are not part of configuration APIs."
},
{
"type": "feature",
"category": "Route53RecoveryReadiness",
"description": "Amazon Route 53 Application Recovery Controller's readiness check capability continually monitors resource quotas, capacity, and network routing policies to ensure that the recovery environment is scaled and configured to take over when needed."
}
]
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.954.0-->
<!--LATEST=2.955.0-->
<!--ENTRYINSERT-->

## 2.955.0
* feature: Batch: Add support for ListJob filters
* feature: IoTAnalytics: IoT Analytics now supports creating a dataset resource with IoT SiteWise MultiLayerStorage data stores, enabling customers to query industrial data within the service. This release includes adding JOIN functionality for customers to query multiple data sources in a dataset.
* feature: IoTWireless: Add SidewalkManufacturingSn as an identifier to allow Customer to query WirelessDevice, in the response, AmazonId is added in the case that Sidewalk device is return.
* feature: LexModelsV2: Add waiters that automatically poll for resource status for asynchronous operations, such as building a bot
* feature: QuickSight: Add support to use row-level security with tags when embedding dashboards for users not provisioned in QuickSight
* feature: RedshiftData: Added structures to support new Data API operation BatchExecuteStatement, used to execute multiple SQL statements within a single transaction.
* feature: Route53: This release adds support for the RECOVERY_CONTROL health check type to be used in conjunction with Route53 Application Recovery Controller.
* feature: Route53RecoveryCluster: Amazon Route 53 Application Recovery Controller's routing control - Routing Control Data Plane APIs help you update the state (On/Off) of the routing controls to reroute traffic across application replicas in a 100% available manner.
* feature: Route53RecoveryControlConfig: Amazon Route 53 Application Recovery Controller's routing control - Routing Control Configuration APIs help you create and delete clusters, control panels, routing controls and safety rules. State changes (On/Off) of routing controls are not part of configuration APIs.
* feature: Route53RecoveryReadiness: Amazon Route 53 Application Recovery Controller's readiness check capability continually monitors resource quotas, capacity, and network routing policies to ensure that the recovery environment is scaled and configured to take over when needed.

## 2.954.0
* feature: CloudWatch: SDK update to support creation of Cross-Account Metric Alarms and update API documentation.
* feature: S3Control: S3 Access Point aliases can be used anywhere you use S3 bucket names to access data in S3
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.954.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.955.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
23 changes: 18 additions & 5 deletions apis/batch-2016-08-10.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,19 @@
"maxResults": {
"type": "integer"
},
"nextToken": {}
"nextToken": {},
"filters": {
"type": "list",
"member": {
"type": "structure",
"members": {
"name": {},
"values": {
"shape": "Sb"
}
}
}
}
}
},
"output": {
Expand Down Expand Up @@ -606,7 +618,8 @@
"type": "integer"
}
}
}
},
"jobDefinition": {}
}
}
},
Expand Down Expand Up @@ -725,7 +738,7 @@
"shape": "S16"
},
"containerOverrides": {
"shape": "S3f"
"shape": "S3h"
},
"nodeOverrides": {
"type": "structure",
Expand All @@ -743,7 +756,7 @@
"members": {
"targetNodes": {},
"containerOverrides": {
"shape": "S3f"
"shape": "S3h"
}
}
}
Expand Down Expand Up @@ -1356,7 +1369,7 @@
}
}
},
"S3f": {
"S3h": {
"type": "structure",
"members": {
"vcpus": {
Expand Down
Loading

0 comments on commit f9061de

Please sign in to comment.