Skip to content

Commit 4c10b06

Browse files
author
awstools
committed
Updates SDK to v2.1388.0
1 parent 7bad38c commit 4c10b06

30 files changed

+2182
-511
lines changed

.changes/2.1388.0.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "ConfigService",
5+
"description": "Resource Types Exclusion feature launch by AWS Config"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "FraudDetector",
10+
"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."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "HealthLake",
15+
"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."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "M2",
20+
"description": "Adds an optional create-only 'roleArn' property to Application resources. Enables PS and PO data set org types."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "RDS",
25+
"description": "This release adds support for changing the engine for Oracle using the ModifyDbInstance API"
26+
},
27+
{
28+
"type": "feature",
29+
"category": "WorkSpacesWeb",
30+
"description": "WorkSpaces Web now allows you to control which IP addresses your WorkSpaces Web portal may be accessed from."
31+
}
32+
]

CHANGELOG.md

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

5+
## 2.1388.0
6+
* feature: ConfigService: Resource Types Exclusion feature launch by AWS Config
7+
* 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.
8+
* 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.
9+
* feature: M2: Adds an optional create-only 'roleArn' property to Application resources. Enables PS and PO data set org types.
10+
* feature: RDS: This release adds support for changing the engine for Oracle using the ModifyDbInstance API
11+
* feature: WorkSpacesWeb: WorkSpaces Web now allows you to control which IP addresses your WorkSpaces Web portal may be accessed from.
12+
513
## 2.1387.0
614
* feature: ChimeSDKVoice: Added optional CallLeg field to StartSpeakerSearchTask API request
715
* feature: Glue: Added Runtime parameter to allow selection of Ray Runtime

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
7171
To use the SDK in the browser, simply add the following script tag to your
7272
HTML pages:
7373

74-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1387.0.min.js"></script>
74+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1388.0.min.js"></script>
7575

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

0 commit comments

Comments
 (0)