Skip to content

Commit

Permalink
Updates SDK to v2.629.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Feb 28, 2020
1 parent 715152d commit fcc5ef7
Show file tree
Hide file tree
Showing 34 changed files with 3,689 additions and 2,502 deletions.
32 changes: 32 additions & 0 deletions .changes/2.629.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "feature",
"category": "AccessAnalyzer",
"description": "This release includes improvements and fixes bugs for the IAM Access Analyzer feature."
},
{
"type": "feature",
"category": "AppMesh",
"description": "App Mesh now supports Transport Layer Security (TLS) between Virtual Nodes in a Mesh. Customers can use managed certificates from an AWS Certificate Manager Private Certificate Authority or bring their own certificates from the local file system to encrypt traffic between their workloads. See https://docs.aws.amazon.com/app-mesh/latest/userguide/virtual-node-tls.html for details."
},
{
"type": "feature",
"category": "AugmentedAIRuntime",
"description": "This release updates Amazon Augmented AI ListHumanLoops API, DescribeHumanLoop response, StartHumanLoop response and type names of SDK fields. "
},
{
"type": "feature",
"category": "ConfigService",
"description": "Accepts a structured query language (SQL) SELECT command and an aggregator name, performs the corresponding search on resources aggregated by the aggregator, and returns resource configurations matching the properties."
},
{
"type": "feature",
"category": "Glue",
"description": "AWS Glue adds resource tagging support for Machine Learning Transforms and adds a new API, ListMLTransforms to support tag filtering. With this feature, customers can use tags in AWS Glue to organize and control access to Machine Learning Transforms. "
},
{
"type": "feature",
"category": "QuickSight",
"description": "Added SearchDashboards API that allows listing of dashboards that a specific user has access to."
}
]
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.628.0-->
<!--LATEST=2.629.0-->
<!--ENTRYINSERT-->

## 2.629.0
* feature: AccessAnalyzer: This release includes improvements and fixes bugs for the IAM Access Analyzer feature.
* feature: AppMesh: App Mesh now supports Transport Layer Security (TLS) between Virtual Nodes in a Mesh. Customers can use managed certificates from an AWS Certificate Manager Private Certificate Authority or bring their own certificates from the local file system to encrypt traffic between their workloads. See https://docs.aws.amazon.com/app-mesh/latest/userguide/virtual-node-tls.html for details.
* feature: AugmentedAIRuntime: This release updates Amazon Augmented AI ListHumanLoops API, DescribeHumanLoop response, StartHumanLoop response and type names of SDK fields.
* feature: ConfigService: Accepts a structured query language (SQL) SELECT command and an aggregator name, performs the corresponding search on resources aggregated by the aggregator, and returns resource configurations matching the properties.
* feature: Glue: AWS Glue adds resource tagging support for Machine Learning Transforms and adds a new API, ListMLTransforms to support tag filtering. With this feature, customers can use tags in AWS Glue to organize and control access to Machine Learning Transforms.
* feature: QuickSight: Added SearchDashboards API that allows listing of dashboards that a specific user has access to.

## 2.628.0
* feature: GlobalAccelerator: This release adds support for adding tags to accelerators and bringing your own IP address to AWS Global Accelerator (BYOIP).
* feature: Lightsail: Adds support to create notification contacts in Amazon Lightsail, and to create instance, database, and load balancer metric alarms that notify you based on the value of a metric relative to a threshold that you specify.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ version.
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.628.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.629.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
12 changes: 8 additions & 4 deletions apis/accessanalyzer-2019-11-01.paginators.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,26 @@
"ListAnalyzedResources": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults"
"limit_key": "maxResults",
"result_key": "analyzedResources"
},
"ListAnalyzers": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults"
"limit_key": "maxResults",
"result_key": "analyzers"
},
"ListArchiveRules": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults"
"limit_key": "maxResults",
"result_key": "archiveRules"
},
"ListFindings": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults"
"limit_key": "maxResults",
"result_key": "findings"
}
}
}
Loading

0 comments on commit fcc5ef7

Please sign in to comment.