Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aws/aws-sdk-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1326.0
Choose a base ref
...
head repository: aws/aws-sdk-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1327.0
Choose a head ref
  • 1 commit
  • 25 files changed
  • 1 contributor

Commits on Mar 2, 2023

  1. Updates SDK to v2.1327.0

    awstools committed Mar 2, 2023
    Copy the full SHA
    96478b5 View commit details
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Loading