Skip to content

Commit

Permalink
Updates SDK to v2.1593.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 4, 2024
1 parent 70800d5 commit 0c98eb2
Show file tree
Hide file tree
Showing 25 changed files with 1,215 additions and 472 deletions.
32 changes: 32 additions & 0 deletions .changes/2.1593.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "feature",
"category": "B2bi",
"description": "Adding support for X12 5010 HIPAA EDI version and associated transaction sets."
},
{
"type": "feature",
"category": "CleanRooms",
"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."
},
{
"type": "feature",
"category": "EC2",
"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."
},
{
"type": "feature",
"category": "EMRcontainers",
"description": "This release adds support for integration with EKS AccessEntry APIs to enable automatic Cluster Access for EMR on EKS."
},
{
"type": "feature",
"category": "IVS",
"description": "API update to include an SRT ingest endpoint and passphrase for all channels."
},
{
"type": "feature",
"category": "VerifiedPermissions",
"description": "Adds GroupConfiguration field to Identity Source API's"
}
]
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.1592.0-->
<!--LATEST=2.1593.0-->
<!--ENTRYINSERT-->

## 2.1593.0
* feature: B2bi: Adding support for X12 5010 HIPAA EDI version and associated transaction sets.
* 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.
* 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.
* feature: EMRcontainers: This release adds support for integration with EKS AccessEntry APIs to enable automatic Cluster Access for EMR on EKS.
* feature: IVS: API update to include an SRT ingest endpoint and passphrase for all channels.
* feature: VerifiedPermissions: Adds GroupConfiguration field to Identity Source API's

## 2.1592.0
* feature: CleanRoomsML: The release includes a public SDK for AWS Clean Rooms ML APIs, making them globally available to developers worldwide.
* 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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,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.1592.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1593.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
28 changes: 26 additions & 2 deletions apis/b2bi-2022-06-23.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -2673,15 +2673,39 @@
"X12_945",
"X12_990",
"X12_997",
"X12_999"
"X12_999",
"X12_270_X279",
"X12_271_X279",
"X12_275_X210",
"X12_275_X211",
"X12_276_X212",
"X12_277_X212",
"X12_277_X214",
"X12_277_X364",
"X12_278_X217",
"X12_820_X218",
"X12_820_X306",
"X12_824_X186",
"X12_834_X220",
"X12_834_X307",
"X12_834_X318",
"X12_835_X221",
"X12_837_X222",
"X12_837_X223",
"X12_837_X224",
"X12_837_X291",
"X12_837_X292",
"X12_837_X298",
"X12_999_X231"
]
},
"X12Version": {
"type": "string",
"enum": [
"VERSION_4010",
"VERSION_4030",
"VERSION_5010"
"VERSION_5010",
"VERSION_5010_HIPAA"
]
}
},
Expand Down

0 comments on commit 0c98eb2

Please sign in to comment.