Skip to content

Commit c58ec67

Browse files
author
awstools
committed
Updates SDK to v2.1347.0
1 parent ded882e commit c58ec67

File tree

68 files changed

+22074
-3116
lines changed

Some content is hidden

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

68 files changed

+22074
-3116
lines changed

.changes/2.1347.0.json

+82
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Athena",
5+
"description": "Make DefaultExecutorDpuSize and CoordinatorDpuSize fields optional in StartSession"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "AutoScaling",
10+
"description": "Amazon EC2 Auto Scaling now supports Elastic Load Balancing traffic sources with the AttachTrafficSources, DetachTrafficSources, and DescribeTrafficSources APIs. This release also introduces a new activity status, \"WaitingForConnectionDraining\", for VPC Lattice to the DescribeScalingActivities API."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Batch",
15+
"description": "This feature allows Batch on EKS to support configuration of Pod Labels through Metadata for Batch on EKS Jobs."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "ComputeOptimizer",
20+
"description": "This release adds support for HDD EBS volume types and io2 Block Express. We are also adding support for 61 new instance types and instances that have non consecutive runtime."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "Drs",
25+
"description": "Adding a field to the replication configuration APIs to support the auto replicate new disks feature. We also deprecated RetryDataReplication."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "EC2",
30+
"description": "This release adds support for Tunnel Endpoint Lifecycle control, a new feature that provides Site-to-Site VPN customers with better visibility and control of their VPN tunnel maintenance updates."
31+
},
32+
{
33+
"type": "feature",
34+
"category": "EMR",
35+
"description": "Updated DescribeCluster and ListClusters API responses to include ErrorDetail that specifies error code, programmatically accessible error data,and an error message. ErrorDetail provides the underlying reason for cluster failure and recommends actions to simplify troubleshooting of EMR clusters."
36+
},
37+
{
38+
"type": "feature",
39+
"category": "Glue",
40+
"description": "This release adds support for AWS Glue Data Quality, which helps you evaluate and monitor the quality of your data and includes the API for creating, deleting, or updating data quality rulesets, runs and evaluations."
41+
},
42+
{
43+
"type": "feature",
44+
"category": "GuardDuty",
45+
"description": "Added EKS Runtime Monitoring feature support to existing detector, finding APIs and introducing new Coverage APIs"
46+
},
47+
{
48+
"type": "feature",
49+
"category": "IVS",
50+
"description": "Amazon Interactive Video Service (IVS) now offers customers the ability to configure IVS channels to allow insecure RTMP ingest."
51+
},
52+
{
53+
"type": "feature",
54+
"category": "Imagebuilder",
55+
"description": "Adds support for new image workflow details and image vulnerability detection."
56+
},
57+
{
58+
"type": "feature",
59+
"category": "Kendra",
60+
"description": "AWS Kendra now supports featured results for a query."
61+
},
62+
{
63+
"type": "feature",
64+
"category": "NetworkFirewall",
65+
"description": "AWS Network Firewall added TLS inspection configurations to allow TLS traffic inspection."
66+
},
67+
{
68+
"type": "feature",
69+
"category": "SageMakerGeospatial",
70+
"description": "Amazon SageMaker geospatial capabilities now supports server-side encryption with customer managed KMS key and SageMaker notebooks with a SageMaker geospatial image in a Amazon SageMaker Domain with VPC only mode."
71+
},
72+
{
73+
"type": "feature",
74+
"category": "VPCLattice",
75+
"description": "General Availability (GA) release of Amazon VPC Lattice"
76+
},
77+
{
78+
"type": "feature",
79+
"category": "WellArchitected",
80+
"description": "AWS Well-Architected SDK now supports getting consolidated report metrics and generating a consolidated report PDF."
81+
}
82+
]

CHANGELOG.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,25 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1346.0-->
2+
<!--LATEST=2.1347.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1347.0
6+
* feature: Athena: Make DefaultExecutorDpuSize and CoordinatorDpuSize fields optional in StartSession
7+
* feature: AutoScaling: Amazon EC2 Auto Scaling now supports Elastic Load Balancing traffic sources with the AttachTrafficSources, DetachTrafficSources, and DescribeTrafficSources APIs. This release also introduces a new activity status, "WaitingForConnectionDraining", for VPC Lattice to the DescribeScalingActivities API.
8+
* feature: Batch: This feature allows Batch on EKS to support configuration of Pod Labels through Metadata for Batch on EKS Jobs.
9+
* feature: ComputeOptimizer: This release adds support for HDD EBS volume types and io2 Block Express. We are also adding support for 61 new instance types and instances that have non consecutive runtime.
10+
* feature: Drs: Adding a field to the replication configuration APIs to support the auto replicate new disks feature. We also deprecated RetryDataReplication.
11+
* feature: EC2: This release adds support for Tunnel Endpoint Lifecycle control, a new feature that provides Site-to-Site VPN customers with better visibility and control of their VPN tunnel maintenance updates.
12+
* feature: EMR: Updated DescribeCluster and ListClusters API responses to include ErrorDetail that specifies error code, programmatically accessible error data,and an error message. ErrorDetail provides the underlying reason for cluster failure and recommends actions to simplify troubleshooting of EMR clusters.
13+
* feature: Glue: This release adds support for AWS Glue Data Quality, which helps you evaluate and monitor the quality of your data and includes the API for creating, deleting, or updating data quality rulesets, runs and evaluations.
14+
* feature: GuardDuty: Added EKS Runtime Monitoring feature support to existing detector, finding APIs and introducing new Coverage APIs
15+
* feature: IVS: Amazon Interactive Video Service (IVS) now offers customers the ability to configure IVS channels to allow insecure RTMP ingest.
16+
* feature: Imagebuilder: Adds support for new image workflow details and image vulnerability detection.
17+
* feature: Kendra: AWS Kendra now supports featured results for a query.
18+
* feature: NetworkFirewall: AWS Network Firewall added TLS inspection configurations to allow TLS traffic inspection.
19+
* feature: SageMakerGeospatial: Amazon SageMaker geospatial capabilities now supports server-side encryption with customer managed KMS key and SageMaker notebooks with a SageMaker geospatial image in a Amazon SageMaker Domain with VPC only mode.
20+
* feature: VPCLattice: General Availability (GA) release of Amazon VPC Lattice
21+
* feature: WellArchitected: AWS Well-Architected SDK now supports getting consolidated report metrics and generating a consolidated report PDF.
22+
523
## 2.1346.0
624
* feature: OpenSearchServerless: This release includes two new exception types "ServiceQuotaExceededException" and "OcuLimitExceededException".
725
* feature: RDS: Add support for creating a read replica DB instance from a Multi-AZ DB cluster.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
7070
To use the SDK in the browser, simply add the following script tag to your
7171
HTML pages:
7272

73-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1346.0.min.js"></script>
73+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1347.0.min.js"></script>
7474

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

apis/athena-2017-05-18.normal.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1851,7 +1851,8 @@
18511851
},
18521852
"CoordinatorDpuSize": {
18531853
"type": "integer",
1854-
"max": 5000,
1854+
"box": true,
1855+
"max": 1,
18551856
"min": 1
18561857
},
18571858
"CreateDataCatalogInput": {
@@ -2167,7 +2168,8 @@
21672168
},
21682169
"DefaultExecutorDpuSize": {
21692170
"type": "integer",
2170-
"max": 5000,
2171+
"box": true,
2172+
"max": 1,
21712173
"min": 1
21722174
},
21732175
"DeleteDataCatalogInput": {

apis/autoscaling-2011-01-01.examples.json

+72
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,29 @@
5858
"title": "To attach a load balancer to an Auto Scaling group"
5959
}
6060
],
61+
"AttachTrafficSources": [
62+
{
63+
"input": {
64+
"AutoScalingGroupName": "my-auto-scaling-group",
65+
"TrafficSources": [
66+
{
67+
"Identifier": "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067"
68+
}
69+
]
70+
},
71+
"output": {
72+
},
73+
"comments": {
74+
"input": {
75+
},
76+
"output": {
77+
}
78+
},
79+
"description": "This example attaches the specified target group to the specified Auto Scaling group.",
80+
"id": "to-attach-a-target-group-to-an-auto-scaling-group-1680036570089",
81+
"title": "To attach a target group to an Auto Scaling group"
82+
}
83+
],
6184
"CancelInstanceRefresh": [
6285
{
6386
"input": {
@@ -1005,6 +1028,32 @@
10051028
"title": "To describe termination policy types"
10061029
}
10071030
],
1031+
"DescribeTrafficSources": [
1032+
{
1033+
"input": {
1034+
"AutoScalingGroupName": "my-auto-scaling-group"
1035+
},
1036+
"output": {
1037+
"NextToken": "",
1038+
"TrafficSources": [
1039+
{
1040+
"Identifier": "arn:aws:vpc-lattice:us-west-2:123456789012:targetgroup/tg-0e2f2665eEXAMPLE",
1041+
"State": "InService",
1042+
"Type": "vpc-lattice"
1043+
}
1044+
]
1045+
},
1046+
"comments": {
1047+
"input": {
1048+
},
1049+
"output": {
1050+
}
1051+
},
1052+
"description": "This example describes the target groups attached to the specified Auto Scaling group.",
1053+
"id": "to-describe-the-target-groups-for-an-auto-scaling-group-1680040714521",
1054+
"title": "To describe the target groups for an Auto Scaling group"
1055+
}
1056+
],
10081057
"DetachInstances": [
10091058
{
10101059
"input": {
@@ -1077,6 +1126,29 @@
10771126
"title": "To detach a load balancer from an Auto Scaling group"
10781127
}
10791128
],
1129+
"DetachTrafficSources": [
1130+
{
1131+
"input": {
1132+
"AutoScalingGroupName": "my-auto-scaling-group",
1133+
"TrafficSources": [
1134+
{
1135+
"Identifier": "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067"
1136+
}
1137+
]
1138+
},
1139+
"output": {
1140+
},
1141+
"comments": {
1142+
"input": {
1143+
},
1144+
"output": {
1145+
}
1146+
},
1147+
"description": "This example detaches the specified target group from the specified Auto Scaling group.",
1148+
"id": "to-detach-a-target-group-from-an-auto-scaling-group-1680040404169",
1149+
"title": "To detach a target group from an Auto Scaling group"
1150+
}
1151+
],
10801152
"DisableMetricsCollection": [
10811153
{
10821154
"input": {

apis/autoscaling-2011-01-01.min.json

+13-5
Original file line numberDiff line numberDiff line change
@@ -1252,8 +1252,7 @@
12521252
"input": {
12531253
"type": "structure",
12541254
"required": [
1255-
"AutoScalingGroupName",
1256-
"TrafficSourceType"
1255+
"AutoScalingGroupName"
12571256
],
12581257
"members": {
12591258
"AutoScalingGroupName": {},
@@ -1273,8 +1272,13 @@
12731272
"member": {
12741273
"type": "structure",
12751274
"members": {
1276-
"TrafficSource": {},
1277-
"State": {}
1275+
"TrafficSource": {
1276+
"deprecated": true,
1277+
"deprecatedMessage": "TrafficSource has been replaced by Identifier"
1278+
},
1279+
"State": {},
1280+
"Identifier": {},
1281+
"Type": {}
12781282
}
12791283
}
12801284
},
@@ -1952,8 +1956,12 @@
19521956
"type": "list",
19531957
"member": {
19541958
"type": "structure",
1959+
"required": [
1960+
"Identifier"
1961+
],
19551962
"members": {
1956-
"Identifier": {}
1963+
"Identifier": {},
1964+
"Type": {}
19571965
}
19581966
}
19591967
},

0 commit comments

Comments
 (0)