Skip to content

Commit

Permalink
Updates SDK to v2.1057.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jan 13, 2022
1 parent 8ddbb42 commit 9358fb4
Show file tree
Hide file tree
Showing 26 changed files with 1,164 additions and 729 deletions.
32 changes: 32 additions & 0 deletions .changes/2.1057.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "feature",
"category": "ElastiCache",
"description": "AWS ElastiCache for Redis has added a new Engine Log LogType in LogDelivery feature. You can now publish the Engine Log from your Amazon ElastiCache for Redis clusters to Amazon CloudWatch Logs and Amazon Kinesis Data Firehose."
},
{
"type": "feature",
"category": "Glue",
"description": "This SDK release adds support to pass run properties when starting a workflow run"
},
{
"type": "feature",
"category": "LexRuntimeV2",
"description": "Updates API to latest version."
},
{
"type": "feature",
"category": "Nimble",
"description": "Amazon Nimble Studio now supports validation for Launch Profiles. Launch Profiles now report static validation results after create/update to detect errors in network or active directory configuration."
},
{
"type": "feature",
"category": "Pinpoint",
"description": "Adds JourneyChannelSettings to WriteJourneyRequest"
},
{
"type": "feature",
"category": "SSM",
"description": "AWS Systems Manager adds category support for DescribeDocument API"
}
]
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1056.0-->
<!--LATEST=2.1057.0-->
<!--ENTRYINSERT-->

## 2.1057.0
* feature: ElastiCache: AWS ElastiCache for Redis has added a new Engine Log LogType in LogDelivery feature. You can now publish the Engine Log from your Amazon ElastiCache for Redis clusters to Amazon CloudWatch Logs and Amazon Kinesis Data Firehose.
* feature: Glue: This SDK release adds support to pass run properties when starting a workflow run
* feature: LexRuntimeV2: Updates API to latest version.
* feature: Nimble: Amazon Nimble Studio now supports validation for Launch Profiles. Launch Profiles now report static validation results after create/update to detect errors in network or active directory configuration.
* feature: Pinpoint: Adds JourneyChannelSettings to WriteJourneyRequest
* feature: SSM: AWS Systems Manager adds category support for DescribeDocument API

## 2.1056.0
* feature: EC2: Hpc6a instances are powered by a third-generation AMD EPYC processors (Milan) delivering all-core turbo frequency of 3.4 GHz
* feature: FMS: Shield Advanced policies for Amazon CloudFront resources now support automatic application layer DDoS mitigation. The max length for SecurityServicePolicyData ManagedServiceData is now 8192 characters, instead of 4096.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
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.1056.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1057.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
9 changes: 5 additions & 4 deletions apis/elasticache-2015-02-02.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -4838,7 +4838,7 @@
"members": {
"LogType": {
"shape": "LogType",
"documentation": "<p>Refers to <a href=\"https://redis.io/commands/slowlog\">slow-log</a>.</p>"
"documentation": "<p>Refers to <a href=\"https://redis.io/commands/slowlog\">slow-log</a> or engine-log.</p>"
},
"DestinationType": {
"shape": "DestinationType",
Expand Down Expand Up @@ -4875,7 +4875,7 @@
"members": {
"LogType": {
"shape": "LogType",
"documentation": "<p>Refers to <a href=\"https://redis.io/commands/slowlog\">slow-log</a>.</p>"
"documentation": "<p>Refers to <a href=\"https://redis.io/commands/slowlog\">slow-log</a> or engine-log..</p>"
},
"DestinationType": {
"shape": "DestinationType",
Expand Down Expand Up @@ -4923,7 +4923,8 @@
"LogType": {
"type": "string",
"enum": [
"slow-log"
"slow-log",
"engine-log"
]
},
"ModifyCacheClusterMessage": {
Expand Down Expand Up @@ -5713,7 +5714,7 @@
"members": {
"LogType": {
"shape": "LogType",
"documentation": "<p>Refers to <a href=\"https://redis.io/commands/slowlog\">slow-log</a>.</p>"
"documentation": "<p>Refers to <a href=\"https://redis.io/commands/slowlog\">slow-log</a> or engine-log..</p>"
},
"DestinationType": {
"shape": "DestinationType",
Expand Down
5 changes: 4 additions & 1 deletion apis/glue-2017-03-31.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -4043,7 +4043,10 @@
"Name"
],
"members": {
"Name": {}
"Name": {},
"RunProperties": {
"shape": "S59"
}
}
},
"output": {
Expand Down
4 changes: 4 additions & 0 deletions apis/glue-2017-03-31.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -14508,6 +14508,10 @@
"Name": {
"shape": "NameString",
"documentation": "<p>The name of the workflow to start.</p>"
},
"RunProperties": {
"shape": "WorkflowRunProperties",
"documentation": "<p>The workflow run properties for the new workflow run.</p>"
}
}
},
Expand Down
Loading

0 comments on commit 9358fb4

Please sign in to comment.