Skip to content

Commit 98ce489

Browse files
author
awstools
committed
Updates SDK to v2.1033.0
1 parent e9cc0bc commit 98ce489

32 files changed

+3662
-689
lines changed

.changes/2.1033.0.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "AppStream",
5+
"description": "Includes APIs for managing resources for Elastic fleets: applications, app blocks, and application-fleet associations."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "ApplicationInsights",
10+
"description": "Application Insights now supports monitoring for HANA"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "CloudFormation",
15+
"description": "The StackSets ManagedExecution feature will allow concurrency for non-conflicting StackSet operations and queuing the StackSet operations that conflict at a given time for later execution."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Lambda",
20+
"description": "Add support for Lambda Function URLs. Customers can use Function URLs to create built-in HTTPS endpoints on their functions."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "LexRuntimeV2",
25+
"description": "Updates API to latest version."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "MediaLive",
30+
"description": "This release adds support for specifying a SCTE-35 PID on input. MediaLive now supports SCTE-35 PID selection on inputs containing one or more active SCTE-35 PIDs."
31+
},
32+
{
33+
"type": "feature",
34+
"category": "Redshift",
35+
"description": "Added support of default IAM role for CreateCluster, RestoreFromClusterSnapshot and ModifyClusterIamRoles APIs"
36+
}
37+
]

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1032.0-->
2+
<!--LATEST=2.1033.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1033.0
6+
* feature: AppStream: Includes APIs for managing resources for Elastic fleets: applications, app blocks, and application-fleet associations.
7+
* feature: ApplicationInsights: Application Insights now supports monitoring for HANA
8+
* feature: CloudFormation: The StackSets ManagedExecution feature will allow concurrency for non-conflicting StackSet operations and queuing the StackSet operations that conflict at a given time for later execution.
9+
* feature: Lambda: Add support for Lambda Function URLs. Customers can use Function URLs to create built-in HTTPS endpoints on their functions.
10+
* feature: LexRuntimeV2: Updates API to latest version.
11+
* feature: MediaLive: This release adds support for specifying a SCTE-35 PID on input. MediaLive now supports SCTE-35 PID selection on inputs containing one or more active SCTE-35 PIDs.
12+
* feature: Redshift: Added support of default IAM role for CreateCluster, RestoreFromClusterSnapshot and ModifyClusterIamRoles APIs
13+
514
## 2.1032.0
615
* bugfix: EC2: Add customization for EC2 legacy dualstack endpoints
716
* bugfix: S3/S3Control: Check for config.useDualstackEndpoint in customizations

README.md

Lines changed: 1 addition & 1 deletion
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.1032.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1033.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

apis/application-insights-2018-11-25.normal.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2183,7 +2183,6 @@
21832183
"POSTGRESQL",
21842184
"JAVA_JMX",
21852185
"ORACLE",
2186-
"SAP_HANA",
21872186
"SAP_HANA_MULTI_NODE",
21882187
"SAP_HANA_SINGLE_NODE",
21892188
"SAP_HANA_HIGH_AVAILABILITY",

0 commit comments

Comments
 (0)