Skip to content

Commit 9358fb4

Browse files
author
awstools
committed
Updates SDK to v2.1057.0
1 parent 8ddbb42 commit 9358fb4

26 files changed

+1164
-729
lines changed

Diff for: .changes/2.1057.0.json

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "ElastiCache",
5+
"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."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Glue",
10+
"description": "This SDK release adds support to pass run properties when starting a workflow run"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "LexRuntimeV2",
15+
"description": "Updates API to latest version."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Nimble",
20+
"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."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "Pinpoint",
25+
"description": "Adds JourneyChannelSettings to WriteJourneyRequest"
26+
},
27+
{
28+
"type": "feature",
29+
"category": "SSM",
30+
"description": "AWS Systems Manager adds category support for DescribeDocument API"
31+
}
32+
]

Diff for: 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.1056.0-->
2+
<!--LATEST=2.1057.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1057.0
6+
* 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.
7+
* feature: Glue: This SDK release adds support to pass run properties when starting a workflow run
8+
* feature: LexRuntimeV2: Updates API to latest version.
9+
* 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.
10+
* feature: Pinpoint: Adds JourneyChannelSettings to WriteJourneyRequest
11+
* feature: SSM: AWS Systems Manager adds category support for DescribeDocument API
12+
513
## 2.1056.0
614
* feature: EC2: Hpc6a instances are powered by a third-generation AMD EPYC processors (Milan) delivering all-core turbo frequency of 3.4 GHz
715
* 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.

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

32-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1056.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1057.0.min.js"></script>
3333

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

Diff for: apis/elasticache-2015-02-02.normal.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -4838,7 +4838,7 @@
48384838
"members": {
48394839
"LogType": {
48404840
"shape": "LogType",
4841-
"documentation": "<p>Refers to <a href=\"https://redis.io/commands/slowlog\">slow-log</a>.</p>"
4841+
"documentation": "<p>Refers to <a href=\"https://redis.io/commands/slowlog\">slow-log</a> or engine-log.</p>"
48424842
},
48434843
"DestinationType": {
48444844
"shape": "DestinationType",
@@ -4875,7 +4875,7 @@
48754875
"members": {
48764876
"LogType": {
48774877
"shape": "LogType",
4878-
"documentation": "<p>Refers to <a href=\"https://redis.io/commands/slowlog\">slow-log</a>.</p>"
4878+
"documentation": "<p>Refers to <a href=\"https://redis.io/commands/slowlog\">slow-log</a> or engine-log..</p>"
48794879
},
48804880
"DestinationType": {
48814881
"shape": "DestinationType",
@@ -4923,7 +4923,8 @@
49234923
"LogType": {
49244924
"type": "string",
49254925
"enum": [
4926-
"slow-log"
4926+
"slow-log",
4927+
"engine-log"
49274928
]
49284929
},
49294930
"ModifyCacheClusterMessage": {
@@ -5713,7 +5714,7 @@
57135714
"members": {
57145715
"LogType": {
57155716
"shape": "LogType",
5716-
"documentation": "<p>Refers to <a href=\"https://redis.io/commands/slowlog\">slow-log</a>.</p>"
5717+
"documentation": "<p>Refers to <a href=\"https://redis.io/commands/slowlog\">slow-log</a> or engine-log..</p>"
57175718
},
57185719
"DestinationType": {
57195720
"shape": "DestinationType",

Diff for: apis/glue-2017-03-31.min.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -4043,7 +4043,10 @@
40434043
"Name"
40444044
],
40454045
"members": {
4046-
"Name": {}
4046+
"Name": {},
4047+
"RunProperties": {
4048+
"shape": "S59"
4049+
}
40474050
}
40484051
},
40494052
"output": {

Diff for: apis/glue-2017-03-31.normal.json

+4
Original file line numberDiff line numberDiff line change
@@ -14508,6 +14508,10 @@
1450814508
"Name": {
1450914509
"shape": "NameString",
1451014510
"documentation": "<p>The name of the workflow to start.</p>"
14511+
},
14512+
"RunProperties": {
14513+
"shape": "WorkflowRunProperties",
14514+
"documentation": "<p>The workflow run properties for the new workflow run.</p>"
1451114515
}
1451214516
}
1451314517
},

0 commit comments

Comments
 (0)