Skip to content

Commit b8ec6a2

Browse files
author
awstools
committed
Updates SDK to v2.627.0
1 parent 5b51b4e commit b8ec6a2

21 files changed

+576
-349
lines changed

.changes/2.627.0.json

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "EC2",
5+
"description": "This release changes the RunInstances CLI and SDK's so that if you do not specify a client token, a randomly generated token is used for the request to ensure idempotency."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "SageMaker",
10+
"description": "SageMaker UpdateEndpoint API now supports retained variant properties, e.g., instance count, variant weight. SageMaker ListTrials API filter by TrialComponentName. Make ExperimentConfig name length limits consistent with CreateExperiment, CreateTrial, and CreateTrialComponent APIs."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "SecurityHub",
15+
"description": "Security Hub has added to the DescribeProducts API operation a new response field called IntegrationTypes. The IntegrationTypes field lists the types of actions that a product performs relative to Security Hub such as send findings to Security Hub and receive findings from Security Hub."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "TranscribeService",
20+
"description": "Amazon Transcribe's Automatic Content Redaction feature enables you to automatically redact sensitive personally identifiable information (PII) from transcription results. It replaces each instance of an identified PII utterance with a [PII] tag in the transcript."
21+
}
22+
]

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.626.0-->
2+
<!--LATEST=2.627.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.627.0
6+
* feature: EC2: This release changes the RunInstances CLI and SDK's so that if you do not specify a client token, a randomly generated token is used for the request to ensure idempotency.
7+
* feature: SageMaker: SageMaker UpdateEndpoint API now supports retained variant properties, e.g., instance count, variant weight. SageMaker ListTrials API filter by TrialComponentName. Make ExperimentConfig name length limits consistent with CreateExperiment, CreateTrial, and CreateTrialComponent APIs.
8+
* feature: SecurityHub: Security Hub has added to the DescribeProducts API operation a new response field called IntegrationTypes. The IntegrationTypes field lists the types of actions that a product performs relative to Security Hub such as send findings to Security Hub and receive findings from Security Hub.
9+
* feature: TranscribeService: Amazon Transcribe's Automatic Content Redaction feature enables you to automatically redact sensitive personally identifiable information (PII) from transcription results. It replaces each instance of an identified PII utterance with a [PII] tag in the transcript.
10+
511
## 2.626.0
612
* feature: Kafka: Amazon MSK has added support for Broker Log delivery to CloudWatch, S3, and Firehose.
713
* feature: Outposts: This release adds DeleteSite and DeleteOutpost.

README.md

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

28-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.626.0.min.js"></script>
28+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.627.0.min.js"></script>
2929

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

apis/ec2-2016-11-15.min.json

+1
Original file line numberDiff line numberDiff line change
@@ -15768,6 +15768,7 @@
1576815768
"locationName": "additionalInfo"
1576915769
},
1577015770
"ClientToken": {
15771+
"idempotencyToken": true,
1577115772
"locationName": "clientToken"
1577215773
},
1577315774
"DisableApiTermination": {

apis/ec2-2016-11-15.normal.json

+7-6
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)