Skip to content

Commit

Permalink
Updates SDK to v2.1347.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 30, 2023
1 parent ded882e commit c58ec67
Show file tree
Hide file tree
Showing 68 changed files with 22,074 additions and 3,116 deletions.
82 changes: 82 additions & 0 deletions .changes/2.1347.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
[
{
"type": "feature",
"category": "Athena",
"description": "Make DefaultExecutorDpuSize and CoordinatorDpuSize fields optional in StartSession"
},
{
"type": "feature",
"category": "AutoScaling",
"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."
},
{
"type": "feature",
"category": "Batch",
"description": "This feature allows Batch on EKS to support configuration of Pod Labels through Metadata for Batch on EKS Jobs."
},
{
"type": "feature",
"category": "ComputeOptimizer",
"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."
},
{
"type": "feature",
"category": "Drs",
"description": "Adding a field to the replication configuration APIs to support the auto replicate new disks feature. We also deprecated RetryDataReplication."
},
{
"type": "feature",
"category": "EC2",
"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."
},
{
"type": "feature",
"category": "EMR",
"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."
},
{
"type": "feature",
"category": "Glue",
"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."
},
{
"type": "feature",
"category": "GuardDuty",
"description": "Added EKS Runtime Monitoring feature support to existing detector, finding APIs and introducing new Coverage APIs"
},
{
"type": "feature",
"category": "IVS",
"description": "Amazon Interactive Video Service (IVS) now offers customers the ability to configure IVS channels to allow insecure RTMP ingest."
},
{
"type": "feature",
"category": "Imagebuilder",
"description": "Adds support for new image workflow details and image vulnerability detection."
},
{
"type": "feature",
"category": "Kendra",
"description": "AWS Kendra now supports featured results for a query."
},
{
"type": "feature",
"category": "NetworkFirewall",
"description": "AWS Network Firewall added TLS inspection configurations to allow TLS traffic inspection."
},
{
"type": "feature",
"category": "SageMakerGeospatial",
"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."
},
{
"type": "feature",
"category": "VPCLattice",
"description": "General Availability (GA) release of Amazon VPC Lattice"
},
{
"type": "feature",
"category": "WellArchitected",
"description": "AWS Well-Architected SDK now supports getting consolidated report metrics and generating a consolidated report PDF."
}
]
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,25 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1346.0-->
<!--LATEST=2.1347.0-->
<!--ENTRYINSERT-->

## 2.1347.0
* feature: Athena: Make DefaultExecutorDpuSize and CoordinatorDpuSize fields optional in StartSession
* 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.
* feature: Batch: This feature allows Batch on EKS to support configuration of Pod Labels through Metadata for Batch on EKS Jobs.
* 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.
* feature: Drs: Adding a field to the replication configuration APIs to support the auto replicate new disks feature. We also deprecated RetryDataReplication.
* 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.
* 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.
* 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.
* feature: GuardDuty: Added EKS Runtime Monitoring feature support to existing detector, finding APIs and introducing new Coverage APIs
* feature: IVS: Amazon Interactive Video Service (IVS) now offers customers the ability to configure IVS channels to allow insecure RTMP ingest.
* feature: Imagebuilder: Adds support for new image workflow details and image vulnerability detection.
* feature: Kendra: AWS Kendra now supports featured results for a query.
* feature: NetworkFirewall: AWS Network Firewall added TLS inspection configurations to allow TLS traffic inspection.
* 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.
* feature: VPCLattice: General Availability (GA) release of Amazon VPC Lattice
* feature: WellArchitected: AWS Well-Architected SDK now supports getting consolidated report metrics and generating a consolidated report PDF.

## 2.1346.0
* feature: OpenSearchServerless: This release includes two new exception types "ServiceQuotaExceededException" and "OcuLimitExceededException".
* feature: RDS: Add support for creating a read replica DB instance from a Multi-AZ DB cluster.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
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.1346.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1347.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
6 changes: 4 additions & 2 deletions apis/athena-2017-05-18.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -1851,7 +1851,8 @@
},
"CoordinatorDpuSize": {
"type": "integer",
"max": 5000,
"box": true,
"max": 1,
"min": 1
},
"CreateDataCatalogInput": {
Expand Down Expand Up @@ -2167,7 +2168,8 @@
},
"DefaultExecutorDpuSize": {
"type": "integer",
"max": 5000,
"box": true,
"max": 1,
"min": 1
},
"DeleteDataCatalogInput": {
Expand Down
72 changes: 72 additions & 0 deletions apis/autoscaling-2011-01-01.examples.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,29 @@
"title": "To attach a load balancer to an Auto Scaling group"
}
],
"AttachTrafficSources": [
{
"input": {
"AutoScalingGroupName": "my-auto-scaling-group",
"TrafficSources": [
{
"Identifier": "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067"
}
]
},
"output": {
},
"comments": {
"input": {
},
"output": {
}
},
"description": "This example attaches the specified target group to the specified Auto Scaling group.",
"id": "to-attach-a-target-group-to-an-auto-scaling-group-1680036570089",
"title": "To attach a target group to an Auto Scaling group"
}
],
"CancelInstanceRefresh": [
{
"input": {
Expand Down Expand Up @@ -1005,6 +1028,32 @@
"title": "To describe termination policy types"
}
],
"DescribeTrafficSources": [
{
"input": {
"AutoScalingGroupName": "my-auto-scaling-group"
},
"output": {
"NextToken": "",
"TrafficSources": [
{
"Identifier": "arn:aws:vpc-lattice:us-west-2:123456789012:targetgroup/tg-0e2f2665eEXAMPLE",
"State": "InService",
"Type": "vpc-lattice"
}
]
},
"comments": {
"input": {
},
"output": {
}
},
"description": "This example describes the target groups attached to the specified Auto Scaling group.",
"id": "to-describe-the-target-groups-for-an-auto-scaling-group-1680040714521",
"title": "To describe the target groups for an Auto Scaling group"
}
],
"DetachInstances": [
{
"input": {
Expand Down Expand Up @@ -1077,6 +1126,29 @@
"title": "To detach a load balancer from an Auto Scaling group"
}
],
"DetachTrafficSources": [
{
"input": {
"AutoScalingGroupName": "my-auto-scaling-group",
"TrafficSources": [
{
"Identifier": "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067"
}
]
},
"output": {
},
"comments": {
"input": {
},
"output": {
}
},
"description": "This example detaches the specified target group from the specified Auto Scaling group.",
"id": "to-detach-a-target-group-from-an-auto-scaling-group-1680040404169",
"title": "To detach a target group from an Auto Scaling group"
}
],
"DisableMetricsCollection": [
{
"input": {
Expand Down
18 changes: 13 additions & 5 deletions apis/autoscaling-2011-01-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -1252,8 +1252,7 @@
"input": {
"type": "structure",
"required": [
"AutoScalingGroupName",
"TrafficSourceType"
"AutoScalingGroupName"
],
"members": {
"AutoScalingGroupName": {},
Expand All @@ -1273,8 +1272,13 @@
"member": {
"type": "structure",
"members": {
"TrafficSource": {},
"State": {}
"TrafficSource": {
"deprecated": true,
"deprecatedMessage": "TrafficSource has been replaced by Identifier"
},
"State": {},
"Identifier": {},
"Type": {}
}
}
},
Expand Down Expand Up @@ -1952,8 +1956,12 @@
"type": "list",
"member": {
"type": "structure",
"required": [
"Identifier"
],
"members": {
"Identifier": {}
"Identifier": {},
"Type": {}
}
}
},
Expand Down

0 comments on commit c58ec67

Please sign in to comment.