Skip to content

Commit ee0c5a3

Browse files
author
awstools
committed
Updates SDK to v2.813.0
1 parent 468d15b commit ee0c5a3

38 files changed

+5369
-1007
lines changed

.changes/2.813.0.json

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "ConfigService",
5+
"description": "Adding PutExternalEvaluation API which grants permission to deliver evaluation result to AWS Config"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "DLM",
10+
"description": "Provide Cross-account copy event based policy support in DataLifecycleManager (DLM)"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "EC2",
15+
"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"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Imagebuilder",
20+
"description": "This release adds support for building and distributing container images within EC2 Image Builder."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "KMS",
25+
"description": "Added CreationDate and LastUpdatedDate timestamps to ListAliases API response"
26+
},
27+
{
28+
"type": "feature",
29+
"category": "Route53",
30+
"description": "This release adds support for DNSSEC signing in Amazon Route 53."
31+
},
32+
{
33+
"type": "feature",
34+
"category": "Route53Resolver",
35+
"description": "Route 53 Resolver adds support for enabling resolver DNSSEC validation in virtual private cloud (VPC)."
36+
},
37+
{
38+
"type": "feature",
39+
"category": "SQS",
40+
"description": "Amazon SQS adds queue attributes to enable high throughput FIFO."
41+
},
42+
{
43+
"type": "feature",
44+
"category": "ServiceCatalog",
45+
"description": "Support TagOptions sharing with Service Catalog portfolio sharing."
46+
}
47+
]

CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.812.0-->
2+
<!--LATEST=2.813.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.813.0
6+
* feature: ConfigService: Adding PutExternalEvaluation API which grants permission to deliver evaluation result to AWS Config
7+
* feature: DLM: Provide Cross-account copy event based policy support in DataLifecycleManager (DLM)
8+
* 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
9+
* feature: Imagebuilder: This release adds support for building and distributing container images within EC2 Image Builder.
10+
* feature: KMS: Added CreationDate and LastUpdatedDate timestamps to ListAliases API response
11+
* feature: Route53: This release adds support for DNSSEC signing in Amazon Route 53.
12+
* feature: Route53Resolver: Route 53 Resolver adds support for enabling resolver DNSSEC validation in virtual private cloud (VPC).
13+
* feature: SQS: Amazon SQS adds queue attributes to enable high throughput FIFO.
14+
* feature: ServiceCatalog: Support TagOptions sharing with Service Catalog portfolio sharing.
15+
516
## 2.812.0
617
* feature: CostExplorer: This release updates the "MonitorArnList" from a list of String to be a list of Arn for both CreateAnomalySubscription and UpdateAnomalySubscription APIs
718
* 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.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ version.
2424
To use the SDK in the browser, simply add the following script tag to your
2525
HTML pages:
2626

27-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.812.0.min.js"></script>
27+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.813.0.min.js"></script>
2828

2929
You can also build a custom browser SDK with your specified set of AWS services.
3030
This can allow you to reduce the SDK's size, specify different API versions of

apis/config-2014-11-12.min.json

+40-6
Original file line numberDiff line numberDiff line change
@@ -1920,6 +1920,40 @@
19201920
}
19211921
}
19221922
},
1923+
"PutExternalEvaluation": {
1924+
"input": {
1925+
"type": "structure",
1926+
"required": [
1927+
"ConfigRuleName",
1928+
"ExternalEvaluation"
1929+
],
1930+
"members": {
1931+
"ConfigRuleName": {},
1932+
"ExternalEvaluation": {
1933+
"type": "structure",
1934+
"required": [
1935+
"ComplianceResourceType",
1936+
"ComplianceResourceId",
1937+
"ComplianceType",
1938+
"OrderingTimestamp"
1939+
],
1940+
"members": {
1941+
"ComplianceResourceType": {},
1942+
"ComplianceResourceId": {},
1943+
"ComplianceType": {},
1944+
"Annotation": {},
1945+
"OrderingTimestamp": {
1946+
"type": "timestamp"
1947+
}
1948+
}
1949+
}
1950+
}
1951+
},
1952+
"output": {
1953+
"type": "structure",
1954+
"members": {}
1955+
}
1956+
},
19231957
"PutOrganizationConfigRule": {
19241958
"input": {
19251959
"type": "structure",
@@ -2104,10 +2138,10 @@
21042138
"type": "structure",
21052139
"members": {
21062140
"Results": {
2107-
"shape": "Sat"
2141+
"shape": "Saw"
21082142
},
21092143
"QueryInfo": {
2110-
"shape": "Sau"
2144+
"shape": "Sax"
21112145
},
21122146
"NextToken": {}
21132147
}
@@ -2131,10 +2165,10 @@
21312165
"type": "structure",
21322166
"members": {
21332167
"Results": {
2134-
"shape": "Sat"
2168+
"shape": "Saw"
21352169
},
21362170
"QueryInfo": {
2137-
"shape": "Sau"
2171+
"shape": "Sax"
21382172
},
21392173
"NextToken": {}
21402174
}
@@ -2852,11 +2886,11 @@
28522886
}
28532887
}
28542888
},
2855-
"Sat": {
2889+
"Saw": {
28562890
"type": "list",
28572891
"member": {}
28582892
},
2859-
"Sau": {
2893+
"Sax": {
28602894
"type": "structure",
28612895
"members": {
28622896
"SelectFields": {

0 commit comments

Comments
 (0)