Skip to content

Commit

Permalink
Updates SDK to v2.1076.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Feb 17, 2022
1 parent c64bf89 commit a231b94
Show file tree
Hide file tree
Showing 19 changed files with 250 additions and 142 deletions.
17 changes: 17 additions & 0 deletions .changes/2.1076.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "Backup",
"description": "AWS Backup add new S3_BACKUP_OBJECT_FAILED and S3_RESTORE_OBJECT_FAILED event types in BackupVaultNotifications events list."
},
{
"type": "feature",
"category": "Evidently",
"description": "Add support for filtering list of experiments and launches by status"
},
{
"type": "feature",
"category": "Redshift",
"description": "SDK release for Cross region datasharing and cost-control for cross region datasharing"
}
]
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1075.0-->
<!--LATEST=2.1076.0-->
<!--ENTRYINSERT-->

## 2.1076.0
* feature: Backup: AWS Backup add new S3_BACKUP_OBJECT_FAILED and S3_RESTORE_OBJECT_FAILED event types in BackupVaultNotifications events list.
* feature: Evidently: Add support for filtering list of experiments and launches by status
* feature: Redshift: SDK release for Cross region datasharing and cost-control for cross region datasharing

## 2.1075.0
* feature: Budgets: Adds support for auto-adjusting budgets, a new budget method alongside fixed and planned. Auto-adjusting budgets introduces new metadata to configure a budget limit baseline using a historical lookback average or current period forecast.
* feature: CostExplorer: AWS Cost Anomaly Detection now supports SNS FIFO topic subscribers.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
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.1075.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1076.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
52 changes: 27 additions & 25 deletions apis/backup-2018-11-15.normal.json

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions apis/evidently-2021-02-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -659,6 +659,10 @@
"project": {
"location": "uri",
"locationName": "project"
},
"status": {
"location": "querystring",
"locationName": "status"
}
}
},
Expand Down Expand Up @@ -767,6 +771,10 @@
"project": {
"location": "uri",
"locationName": "project"
},
"status": {
"location": "querystring",
"locationName": "status"
}
}
},
Expand Down Expand Up @@ -1379,6 +1387,11 @@
},
"Sn": {
"type": "structure",
"required": [
"entityIdKey",
"name",
"valueKey"
],
"members": {
"entityIdKey": {},
"eventPattern": {
Expand Down
46 changes: 39 additions & 7 deletions apis/evidently-2021-02-01.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,9 @@
"shape": "DeleteExperimentResponse"
},
"errors": [
{
"shape": "ValidationException"
},
{
"shape": "InternalServerException"
},
Expand Down Expand Up @@ -351,6 +354,9 @@
{
"shape": "ThrottlingException"
},
{
"shape": "ValidationException"
},
{
"shape": "ResourceNotFoundException"
},
Expand Down Expand Up @@ -438,6 +444,9 @@
{
"shape": "ThrottlingException"
},
{
"shape": "ValidationException"
},
{
"shape": "ResourceNotFoundException"
},
Expand Down Expand Up @@ -495,6 +504,9 @@
},
{
"shape": "ResourceNotFoundException"
},
{
"shape": "AccessDeniedException"
}
],
"documentation": "<p>Returns configuration details about all the experiments in the specified project.</p>"
Expand Down Expand Up @@ -693,6 +705,9 @@
{
"shape": "ValidationException"
},
{
"shape": "ConflictException"
},
{
"shape": "ServiceQuotaExceededException"
},
Expand Down Expand Up @@ -1709,7 +1724,7 @@
"type": "string",
"max": 127,
"min": 1,
"pattern": "[-a-zA-Z0-9._]*"
"pattern": "^[-a-zA-Z0-9._]*$"
},
"ExperimentReport": {
"type": "structure",
Expand Down Expand Up @@ -1935,7 +1950,7 @@
"type": "string",
"max": 127,
"min": 1,
"pattern": "[-a-zA-Z0-9._]*"
"pattern": "^[-a-zA-Z0-9._]*$"
},
"FeatureStatus": {
"type": "string",
Expand Down Expand Up @@ -2208,7 +2223,7 @@
"type": "string",
"max": 127,
"min": 1,
"pattern": "[-a-zA-Z0-9._]*"
"pattern": "^[-a-zA-Z0-9._]*$"
},
"GroupToWeightMap": {
"type": "map",
Expand Down Expand Up @@ -2395,7 +2410,7 @@
"type": "string",
"max": 127,
"min": 1,
"pattern": "[-a-zA-Z0-9._]*"
"pattern": "^[-a-zA-Z0-9._]*$"
},
"LaunchStatus": {
"type": "string",
Expand Down Expand Up @@ -2449,6 +2464,12 @@
"documentation": "<p>The name or ARN of the project to return the experiment list from.</p>",
"location": "uri",
"locationName": "project"
},
"status": {
"shape": "ExperimentStatus",
"documentation": "<p>Use this optional parameter to limit the returned results to only the experiments with the status that you specify here.</p>",
"location": "querystring",
"locationName": "status"
}
}
},
Expand Down Expand Up @@ -2527,6 +2548,12 @@
"documentation": "<p>The name or ARN of the project to return the launch list from.</p>",
"location": "uri",
"locationName": "project"
},
"status": {
"shape": "LaunchStatus",
"documentation": "<p>Use this optional parameter to limit the returned results to only the launches with the status that you specify here.</p>",
"location": "querystring",
"locationName": "status"
}
}
},
Expand Down Expand Up @@ -2653,6 +2680,11 @@
},
"MetricDefinitionConfig": {
"type": "structure",
"required": [
"entityIdKey",
"name",
"valueKey"
],
"members": {
"entityIdKey": {
"shape": "JsonPath",
Expand Down Expand Up @@ -2926,7 +2958,7 @@
"type": "string",
"max": 127,
"min": 1,
"pattern": "[-a-zA-Z0-9._]*"
"pattern": "^[-a-zA-Z0-9._]*$"
},
"ProjectRef": {
"type": "string",
Expand Down Expand Up @@ -3481,7 +3513,7 @@
"type": "string",
"max": 127,
"min": 1,
"pattern": "[-a-zA-Z0-9._]*"
"pattern": "^[-a-zA-Z0-9._]*$"
},
"TreatmentNameList": {
"type": "list",
Expand Down Expand Up @@ -3841,7 +3873,7 @@
"type": "string",
"max": 127,
"min": 1,
"pattern": "[-a-zA-Z0-9._]*"
"pattern": "^[-a-zA-Z0-9._]*$"
},
"VariationNameList": {
"type": "list",
Expand Down
Loading

0 comments on commit a231b94

Please sign in to comment.