Skip to content

Commit

Permalink
Updates SDK to v2.481.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 24, 2019
1 parent 202d3d2 commit 3f07255
Show file tree
Hide file tree
Showing 48 changed files with 7,484 additions and 2,268 deletions.
52 changes: 52 additions & 0 deletions .changes/2.481.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
[
{
"type": "feature",
"category": "APIGateway",
"description": "Customers can pick different security policies (TLS version + cipher suite) for custom domains in API Gateway"
},
{
"type": "feature",
"category": "ApiGatewayV2",
"description": "Customers can get information about security policies set on custom domain resources in API Gateway"
},
{
"type": "feature",
"category": "ApplicationInsights",
"description": "CloudWatch Application Insights detects errors and exceptions from logs, including .NET custom application logs, SQL Server logs, IIS logs, and more, and uses a combination of built-in rules and machine learning, such as dynamic baselining, to identify common problems. You can then easily drill into specific issues with CloudWatch Automatic Dashboards that are dynamically generated. These dashboards contain the most recent alarms, a summary of relevant metrics, and log snippets to help you identify root cause."
},
{
"type": "feature",
"category": "ClientSideMonitoring",
"description": "add a host config to client-side monitoring configuration, defaults to be '127.0.0.1'"
},
{
"type": "feature",
"category": "ELBv2",
"description": "This release adds support for UDP on Network Load Balancers"
},
{
"type": "feature",
"category": "FSx",
"description": "Starting today, you can join your Amazon FSx for Windows File Server file systems to your organization's self-managed Microsoft Active Directory while creating the file system. You can also perform in-place updates of file systems to keep your Active Directory configuration up to date."
},
{
"type": "feature",
"category": "ResourceGroupsTaggingAPI",
"description": "Updated service APIs and documentation."
},
{
"type": "feature",
"category": "SSM",
"description": "AWS Systems Manager now supports deleting a specific version of a SSM Document."
},
{
"type": "feature",
"category": "SecurityHub",
"description": "This release includes a new Tags parameter for the EnableSecurityHub operation, and the following new operations: DescribeHub, CreateActionTarget, DeleteActionTarget, DescribeActionTargets, UpdateActionTarget, TagResource, UntagResource, and ListTagsforResource. It removes the operation ListProductSubscribers, and makes Title and Description required attributes of AwsSecurityFinding."
},
{
"type": "feature",
"category": "ServiceQuotas",
"description": "Service Quotas enables you to view and manage your quotas for AWS services from a central location."
}
]

This file was deleted.

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.480.0-->
<!--LATEST=2.481.0-->
<!--ENTRYINSERT-->

## 2.481.0
* feature: APIGateway: Customers can pick different security policies (TLS version + cipher suite) for custom domains in API Gateway
* feature: ApiGatewayV2: Customers can get information about security policies set on custom domain resources in API Gateway
* feature: ApplicationInsights: CloudWatch Application Insights detects errors and exceptions from logs, including .NET custom application logs, SQL Server logs, IIS logs, and more, and uses a combination of built-in rules and machine learning, such as dynamic baselining, to identify common problems. You can then easily drill into specific issues with CloudWatch Automatic Dashboards that are dynamically generated. These dashboards contain the most recent alarms, a summary of relevant metrics, and log snippets to help you identify root cause.
* feature: ClientSideMonitoring: add a host config to client-side monitoring configuration, defaults to be '127.0.0.1'
* feature: ELBv2: This release adds support for UDP on Network Load Balancers
* feature: FSx: Starting today, you can join your Amazon FSx for Windows File Server file systems to your organization's self-managed Microsoft Active Directory while creating the file system. You can also perform in-place updates of file systems to keep your Active Directory configuration up to date.
* feature: ResourceGroupsTaggingAPI: Updated service APIs and documentation.
* feature: SSM: AWS Systems Manager now supports deleting a specific version of a SSM Document.
* feature: SecurityHub: This release includes a new Tags parameter for the EnableSecurityHub operation, and the following new operations: DescribeHub, CreateActionTarget, DeleteActionTarget, DescribeActionTargets, UpdateActionTarget, TagResource, UntagResource, and ListTagsforResource. It removes the operation ListProductSubscribers, and makes Title and Description required attributes of AwsSecurityFinding.
* feature: ServiceQuotas: Service Quotas enables you to view and manage your quotas for AWS services from a central location.

## 2.480.0
* feature: IAM: We are making it easier for you to manage your permission guardrails i.e. service control policies by enabling you to retrieve the last timestamp when an AWS service was accessed within an account or AWS Organizations entity.
* feature: MediaPackage: Added two new origin endpoint fields for configuring which SCTE-35 messages are treated as advertisements.
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.480.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.481.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
Loading

0 comments on commit 3f07255

Please sign in to comment.