Skip to content

Commit

Permalink
Updates SDK to v2.815.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Dec 21, 2020
1 parent 8875a35 commit 3aeaba4
Show file tree
Hide file tree
Showing 48 changed files with 3,812 additions and 1,266 deletions.
57 changes: 57 additions & 0 deletions .changes/2.815.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
[
{
"type": "feature",
"category": "ConfigService",
"description": "AWS Config adds support to save advanced queries. New API operations - GetStoredQuery, PutStoredQuery, ListStoredQueries, DeleteStoredQuery"
},
{
"type": "feature",
"category": "ConnectParticipant",
"description": "This release adds three new APIs: StartAttachmentUpload, CompleteAttachmentUpload, and GetAttachment. For Amazon Connect Chat, you can use these APIs to share files in chat conversations."
},
{
"type": "feature",
"category": "DMS",
"description": "AWS DMS launches support for AWS Secrets Manager to manage source and target database credentials."
},
{
"type": "feature",
"category": "EC2",
"description": "This release adds Tag On Create feature support for the AllocateAddress API."
},
{
"type": "feature",
"category": "Glue",
"description": "Add 4 connection properties: SECRET_ID, CONNECTOR_URL, CONNECTOR_TYPE, CONNECTOR_CLASS_NAME. Add two connection types: MARKETPLACE, CUSTOM"
},
{
"type": "feature",
"category": "ManagedBlockchain",
"description": "Added support for provisioning and managing public Ethereum nodes on main and test networks supporting secure access using Sigv4 and standard open-source Ethereum APIs."
},
{
"type": "feature",
"category": "Outposts",
"description": "In this release, AWS Outposts adds support for three new APIs: TagResource, UntagResource, and ListTagsForResource. Customers can now manage tags for their resources through the SDK."
},
{
"type": "feature",
"category": "QLDBSession",
"description": "Adds \"TimingInformation\" to all SendCommand API results and \"IOUsage\" to ExecuteStatementResult, FetchPageResult and CommitTransactionResult."
},
{
"type": "feature",
"category": "S3",
"description": "Format GetObject's Expires header to be an http-date instead of iso8601"
},
{
"type": "feature",
"category": "ServiceCatalogAppRegistry",
"description": "New API `SyncResouce` to update AppRegistry system tags."
},
{
"type": "feature",
"category": "ServiceQuotas",
"description": "Added the ability to tag applied quotas."
}
]
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.814.0-->
<!--LATEST=2.815.0-->
<!--ENTRYINSERT-->

## 2.815.0
* feature: ConfigService: AWS Config adds support to save advanced queries. New API operations - GetStoredQuery, PutStoredQuery, ListStoredQueries, DeleteStoredQuery
* feature: ConnectParticipant: This release adds three new APIs: StartAttachmentUpload, CompleteAttachmentUpload, and GetAttachment. For Amazon Connect Chat, you can use these APIs to share files in chat conversations.
* feature: DMS: AWS DMS launches support for AWS Secrets Manager to manage source and target database credentials.
* feature: EC2: This release adds Tag On Create feature support for the AllocateAddress API.
* feature: Glue: Add 4 connection properties: SECRET_ID, CONNECTOR_URL, CONNECTOR_TYPE, CONNECTOR_CLASS_NAME. Add two connection types: MARKETPLACE, CUSTOM
* feature: ManagedBlockchain: Added support for provisioning and managing public Ethereum nodes on main and test networks supporting secure access using Sigv4 and standard open-source Ethereum APIs.
* feature: Outposts: In this release, AWS Outposts adds support for three new APIs: TagResource, UntagResource, and ListTagsForResource. Customers can now manage tags for their resources through the SDK.
* feature: QLDBSession: Adds "TimingInformation" to all SendCommand API results and "IOUsage" to ExecuteStatementResult, FetchPageResult and CommitTransactionResult.
* feature: S3: Format GetObject's Expires header to be an http-date instead of iso8601
* feature: ServiceCatalogAppRegistry: New API `SyncResouce` to update AppRegistry system tags.
* feature: ServiceQuotas: Added the ability to tag applied quotas.

## 2.814.0
* bugfix: Credentials: SDK will throw if shared ini file's profile name can be resolved to __proto__
* feature: EC2: EBS io2 volumes now supports Multi-Attach
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,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.814.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.815.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
2 changes: 1 addition & 1 deletion apis/apigateway-2015-07-09.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -7478,7 +7478,7 @@
},
"offset": {
"shape": "Integer",
"documentation": "<p>The number of requests subtracted from the given limit in the initial time period.</p>"
"documentation": "<p>The day that a time period starts. For example, with a time period of <code>WEEK</code>, an offset of <code>0</code> starts on Sunday, and an offset of <code>1</code> starts on Monday.</p>"
},
"period": {
"shape": "QuotaPeriodType",
Expand Down
Loading

0 comments on commit 3aeaba4

Please sign in to comment.