Skip to content

Commit

Permalink
Updates SDK to v2.1388.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 31, 2023
1 parent 7bad38c commit 4c10b06
Show file tree
Hide file tree
Showing 30 changed files with 2,182 additions and 511 deletions.
32 changes: 32 additions & 0 deletions .changes/2.1388.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "feature",
"category": "ConfigService",
"description": "Resource Types Exclusion feature launch by AWS Config"
},
{
"type": "feature",
"category": "FraudDetector",
"description": "This release enables publishing event predictions from Amazon Fraud Detector (AFD) to Amazon EventBridge. For example, after getting predictions from AFD, Amazon EventBridge rules can be configured to trigger notification through an SNS topic, send a message with SES, or trigger Lambda workflows."
},
{
"type": "feature",
"category": "HealthLake",
"description": "This release adds a new request parameter to the CreateFHIRDatastore API operation. IdentityProviderConfiguration specifies how you want to authenticate incoming requests to your Healthlake Data Store."
},
{
"type": "feature",
"category": "M2",
"description": "Adds an optional create-only 'roleArn' property to Application resources. Enables PS and PO data set org types."
},
{
"type": "feature",
"category": "RDS",
"description": "This release adds support for changing the engine for Oracle using the ModifyDbInstance API"
},
{
"type": "feature",
"category": "WorkSpacesWeb",
"description": "WorkSpaces Web now allows you to control which IP addresses your WorkSpaces Web portal may be accessed from."
}
]
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.1387.0-->
<!--LATEST=2.1388.0-->
<!--ENTRYINSERT-->

## 2.1388.0
* feature: ConfigService: Resource Types Exclusion feature launch by AWS Config
* feature: FraudDetector: This release enables publishing event predictions from Amazon Fraud Detector (AFD) to Amazon EventBridge. For example, after getting predictions from AFD, Amazon EventBridge rules can be configured to trigger notification through an SNS topic, send a message with SES, or trigger Lambda workflows.
* feature: HealthLake: This release adds a new request parameter to the CreateFHIRDatastore API operation. IdentityProviderConfiguration specifies how you want to authenticate incoming requests to your Healthlake Data Store.
* feature: M2: Adds an optional create-only 'roleArn' property to Application resources. Enables PS and PO data set org types.
* feature: RDS: This release adds support for changing the engine for Oracle using the ModifyDbInstance API
* feature: WorkSpacesWeb: WorkSpaces Web now allows you to control which IP addresses your WorkSpaces Web portal may be accessed from.

## 2.1387.0
* feature: ChimeSDKVoice: Added optional CallLeg field to StartSpeakerSearchTask API request
* feature: Glue: Added Runtime parameter to allow selection of Ray Runtime
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,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.1387.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1388.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

0 comments on commit 4c10b06

Please sign in to comment.