Skip to content

Commit

Permalink
Updates SDK to v2.813.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Dec 17, 2020
1 parent 468d15b commit ee0c5a3
Show file tree
Hide file tree
Showing 38 changed files with 5,369 additions and 1,007 deletions.
47 changes: 47 additions & 0 deletions .changes/2.813.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
[
{
"type": "feature",
"category": "ConfigService",
"description": "Adding PutExternalEvaluation API which grants permission to deliver evaluation result to AWS Config"
},
{
"type": "feature",
"category": "DLM",
"description": "Provide Cross-account copy event based policy support in DataLifecycleManager (DLM)"
},
{
"type": "feature",
"category": "EC2",
"description": "C6gn instances are powered by AWS Graviton2 processors and offer 100 Gbps networking bandwidth. These instances deliver up to 40% better price-performance benefit versus comparable x86-based instances"
},
{
"type": "feature",
"category": "Imagebuilder",
"description": "This release adds support for building and distributing container images within EC2 Image Builder."
},
{
"type": "feature",
"category": "KMS",
"description": "Added CreationDate and LastUpdatedDate timestamps to ListAliases API response"
},
{
"type": "feature",
"category": "Route53",
"description": "This release adds support for DNSSEC signing in Amazon Route 53."
},
{
"type": "feature",
"category": "Route53Resolver",
"description": "Route 53 Resolver adds support for enabling resolver DNSSEC validation in virtual private cloud (VPC)."
},
{
"type": "feature",
"category": "SQS",
"description": "Amazon SQS adds queue attributes to enable high throughput FIFO."
},
{
"type": "feature",
"category": "ServiceCatalog",
"description": "Support TagOptions sharing with Service Catalog portfolio sharing."
}
]
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.812.0-->
<!--LATEST=2.813.0-->
<!--ENTRYINSERT-->

## 2.813.0
* feature: ConfigService: Adding PutExternalEvaluation API which grants permission to deliver evaluation result to AWS Config
* feature: DLM: Provide Cross-account copy event based policy support in DataLifecycleManager (DLM)
* feature: EC2: C6gn instances are powered by AWS Graviton2 processors and offer 100 Gbps networking bandwidth. These instances deliver up to 40% better price-performance benefit versus comparable x86-based instances
* feature: Imagebuilder: This release adds support for building and distributing container images within EC2 Image Builder.
* feature: KMS: Added CreationDate and LastUpdatedDate timestamps to ListAliases API response
* feature: Route53: This release adds support for DNSSEC signing in Amazon Route 53.
* feature: Route53Resolver: Route 53 Resolver adds support for enabling resolver DNSSEC validation in virtual private cloud (VPC).
* feature: SQS: Amazon SQS adds queue attributes to enable high throughput FIFO.
* feature: ServiceCatalog: Support TagOptions sharing with Service Catalog portfolio sharing.

## 2.812.0
* feature: CostExplorer: This release updates the "MonitorArnList" from a list of String to be a list of Arn for both CreateAnomalySubscription and UpdateAnomalySubscription APIs
* feature: Location: Initial release of Amazon Location Service. A new geospatial service providing capabilities to render maps, geocode/reverse geocode, track device locations, and detect geofence entry/exit events.
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.812.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.813.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
46 changes: 40 additions & 6 deletions apis/config-2014-11-12.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -1920,6 +1920,40 @@
}
}
},
"PutExternalEvaluation": {
"input": {
"type": "structure",
"required": [
"ConfigRuleName",
"ExternalEvaluation"
],
"members": {
"ConfigRuleName": {},
"ExternalEvaluation": {
"type": "structure",
"required": [
"ComplianceResourceType",
"ComplianceResourceId",
"ComplianceType",
"OrderingTimestamp"
],
"members": {
"ComplianceResourceType": {},
"ComplianceResourceId": {},
"ComplianceType": {},
"Annotation": {},
"OrderingTimestamp": {
"type": "timestamp"
}
}
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"PutOrganizationConfigRule": {
"input": {
"type": "structure",
Expand Down Expand Up @@ -2104,10 +2138,10 @@
"type": "structure",
"members": {
"Results": {
"shape": "Sat"
"shape": "Saw"
},
"QueryInfo": {
"shape": "Sau"
"shape": "Sax"
},
"NextToken": {}
}
Expand All @@ -2131,10 +2165,10 @@
"type": "structure",
"members": {
"Results": {
"shape": "Sat"
"shape": "Saw"
},
"QueryInfo": {
"shape": "Sau"
"shape": "Sax"
},
"NextToken": {}
}
Expand Down Expand Up @@ -2852,11 +2886,11 @@
}
}
},
"Sat": {
"Saw": {
"type": "list",
"member": {}
},
"Sau": {
"Sax": {
"type": "structure",
"members": {
"SelectFields": {
Expand Down
Loading

0 comments on commit ee0c5a3

Please sign in to comment.