Skip to content

Commit

Permalink
Updates SDK to v2.461.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 22, 2019
1 parent d35748e commit 1cb7ecc
Show file tree
Hide file tree
Showing 33 changed files with 1,736 additions and 396 deletions.
42 changes: 42 additions & 0 deletions .changes/2.461.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"type": "feature",
"category": "APIGateway",
"description": "This release adds support for tagging of Amazon API Gateway resources."
},
{
"type": "feature",
"category": "Budgets",
"description": "Added new datatype PlannedBudgetLimits to Budget model, and updated examples for AWS Budgets API for UpdateBudget, CreateBudget, DescribeBudget, and DescribeBudgets"
},
{
"type": "feature",
"category": "DeviceFarm",
"description": "This release introduces support for tagging, tag-based access control, and resource-based access control."
},
{
"type": "feature",
"category": "EC2",
"description": "This release adds idempotency support for associate, create route and authorization APIs for AWS Client VPN Endpoints."
},
{
"type": "feature",
"category": "EFS",
"description": "AWS EFS documentation updated to reflect the minimum required value for ProvisionedThroughputInMibps is 1 from the previously documented 0. The service has always required a minimum value of 1, therefor service behavior is not changed. "
},
{
"type": "feature",
"category": "ServiceCatalog",
"description": "Service Catalog UpdateProvisionedProductProperties API enables customers to manage provisioned product ownership. Administrators can now update the user associated to a provisioned product to another user within the same account allowing the new user to describe, update, terminate and execute service actions in that Service Catalog resource. New owner will also be able to list and describe all past records executed for that provisioned product."
},
{
"type": "feature",
"category": "WorkLink",
"description": "Amazon WorkLink is a fully managed, cloud-based service that enables secure, one-click access to internal websites and web apps from mobile phones. This release introduces new APIs to associate and manage website authorization providers with Amazon WorkLink fleets."
},
{
"type": "feature",
"category": "s3",
"description": "Validate the `Expiration` parameter for `s3.getSignedUrl()` is number"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/feature-s3-b253b8a0.json

This file was deleted.

12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.460.0-->
<!--LATEST=2.461.0-->
<!--ENTRYINSERT-->

## 2.461.0
* feature: APIGateway: This release adds support for tagging of Amazon API Gateway resources.
* feature: Budgets: Added new datatype PlannedBudgetLimits to Budget model, and updated examples for AWS Budgets API for UpdateBudget, CreateBudget, DescribeBudget, and DescribeBudgets
* feature: DeviceFarm: This release introduces support for tagging, tag-based access control, and resource-based access control.
* feature: EC2: This release adds idempotency support for associate, create route and authorization APIs for AWS Client VPN Endpoints.
* feature: EFS: AWS EFS documentation updated to reflect the minimum required value for ProvisionedThroughputInMibps is 1 from the previously documented 0. The service has always required a minimum value of 1, therefor service behavior is not changed.
* feature: ServiceCatalog: Service Catalog UpdateProvisionedProductProperties API enables customers to manage provisioned product ownership. Administrators can now update the user associated to a provisioned product to another user within the same account allowing the new user to describe, update, terminate and execute service actions in that Service Catalog resource. New owner will also be able to list and describe all past records executed for that provisioned product.
* feature: WorkLink: Amazon WorkLink is a fully managed, cloud-based service that enables secure, one-click access to internal websites and web apps from mobile phones. This release introduces new APIs to associate and manage website authorization providers with Amazon WorkLink fleets.
* feature: s3: Validate the `Expiration` parameter for `s3.getSignedUrl()` is number

## 2.460.0
* feature: AlexaForBusiness: This release contains API changes to allow customers to create and manage Network Profiles for their Shared devices
* feature: DataSync: Documentation update and refine pagination token on Datasync List API's
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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.460.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.461.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 1cb7ecc

Please sign in to comment.