Skip to content

Commit

Permalink
Updates SDK to v2.1327.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 2, 2023
1 parent f09624a commit 96478b5
Show file tree
Hide file tree
Showing 25 changed files with 866 additions and 634 deletions.
32 changes: 32 additions & 0 deletions .changes/2.1327.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "feature",
"category": "Iot",
"description": "A recurring maintenance window is an optional configuration used for rolling out the job document to all devices in the target group observing a predetermined start time, duration, and frequency that the maintenance window occurs."
},
{
"type": "feature",
"category": "MigrationHubStrategy",
"description": "This release updates the File Import API to allow importing servers already discovered by customers with reduced pre-requisites."
},
{
"type": "feature",
"category": "Organizations",
"description": "This release introduces a new reason code, ACCOUNT_CREATION_NOT_COMPLETE, to ConstraintViolationException in CreateOrganization API."
},
{
"type": "feature",
"category": "PI",
"description": "This release adds a new field PeriodAlignment to allow the customer specifying the returned timestamp of time periods to be either the start or end time."
},
{
"type": "feature",
"category": "Pipes",
"description": "This release fixes some input parameter range and patterns."
},
{
"type": "feature",
"category": "SageMaker",
"description": "Add a new field \"EndpointMetrics\" in SageMaker Inference Recommender \"ListInferenceRecommendationsJobSteps\" API response."
}
]
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.1326.0-->
<!--LATEST=2.1327.0-->
<!--ENTRYINSERT-->

## 2.1327.0
* feature: Iot: A recurring maintenance window is an optional configuration used for rolling out the job document to all devices in the target group observing a predetermined start time, duration, and frequency that the maintenance window occurs.
* feature: MigrationHubStrategy: This release updates the File Import API to allow importing servers already discovered by customers with reduced pre-requisites.
* feature: Organizations: This release introduces a new reason code, ACCOUNT_CREATION_NOT_COMPLETE, to ConstraintViolationException in CreateOrganization API.
* feature: PI: This release adds a new field PeriodAlignment to allow the customer specifying the returned timestamp of time periods to be either the start or end time.
* feature: Pipes: This release fixes some input parameter range and patterns.
* feature: SageMaker: Add a new field "EndpointMetrics" in SageMaker Inference Recommender "ListInferenceRecommendationsJobSteps" API response.

## 2.1326.0
* feature: CodeCatalyst: Published Dev Environments StopDevEnvironmentSession API
* feature: Pricing: This release adds 2 new APIs - ListPriceLists which returns a list of applicable price lists, and GetPriceListFileUrl which outputs a URL to retrieve your price lists from the generated file from ListPriceLists
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ for further details.
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.1326.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1327.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
Loading

0 comments on commit 96478b5

Please sign in to comment.