Skip to content

Commit

Permalink
Updates SDK to v2.1033.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Nov 19, 2021
1 parent e9cc0bc commit 98ce489
Show file tree
Hide file tree
Showing 32 changed files with 3,662 additions and 689 deletions.
37 changes: 37 additions & 0 deletions .changes/2.1033.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"type": "feature",
"category": "AppStream",
"description": "Includes APIs for managing resources for Elastic fleets: applications, app blocks, and application-fleet associations."
},
{
"type": "feature",
"category": "ApplicationInsights",
"description": "Application Insights now supports monitoring for HANA"
},
{
"type": "feature",
"category": "CloudFormation",
"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."
},
{
"type": "feature",
"category": "Lambda",
"description": "Add support for Lambda Function URLs. Customers can use Function URLs to create built-in HTTPS endpoints on their functions."
},
{
"type": "feature",
"category": "LexRuntimeV2",
"description": "Updates API to latest version."
},
{
"type": "feature",
"category": "MediaLive",
"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."
},
{
"type": "feature",
"category": "Redshift",
"description": "Added support of default IAM role for CreateCluster, RestoreFromClusterSnapshot and ModifyClusterIamRoles APIs"
}
]
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1032.0-->
<!--LATEST=2.1033.0-->
<!--ENTRYINSERT-->

## 2.1033.0
* feature: AppStream: Includes APIs for managing resources for Elastic fleets: applications, app blocks, and application-fleet associations.
* feature: ApplicationInsights: Application Insights now supports monitoring for HANA
* 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.
* feature: Lambda: Add support for Lambda Function URLs. Customers can use Function URLs to create built-in HTTPS endpoints on their functions.
* feature: LexRuntimeV2: Updates API to latest version.
* 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.
* feature: Redshift: Added support of default IAM role for CreateCluster, RestoreFromClusterSnapshot and ModifyClusterIamRoles APIs

## 2.1032.0
* bugfix: EC2: Add customization for EC2 legacy dualstack endpoints
* bugfix: S3/S3Control: Check for config.useDualstackEndpoint in customizations
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.1032.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1033.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: 0 additions & 1 deletion apis/application-insights-2018-11-25.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -2183,7 +2183,6 @@
"POSTGRESQL",
"JAVA_JMX",
"ORACLE",
"SAP_HANA",
"SAP_HANA_MULTI_NODE",
"SAP_HANA_SINGLE_NODE",
"SAP_HANA_HIGH_AVAILABILITY",
Expand Down
Loading

0 comments on commit 98ce489

Please sign in to comment.