Skip to content

Commit 850fc8c

Browse files
author
awstools
committed
Updates SDK to v2.1035.0
1 parent faee315 commit 850fc8c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+8039
-4462
lines changed

.changes/2.1035.0.json

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Backup",
5+
"description": "This release adds new opt-in settings for advanced features for DynamoDB backups"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "DynamoDB",
10+
"description": "DynamoDB PartiQL now supports ReturnConsumedCapacity, which returns capacity units consumed by PartiQL APIs if the request specified returnConsumedCapacity parameter. PartiQL APIs include ExecuteStatement, BatchExecuteStatement, and ExecuteTransaction."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "EC2",
15+
"description": "This release adds a new parameter ipv6Native to the allow creation of IPv6-only subnets using the CreateSubnet operation, and the operation ModifySubnetAttribute includes new parameters to modify subnet attributes to use resource-based naming and enable DNS resolutions for Private DNS name."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "ElastiCache",
20+
"description": "Adding support for r6gd instances for Redis with data tiering. In a cluster with data tiering enabled, when available memory capacity is exhausted, the least recently used data is automatically tiered to solid state drives for cost-effective capacity scaling with minimal performance impact."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "IoTWireless",
25+
"description": "Two new APIs, GetNetworkAnalyzerConfiguration and UpdateNetworkAnalyzerConfiguration, are added for the newly released Network Analyzer feature which enables customers to view real-time frame information and logs from LoRaWAN devices and gateways."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "Iot",
30+
"description": "This release introduces a new feature, Managed Job Template, for AWS IoT Jobs Service. Customers can now use service provided managed job templates to easily create jobs for supported standard job actions."
31+
},
32+
{
33+
"type": "feature",
34+
"category": "IotDeviceAdvisor",
35+
"description": "This release introduces a new feature for Device Advisor: ability to execute multiple test suites in parallel for given customer account. You can use GetEndpoint API to get the device-level test endpoint and call StartSuiteRun with \"parallelRun=true\" to run suites in parallel."
36+
},
37+
{
38+
"type": "feature",
39+
"category": "Lambda",
40+
"description": "Release Lambda event source filtering for SQS, Kinesis Streams, and DynamoDB Streams."
41+
},
42+
{
43+
"type": "feature",
44+
"category": "OpenSearch",
45+
"description": "This release adds an optional parameter dry-run for the UpdateDomainConfig API to perform basic validation checks, and detect the deployment type that will be required for the configuration change, without actually applying the change."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "RDS",
50+
"description": "Adds support for Multi-AZ DB clusters for RDS for MySQL and RDS for PostgreSQL."
51+
},
52+
{
53+
"type": "feature",
54+
"category": "Redshift",
55+
"description": "This release adds support for reserved node exchange with restore/resize"
56+
},
57+
{
58+
"type": "feature",
59+
"category": "S3",
60+
"description": "Introduce two new Filters to S3 Lifecycle configurations - ObjectSizeGreaterThan and ObjectSizeLessThan. Introduce a new way to trigger actions on noncurrent versions by providing the number of newer noncurrent versions along with noncurrent days."
61+
},
62+
{
63+
"type": "feature",
64+
"category": "SQS",
65+
"description": "Amazon SQS adds a new queue attribute, SqsManagedSseEnabled, which enables server-side queue encryption using SQS owned encryption keys."
66+
}
67+
]

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,22 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1034.0-->
2+
<!--LATEST=2.1035.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1035.0
6+
* feature: Backup: This release adds new opt-in settings for advanced features for DynamoDB backups
7+
* feature: DynamoDB: DynamoDB PartiQL now supports ReturnConsumedCapacity, which returns capacity units consumed by PartiQL APIs if the request specified returnConsumedCapacity parameter. PartiQL APIs include ExecuteStatement, BatchExecuteStatement, and ExecuteTransaction.
8+
* feature: EC2: This release adds a new parameter ipv6Native to the allow creation of IPv6-only subnets using the CreateSubnet operation, and the operation ModifySubnetAttribute includes new parameters to modify subnet attributes to use resource-based naming and enable DNS resolutions for Private DNS name.
9+
* feature: ElastiCache: Adding support for r6gd instances for Redis with data tiering. In a cluster with data tiering enabled, when available memory capacity is exhausted, the least recently used data is automatically tiered to solid state drives for cost-effective capacity scaling with minimal performance impact.
10+
* feature: IoTWireless: Two new APIs, GetNetworkAnalyzerConfiguration and UpdateNetworkAnalyzerConfiguration, are added for the newly released Network Analyzer feature which enables customers to view real-time frame information and logs from LoRaWAN devices and gateways.
11+
* feature: Iot: This release introduces a new feature, Managed Job Template, for AWS IoT Jobs Service. Customers can now use service provided managed job templates to easily create jobs for supported standard job actions.
12+
* feature: IotDeviceAdvisor: This release introduces a new feature for Device Advisor: ability to execute multiple test suites in parallel for given customer account. You can use GetEndpoint API to get the device-level test endpoint and call StartSuiteRun with "parallelRun=true" to run suites in parallel.
13+
* feature: Lambda: Release Lambda event source filtering for SQS, Kinesis Streams, and DynamoDB Streams.
14+
* feature: OpenSearch: This release adds an optional parameter dry-run for the UpdateDomainConfig API to perform basic validation checks, and detect the deployment type that will be required for the configuration change, without actually applying the change.
15+
* feature: RDS: Adds support for Multi-AZ DB clusters for RDS for MySQL and RDS for PostgreSQL.
16+
* feature: Redshift: This release adds support for reserved node exchange with restore/resize
17+
* feature: S3: Introduce two new Filters to S3 Lifecycle configurations - ObjectSizeGreaterThan and ObjectSizeLessThan. Introduce a new way to trigger actions on noncurrent versions by providing the number of newer noncurrent versions along with noncurrent days.
18+
* feature: SQS: Amazon SQS adds a new queue attribute, SqsManagedSseEnabled, which enables server-side queue encryption using SQS owned encryption keys.
19+
520
## 2.1034.0
621
* feature: Braket: This release adds support for Amazon Braket Hybrid Jobs.
722
* feature: ChimeSDKMeetings: Added new APIs for enabling Echo Reduction with Voice Focus.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

32-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1034.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1035.0.min.js"></script>
3333

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

apis/backup-2018-11-15.min.json

Lines changed: 32 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -672,6 +672,9 @@
672672
"members": {
673673
"ResourceTypeOptInPreference": {
674674
"shape": "S2z"
675+
},
676+
"ResourceTypeManagementPreference": {
677+
"shape": "S31"
675678
}
676679
}
677680
}
@@ -697,7 +700,7 @@
697700
"type": "structure",
698701
"members": {
699702
"ReportJob": {
700-
"shape": "S34"
703+
"shape": "S35"
701704
}
702705
}
703706
}
@@ -723,7 +726,7 @@
723726
"type": "structure",
724727
"members": {
725728
"ReportPlan": {
726-
"shape": "S38"
729+
"shape": "S39"
727730
}
728731
}
729732
}
@@ -844,7 +847,7 @@
844847
"type": "structure",
845848
"members": {
846849
"BackupPlan": {
847-
"shape": "S3i"
850+
"shape": "S3j"
848851
},
849852
"BackupPlanId": {},
850853
"BackupPlanArn": {},
@@ -883,7 +886,7 @@
883886
"type": "structure",
884887
"members": {
885888
"BackupPlan": {
886-
"shape": "S3i"
889+
"shape": "S3j"
887890
}
888891
}
889892
}
@@ -909,7 +912,7 @@
909912
"type": "structure",
910913
"members": {
911914
"BackupPlanDocument": {
912-
"shape": "S3i"
915+
"shape": "S3j"
913916
}
914917
}
915918
}
@@ -1003,7 +1006,7 @@
10031006
"BackupVaultArn": {},
10041007
"SNSTopicArn": {},
10051008
"BackupVaultEvents": {
1006-
"shape": "S3w"
1009+
"shape": "S3x"
10071010
}
10081011
}
10091012
},
@@ -1037,7 +1040,7 @@
10371040
"BackupVaultArn": {},
10381041
"RecoveryPointArn": {},
10391042
"RestoreMetadata": {
1040-
"shape": "S40"
1043+
"shape": "S41"
10411044
}
10421045
}
10431046
},
@@ -1228,7 +1231,7 @@
12281231
"BackupPlanVersionsList": {
12291232
"type": "list",
12301233
"member": {
1231-
"shape": "S4h"
1234+
"shape": "S4i"
12321235
}
12331236
}
12341237
}
@@ -1266,7 +1269,7 @@
12661269
"BackupPlansList": {
12671270
"type": "list",
12681271
"member": {
1269-
"shape": "S4h"
1272+
"shape": "S4i"
12701273
}
12711274
}
12721275
}
@@ -1720,7 +1723,7 @@
17201723
"ReportJobs": {
17211724
"type": "list",
17221725
"member": {
1723-
"shape": "S34"
1726+
"shape": "S35"
17241727
}
17251728
},
17261729
"NextToken": {}
@@ -1752,7 +1755,7 @@
17521755
"ReportPlans": {
17531756
"type": "list",
17541757
"member": {
1755-
"shape": "S38"
1758+
"shape": "S39"
17561759
}
17571760
},
17581761
"NextToken": {}
@@ -1937,7 +1940,7 @@
19371940
},
19381941
"SNSTopicArn": {},
19391942
"BackupVaultEvents": {
1940-
"shape": "S3w"
1943+
"shape": "S3x"
19411944
}
19421945
}
19431946
},
@@ -2066,7 +2069,7 @@
20662069
"members": {
20672070
"RecoveryPointArn": {},
20682071
"Metadata": {
2069-
"shape": "S40"
2072+
"shape": "S41"
20702073
},
20712074
"IamRoleArn": {},
20722075
"IdempotencyToken": {},
@@ -2279,6 +2282,9 @@
22792282
"members": {
22802283
"ResourceTypeOptInPreference": {
22812284
"shape": "S2z"
2285+
},
2286+
"ResourceTypeManagementPreference": {
2287+
"shape": "S31"
22822288
}
22832289
}
22842290
}
@@ -2619,7 +2625,14 @@
26192625
"type": "boolean"
26202626
}
26212627
},
2622-
"S34": {
2628+
"S31": {
2629+
"type": "map",
2630+
"key": {},
2631+
"value": {
2632+
"type": "boolean"
2633+
}
2634+
},
2635+
"S35": {
26232636
"type": "structure",
26242637
"members": {
26252638
"ReportJobId": {},
@@ -2644,7 +2657,7 @@
26442657
}
26452658
}
26462659
},
2647-
"S38": {
2660+
"S39": {
26482661
"type": "structure",
26492662
"members": {
26502663
"ReportPlanArn": {},
@@ -2668,7 +2681,7 @@
26682681
}
26692682
}
26702683
},
2671-
"S3i": {
2684+
"S3j": {
26722685
"type": "structure",
26732686
"required": [
26742687
"BackupPlanName",
@@ -2715,17 +2728,17 @@
27152728
}
27162729
}
27172730
},
2718-
"S3w": {
2731+
"S3x": {
27192732
"type": "list",
27202733
"member": {}
27212734
},
2722-
"S40": {
2735+
"S41": {
27232736
"type": "map",
27242737
"key": {},
27252738
"value": {},
27262739
"sensitive": true
27272740
},
2728-
"S4h": {
2741+
"S4i": {
27292742
"type": "structure",
27302743
"members": {
27312744
"BackupPlanArn": {},

0 commit comments

Comments
 (0)