Skip to content

Commit 0c98eb2

Browse files
author
awstools
committed
Updates SDK to v2.1593.0
1 parent 70800d5 commit 0c98eb2

25 files changed

+1215
-472
lines changed

Diff for: .changes/2.1593.0.json

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "B2bi",
5+
"description": "Adding support for X12 5010 HIPAA EDI version and associated transaction sets."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "CleanRooms",
10+
"description": "Feature: New schemaStatusDetails field to the existing Schema object that displays a status on Schema API responses to show whether a schema is queryable or not. New BatchGetSchemaAnalysisRule API to retrieve multiple schemaAnalysisRules using a single API call."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "EC2",
15+
"description": "Amazon EC2 G6 instances powered by NVIDIA L4 Tensor Core GPUs can be used for a wide range of graphics-intensive and machine learning use cases. Gr6 instances also feature NVIDIA L4 GPUs and can be used for graphics workloads with higher memory requirements."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "EMRcontainers",
20+
"description": "This release adds support for integration with EKS AccessEntry APIs to enable automatic Cluster Access for EMR on EKS."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "IVS",
25+
"description": "API update to include an SRT ingest endpoint and passphrase for all channels."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "VerifiedPermissions",
30+
"description": "Adds GroupConfiguration field to Identity Source API's"
31+
}
32+
]

Diff for: CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1592.0-->
2+
<!--LATEST=2.1593.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1593.0
6+
* feature: B2bi: Adding support for X12 5010 HIPAA EDI version and associated transaction sets.
7+
* feature: CleanRooms: Feature: New schemaStatusDetails field to the existing Schema object that displays a status on Schema API responses to show whether a schema is queryable or not. New BatchGetSchemaAnalysisRule API to retrieve multiple schemaAnalysisRules using a single API call.
8+
* feature: EC2: Amazon EC2 G6 instances powered by NVIDIA L4 Tensor Core GPUs can be used for a wide range of graphics-intensive and machine learning use cases. Gr6 instances also feature NVIDIA L4 GPUs and can be used for graphics workloads with higher memory requirements.
9+
* feature: EMRcontainers: This release adds support for integration with EKS AccessEntry APIs to enable automatic Cluster Access for EMR on EKS.
10+
* feature: IVS: API update to include an SRT ingest endpoint and passphrase for all channels.
11+
* feature: VerifiedPermissions: Adds GroupConfiguration field to Identity Source API's
12+
513
## 2.1592.0
614
* feature: CleanRoomsML: The release includes a public SDK for AWS Clean Rooms ML APIs, making them globally available to developers worldwide.
715
* feature: CloudFormation: This release would return a new field - PolicyAction in cloudformation's existed DescribeChangeSetResponse, showing actions we are going to apply on the physical resource (e.g., Delete, Retain) according to the user's template

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
6464
To use the SDK in the browser, simply add the following script tag to your
6565
HTML pages:
6666

67-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1592.0.min.js"></script>
67+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1593.0.min.js"></script>
6868

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

Diff for: apis/b2bi-2022-06-23.normal.json

+26-2
Original file line numberDiff line numberDiff line change
@@ -2673,15 +2673,39 @@
26732673
"X12_945",
26742674
"X12_990",
26752675
"X12_997",
2676-
"X12_999"
2676+
"X12_999",
2677+
"X12_270_X279",
2678+
"X12_271_X279",
2679+
"X12_275_X210",
2680+
"X12_275_X211",
2681+
"X12_276_X212",
2682+
"X12_277_X212",
2683+
"X12_277_X214",
2684+
"X12_277_X364",
2685+
"X12_278_X217",
2686+
"X12_820_X218",
2687+
"X12_820_X306",
2688+
"X12_824_X186",
2689+
"X12_834_X220",
2690+
"X12_834_X307",
2691+
"X12_834_X318",
2692+
"X12_835_X221",
2693+
"X12_837_X222",
2694+
"X12_837_X223",
2695+
"X12_837_X224",
2696+
"X12_837_X291",
2697+
"X12_837_X292",
2698+
"X12_837_X298",
2699+
"X12_999_X231"
26772700
]
26782701
},
26792702
"X12Version": {
26802703
"type": "string",
26812704
"enum": [
26822705
"VERSION_4010",
26832706
"VERSION_4030",
2684-
"VERSION_5010"
2707+
"VERSION_5010",
2708+
"VERSION_5010_HIPAA"
26852709
]
26862710
}
26872711
},

0 commit comments

Comments
 (0)