Skip to content

Commit 9cc2fc0

Browse files
author
awstools
committed
Updates SDK to v2.1681.0
1 parent fbe5fc3 commit 9cc2fc0

26 files changed

+4325
-2497
lines changed

.changes/2.1681.0.json

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"type": "bugfix",
4+
"category": "CodeStar",
5+
"description": "deprecate CodeStar"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Bedrock",
10+
"description": "Amazon Bedrock Evaluation BatchDeleteEvaluationJob API allows customers to delete evaluation jobs under terminated evaluation job statuses - Stopped, Failed, or Completed. Customers can submit a batch of 25 evaluation jobs to be deleted at once."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "EMRcontainers",
15+
"description": "Correct endpoint for FIPS is configured for US Gov Regions."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Inspector2",
20+
"description": "Add enums for Agentless scan statuses and EC2 enablement error states"
21+
},
22+
{
23+
"type": "feature",
24+
"category": "QuickSight",
25+
"description": "Explicit query for authors and dashboard viewing sharing for embedded users"
26+
},
27+
{
28+
"type": "feature",
29+
"category": "Route53",
30+
"description": "Amazon Route 53 now supports the Asia Pacific (Malaysia) Region (ap-southeast-5) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region."
31+
}
32+
]

.changes/next-release/bugfix-CodeStar-4f98e215.json

-5
This file was deleted.

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1680.0-->
2+
<!--LATEST=2.1681.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1681.0
6+
* bugfix: CodeStar: deprecate CodeStar
7+
* feature: Bedrock: Amazon Bedrock Evaluation BatchDeleteEvaluationJob API allows customers to delete evaluation jobs under terminated evaluation job statuses - Stopped, Failed, or Completed. Customers can submit a batch of 25 evaluation jobs to be deleted at once.
8+
* feature: EMRcontainers: Correct endpoint for FIPS is configured for US Gov Regions.
9+
* feature: Inspector2: Add enums for Agentless scan statuses and EC2 enablement error states
10+
* feature: QuickSight: Explicit query for authors and dashboard viewing sharing for embedded users
11+
* feature: Route53: Amazon Route 53 now supports the Asia Pacific (Malaysia) Region (ap-southeast-5) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.
12+
513
## 2.1680.0
614
* feature: EC2: DescribeInstanceStatus now returns health information on EBS volumes attached to Nitro instances
715
* feature: EntityResolution: Increase the mapping attributes in Schema to 35.

README.md

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

67-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1680.0.min.js"></script>
67+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1681.0.min.js"></script>
6868

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

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1281,7 +1281,7 @@
12811281
"shape": "ResourceContentionFault"
12821282
}
12831283
],
1284-
"documentation": "<p>Sets the health status of the specified instance.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-health-checks.html\">Health checks for instances in an Auto Scaling group</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>"
1284+
"documentation": "<p>Sets the health status of the specified instance.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/autoscaling/ec2/userguide/set-up-a-custom-health-check.html\">Set up a custom health check for your Auto Scaling group</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>"
12851285
},
12861286
"SetInstanceProtection": {
12871287
"name": "SetInstanceProtection",
@@ -2350,7 +2350,7 @@
23502350
},
23512351
"HealthCheckType": {
23522352
"shape": "XmlStringMaxLen32",
2353-
"documentation": "<p>A comma-separated value string of one or more health check types.</p> <p>The valid values are <code>EC2</code>, <code>ELB</code>, and <code>VPC_LATTICE</code>. <code>EC2</code> is the default health check and cannot be disabled. For more information, see <a href=\"https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-health-checks.html\">Health checks for instances in an Auto Scaling group</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p> <p>Only specify <code>EC2</code> if you must clear a value that was previously set.</p>"
2353+
"documentation": "<p>A comma-separated value string of one or more health check types.</p> <p>The valid values are <code>EC2</code>, <code>EBS</code>, <code>ELB</code>, and <code>VPC_LATTICE</code>. <code>EC2</code> is the default health check and cannot be disabled. For more information, see <a href=\"https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-health-checks.html\">Health checks for instances in an Auto Scaling group</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p> <p>Only specify <code>EC2</code> if you must clear a value that was previously set.</p>"
23542354
},
23552355
"HealthCheckGracePeriod": {
23562356
"shape": "HealthCheckGracePeriod",
@@ -6141,7 +6141,7 @@
61416141
},
61426142
"HealthCheckType": {
61436143
"shape": "XmlStringMaxLen32",
6144-
"documentation": "<p>A comma-separated value string of one or more health check types.</p> <p>The valid values are <code>EC2</code>, <code>ELB</code>, and <code>VPC_LATTICE</code>. <code>EC2</code> is the default health check and cannot be disabled. For more information, see <a href=\"https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-health-checks.html\">Health checks for instances in an Auto Scaling group</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p> <p>Only specify <code>EC2</code> if you must clear a value that was previously set.</p>"
6144+
"documentation": "<p>A comma-separated value string of one or more health check types.</p> <p>The valid values are <code>EC2</code>, <code>EBS</code>, <code>ELB</code>, and <code>VPC_LATTICE</code>. <code>EC2</code> is the default health check and cannot be disabled. For more information, see <a href=\"https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-health-checks.html\">Health checks for instances in an Auto Scaling group</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p> <p>Only specify <code>EC2</code> if you must clear a value that was previously set.</p>"
61456145
},
61466146
"HealthCheckGracePeriod": {
61476147
"shape": "HealthCheckGracePeriod",

0 commit comments

Comments
 (0)