Skip to content

Commit

Permalink
Updates SDK to v2.767.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Oct 5, 2020
1 parent dcfed15 commit f84b3d7
Show file tree
Hide file tree
Showing 22 changed files with 1,732 additions and 961 deletions.
22 changes: 22 additions & 0 deletions .changes/2.767.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "DynamoDB",
"description": "This release adds a new ReplicaStatus REGION DISABLED for the Table description. This state indicates that the AWS Region for the replica is inaccessible because the AWS Region is disabled."
},
{
"type": "feature",
"category": "Glue",
"description": "AWS Glue crawlers now support Amazon DocumentDB (with MongoDB compatibility) and MongoDB collections. You can choose to crawl the entire data set or only a small sample to reduce crawl time."
},
{
"type": "feature",
"category": "MediaConvert",
"description": "AWS Elemental MediaConvert SDK has added support for AVC-I and VC3 encoding in the MXF OP1a container, Nielsen non-linear watermarking, and InSync FrameFormer frame rate conversion."
},
{
"type": "feature",
"category": "SageMaker",
"description": "This release adds support for launching Amazon SageMaker Studio in your VPC. Use AppNetworkAccessType in CreateDomain API to disable access to public internet and restrict the network traffic to VPC."
}
]
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.766.0-->
<!--LATEST=2.767.0-->
<!--ENTRYINSERT-->

## 2.767.0
* feature: DynamoDB: This release adds a new ReplicaStatus REGION DISABLED for the Table description. This state indicates that the AWS Region for the replica is inaccessible because the AWS Region is disabled.
* feature: Glue: AWS Glue crawlers now support Amazon DocumentDB (with MongoDB compatibility) and MongoDB collections. You can choose to crawl the entire data set or only a small sample to reduce crawl time.
* feature: MediaConvert: AWS Elemental MediaConvert SDK has added support for AVC-I and VC3 encoding in the MXF OP1a container, Nielsen non-linear watermarking, and InSync FrameFormer frame rate conversion.
* feature: SageMaker: This release adds support for launching Amazon SageMaker Studio in your VPC. Use AppNetworkAccessType in CreateDomain API to disable access to public internet and restrict the network traffic to VPC.

## 2.766.0
* bugfix: lib: call customBackoff() only upon retryable errors
* feature: Batch: Support tagging for Batch resources (compute environment, job queue, job definition and job) and tag based access control on Batch APIs
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.766.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.767.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
3 changes: 3 additions & 0 deletions apis/dynamodb-2012-08-10.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -1895,6 +1895,9 @@
}
}
}
},
"ReplicaInaccessibleDateTime": {
"type": "timestamp"
}
}
}
Expand Down
31 changes: 18 additions & 13 deletions apis/dynamodb-2012-08-10.normal.json

Large diffs are not rendered by default.

Loading

0 comments on commit f84b3d7

Please sign in to comment.