Skip to content

Commit

Permalink
Updates SDK to v2.1360.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 17, 2023
1 parent d26cab9 commit ec204a0
Show file tree
Hide file tree
Showing 29 changed files with 1,228 additions and 301 deletions.
32 changes: 32 additions & 0 deletions .changes/2.1360.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "feature",
"category": "Appflow",
"description": "This release adds a Client Token parameter to the following AppFlow APIs: Create/Update Connector Profile, Create/Update Flow, Start Flow, Register Connector, Update Connector Registration. The Client Token parameter allows idempotent operations for these APIs."
},
{
"type": "feature",
"category": "Drs",
"description": "Changed existing APIs and added new APIs to support using an account-level launch configuration template with AWS Elastic Disaster Recovery."
},
{
"type": "feature",
"category": "EMRServerless",
"description": "The GetJobRun API has been updated to include the job's billed resource utilization. This utilization shows the aggregate vCPU, memory and storage that AWS has billed for the job run. The billed resources include a 1-minute minimum usage for workers, plus additional storage over 20 GB per worker."
},
{
"type": "feature",
"category": "InternetMonitor",
"description": "This release includes a new configurable value, TrafficPercentageToMonitor, which allows users to adjust the amount of traffic monitored by percentage"
},
{
"type": "feature",
"category": "IoTWireless",
"description": "Supports the new feature of LoRaWAN roaming, allows to configure MaxEirp for LoRaWAN gateway, and allows to configure PingSlotPeriod for LoRaWAN multicast group"
},
{
"type": "feature",
"category": "Lambda",
"description": "Add Python 3.10 (python3.10) support to AWS Lambda"
}
]
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.1359.0-->
<!--LATEST=2.1360.0-->
<!--ENTRYINSERT-->

## 2.1360.0
* feature: Appflow: This release adds a Client Token parameter to the following AppFlow APIs: Create/Update Connector Profile, Create/Update Flow, Start Flow, Register Connector, Update Connector Registration. The Client Token parameter allows idempotent operations for these APIs.
* feature: Drs: Changed existing APIs and added new APIs to support using an account-level launch configuration template with AWS Elastic Disaster Recovery.
* feature: EMRServerless: The GetJobRun API has been updated to include the job's billed resource utilization. This utilization shows the aggregate vCPU, memory and storage that AWS has billed for the job run. The billed resources include a 1-minute minimum usage for workers, plus additional storage over 20 GB per worker.
* feature: InternetMonitor: This release includes a new configurable value, TrafficPercentageToMonitor, which allows users to adjust the amount of traffic monitored by percentage
* feature: IoTWireless: Supports the new feature of LoRaWAN roaming, allows to configure MaxEirp for LoRaWAN gateway, and allows to configure PingSlotPeriod for LoRaWAN multicast group
* feature: Lambda: Add Python 3.10 (python3.10) support to AWS Lambda

## 2.1359.0
* feature: Lambda: This release adds SnapStart related exceptions to InvokeWithResponseStream API. IAM access related documentation is also added for this API.
* feature: RDS: This release adds support of modifying the engine mode of database clusters.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
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.1359.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1360.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
Loading

0 comments on commit ec204a0

Please sign in to comment.