Skip to content

Commit

Permalink
Updates SDK to v2.627.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Feb 26, 2020
1 parent 5b51b4e commit b8ec6a2
Show file tree
Hide file tree
Showing 21 changed files with 576 additions and 349 deletions.
22 changes: 22 additions & 0 deletions .changes/2.627.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "EC2",
"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."
},
{
"type": "feature",
"category": "SageMaker",
"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."
},
{
"type": "feature",
"category": "SecurityHub",
"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."
},
{
"type": "feature",
"category": "TranscribeService",
"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."
}
]
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.626.0-->
<!--LATEST=2.627.0-->
<!--ENTRYINSERT-->

## 2.627.0
* 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.
* 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.
* 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.
* 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.

## 2.626.0
* feature: Kafka: Amazon MSK has added support for Broker Log delivery to CloudWatch, S3, and Firehose.
* feature: Outposts: This release adds DeleteSite and DeleteOutpost.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ version.
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.626.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.627.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
1 change: 1 addition & 0 deletions apis/ec2-2016-11-15.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -15768,6 +15768,7 @@
"locationName": "additionalInfo"
},
"ClientToken": {
"idempotencyToken": true,
"locationName": "clientToken"
},
"DisableApiTermination": {
Expand Down
13 changes: 7 additions & 6 deletions apis/ec2-2016-11-15.normal.json

Large diffs are not rendered by default.

Loading

0 comments on commit b8ec6a2

Please sign in to comment.