Skip to content

Commit

Permalink
Updates SDK to v2.1589.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 29, 2024
1 parent cbe9460 commit 030888f
Show file tree
Hide file tree
Showing 35 changed files with 6,906 additions and 1,172 deletions.
37 changes: 37 additions & 0 deletions .changes/2.1589.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"type": "feature",
"category": "B2bi",
"description": "Supporting new EDI X12 transaction sets for X12 versions 4010, 4030, and 5010."
},
{
"type": "feature",
"category": "CodeBuild",
"description": "Add new fleet status code for Reserved Capacity."
},
{
"type": "feature",
"category": "CodeConnections",
"description": "Duplicating the CodeStar Connections service into the new, rebranded AWS CodeConnections service."
},
{
"type": "feature",
"category": "InternetMonitor",
"description": "This release adds support to allow customers to track cross account monitors through ListMonitor, GetMonitor, ListHealthEvents, GetHealthEvent, StartQuery APIs."
},
{
"type": "feature",
"category": "IoTWireless",
"description": "Add support for retrieving key historical and live metrics for LoRaWAN devices and gateways"
},
{
"type": "feature",
"category": "MarketplaceCatalog",
"description": "This release enhances the ListEntities API to support ResaleAuthorizationId filter and sort for OfferEntity in the request and the addition of a ResaleAuthorizationId field in the response of OfferSummary."
},
{
"type": "feature",
"category": "SageMaker",
"description": "This release adds support for custom images for the CodeEditor App on SageMaker Studio"
}
]
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1588.0-->
<!--LATEST=2.1589.0-->
<!--ENTRYINSERT-->

## 2.1589.0
* feature: B2bi: Supporting new EDI X12 transaction sets for X12 versions 4010, 4030, and 5010.
* feature: CodeBuild: Add new fleet status code for Reserved Capacity.
* feature: CodeConnections: Duplicating the CodeStar Connections service into the new, rebranded AWS CodeConnections service.
* feature: InternetMonitor: This release adds support to allow customers to track cross account monitors through ListMonitor, GetMonitor, ListHealthEvents, GetHealthEvent, StartQuery APIs.
* feature: IoTWireless: Add support for retrieving key historical and live metrics for LoRaWAN devices and gateways
* feature: MarketplaceCatalog: This release enhances the ListEntities API to support ResaleAuthorizationId filter and sort for OfferEntity in the request and the addition of a ResaleAuthorizationId field in the response of OfferSummary.
* feature: SageMaker: This release adds support for custom images for the CodeEditor App on SageMaker Studio

## 2.1588.0
* feature: CodeCatalyst: This release adds support for understanding pending changes to subscriptions by including two new response parameters for the GetSubscription API for Amazon CodeCatalyst.
* feature: ComputeOptimizer: This release enables AWS Compute Optimizer to analyze and generate recommendations with a new customization preference, Memory Utilization.
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.1588.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1589.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
31 changes: 29 additions & 2 deletions apis/b2bi-2022-06-23.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -2614,7 +2614,7 @@
},
"version": {
"shape": "X12Version",
"documentation": "<p>Returns the version to use for the specified X12 transaction set. Supported versions are <code>4010</code>, <code>4030</code>, and <code>5010</code>.</p>"
"documentation": "<p>Returns the version to use for the specified X12 transaction set. <pre><code> &lt;/p&gt; </code></pre>"
}
},
"documentation": "<p>A structure that contains the X12 transaction set and version. The X12 structure is used when the system transforms an EDI (electronic data interchange) file.</p> <note> <p>If an EDI input file contains more than one transaction, each transaction must have the same transaction set and version, for example 214/4010. If not, the transformer cannot parse the file.</p> </note>"
Expand All @@ -2626,27 +2626,54 @@
"X12_180",
"X12_204",
"X12_210",
"X12_211",
"X12_214",
"X12_215",
"X12_259",
"X12_260",
"X12_266",
"X12_269",
"X12_270",
"X12_271",
"X12_274",
"X12_275",
"X12_276",
"X12_277",
"X12_278",
"X12_310",
"X12_315",
"X12_322",
"X12_404",
"X12_410",
"X12_417",
"X12_421",
"X12_426",
"X12_810",
"X12_820",
"X12_824",
"X12_830",
"X12_832",
"X12_834",
"X12_835",
"X12_837",
"X12_844",
"X12_846",
"X12_849",
"X12_850",
"X12_852",
"X12_855",
"X12_856",
"X12_860",
"X12_861",
"X12_864",
"X12_865",
"X12_869",
"X12_870",
"X12_940",
"X12_945",
"X12_990",
"X12_997"
"X12_997",
"X12_999"
]
},
"X12Version": {
Expand Down
1 change: 1 addition & 0 deletions apis/codebuild-2016-10-06.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -2753,6 +2753,7 @@
"CREATING",
"UPDATING",
"ROTATING",
"PENDING_DELETION",
"DELETING",
"CREATE_FAILED",
"UPDATE_ROLLBACK_FAILED",
Expand Down
5 changes: 5 additions & 0 deletions apis/codeconnections-2023-12-01.examples.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"version": "1.0",
"examples": {
}
}

0 comments on commit 030888f

Please sign in to comment.