Skip to content

Commit 75363df

Browse files
author
awstools
committed
Updates SDK to v2.921.0
1 parent 508ee7c commit 75363df

22 files changed

+356
-281
lines changed

.changes/2.921.0.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "ForecastService",
5+
"description": "Added optional field AutoMLOverrideStrategy to CreatePredictor API that allows users to customize AutoML strategy. If provided in CreatePredictor request, this field is visible in DescribePredictor and GetAccuracyMetrics responses."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "S3",
10+
"description": "S3 Inventory now supports Bucket Key Status"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "S3Control",
15+
"description": "Amazon S3 Batch Operations now supports S3 Bucket Keys."
16+
}
17+
]

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.920.0-->
2+
<!--LATEST=2.921.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.921.0
6+
* feature: ForecastService: Added optional field AutoMLOverrideStrategy to CreatePredictor API that allows users to customize AutoML strategy. If provided in CreatePredictor request, this field is visible in DescribePredictor and GetAccuracyMetrics responses.
7+
* feature: S3: S3 Inventory now supports Bucket Key Status
8+
* feature: S3Control: Amazon S3 Batch Operations now supports S3 Bucket Keys.
9+
510
## 2.920.0
611
* feature: AutoScaling: You can now launch EC2 instances with GP3 volumes when using Auto Scaling groups with Launch Configurations
712
* feature: Braket: Introduction of a RETIRED status for devices.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

32-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.920.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.921.0.min.js"></script>
3333

3434
You can also build a custom browser SDK with your specified set of AWS services.
3535
This can allow you to reduce the SDK's size, specify different API versions of

apis/forecast-2018-06-26.min.json

Lines changed: 25 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -174,23 +174,24 @@
174174
"PerformAutoML": {
175175
"type": "boolean"
176176
},
177+
"AutoMLOverrideStrategy": {},
177178
"PerformHPO": {
178179
"type": "boolean"
179180
},
180181
"TrainingParameters": {
181-
"shape": "S14"
182+
"shape": "S15"
182183
},
183184
"EvaluationParameters": {
184-
"shape": "S17"
185+
"shape": "S18"
185186
},
186187
"HPOConfig": {
187-
"shape": "S18"
188+
"shape": "S19"
188189
},
189190
"InputDataConfig": {
190-
"shape": "S1k"
191+
"shape": "S1l"
191192
},
192193
"FeaturizationConfig": {
193-
"shape": "S1n"
194+
"shape": "S1o"
194195
},
195196
"EncryptionConfig": {
196197
"shape": "Sa"
@@ -569,23 +570,24 @@
569570
"PerformAutoML": {
570571
"type": "boolean"
571572
},
573+
"AutoMLOverrideStrategy": {},
572574
"PerformHPO": {
573575
"type": "boolean"
574576
},
575577
"TrainingParameters": {
576-
"shape": "S14"
578+
"shape": "S15"
577579
},
578580
"EvaluationParameters": {
579-
"shape": "S17"
581+
"shape": "S18"
580582
},
581583
"HPOConfig": {
582-
"shape": "S18"
584+
"shape": "S19"
583585
},
584586
"InputDataConfig": {
585-
"shape": "S1k"
587+
"shape": "S1l"
586588
},
587589
"FeaturizationConfig": {
588-
"shape": "S1n"
590+
"shape": "S1o"
589591
},
590592
"EncryptionConfig": {
591593
"shape": "Sa"
@@ -750,7 +752,8 @@
750752
}
751753
}
752754
}
753-
}
755+
},
756+
"AutoMLOverrideStrategy": {}
754757
}
755758
},
756759
"idempotent": true
@@ -798,7 +801,7 @@
798801
"type": "integer"
799802
},
800803
"Filters": {
801-
"shape": "S3g"
804+
"shape": "S3h"
802805
}
803806
}
804807
},
@@ -876,7 +879,7 @@
876879
"type": "integer"
877880
},
878881
"Filters": {
879-
"shape": "S3g"
882+
"shape": "S3h"
880883
}
881884
}
882885
},
@@ -918,7 +921,7 @@
918921
"type": "integer"
919922
},
920923
"Filters": {
921-
"shape": "S3g"
924+
"shape": "S3h"
922925
}
923926
}
924927
},
@@ -959,7 +962,7 @@
959962
"type": "integer"
960963
},
961964
"Filters": {
962-
"shape": "S3g"
965+
"shape": "S3h"
963966
}
964967
}
965968
},
@@ -1001,7 +1004,7 @@
10011004
"type": "integer"
10021005
},
10031006
"Filters": {
1004-
"shape": "S3g"
1007+
"shape": "S3h"
10051008
}
10061009
}
10071010
},
@@ -1217,12 +1220,12 @@
12171220
}
12181221
}
12191222
},
1220-
"S14": {
1223+
"S15": {
12211224
"type": "map",
12221225
"key": {},
12231226
"value": {}
12241227
},
1225-
"S17": {
1228+
"S18": {
12261229
"type": "structure",
12271230
"members": {
12281231
"NumberOfBacktestWindows": {
@@ -1233,7 +1236,7 @@
12331236
}
12341237
}
12351238
},
1236-
"S18": {
1239+
"S19": {
12371240
"type": "structure",
12381241
"members": {
12391242
"ParameterRanges": {
@@ -1302,7 +1305,7 @@
13021305
}
13031306
}
13041307
},
1305-
"S1k": {
1308+
"S1l": {
13061309
"type": "structure",
13071310
"required": [
13081311
"DatasetGroupArn"
@@ -1325,7 +1328,7 @@
13251328
}
13261329
}
13271330
},
1328-
"S1n": {
1331+
"S1o": {
13291332
"type": "structure",
13301333
"required": [
13311334
"ForecastFrequency"
@@ -1367,7 +1370,7 @@
13671370
}
13681371
}
13691372
},
1370-
"S3g": {
1373+
"S3h": {
13711374
"type": "list",
13721375
"member": {
13731376
"type": "structure",

apis/forecast-2018-06-26.normal.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -891,6 +891,12 @@
891891
"geolocation"
892892
]
893893
},
894+
"AutoMLOverrideStrategy": {
895+
"type": "string",
896+
"enum": [
897+
"LatencyOptimized"
898+
]
899+
},
894900
"Boolean": {
895901
"type": "boolean"
896902
},
@@ -1220,6 +1226,10 @@
12201226
"shape": "Boolean",
12211227
"documentation": "<p>Whether to perform AutoML. When Amazon Forecast performs AutoML, it evaluates the algorithms it provides and chooses the best algorithm and configuration for your training dataset.</p> <p>The default value is <code>false</code>. In this case, you are required to specify an algorithm.</p> <p>Set <code>PerformAutoML</code> to <code>true</code> to have Amazon Forecast perform AutoML. This is a good option if you aren't sure which algorithm is suitable for your training data. In this case, <code>PerformHPO</code> must be false.</p>"
12221228
},
1229+
"AutoMLOverrideStrategy": {
1230+
"shape": "AutoMLOverrideStrategy",
1231+
"documentation": "<p>Used to overide the default AutoML strategy, which is to optimize predictor accuracy. To apply an AutoML strategy that minimizes training time, use <code>LatencyOptimized</code>.</p> <p>This parameter is only valid for predictors trained using AutoML.</p>"
1232+
},
12231233
"PerformHPO": {
12241234
"shape": "Boolean",
12251235
"documentation": "<p>Whether to perform hyperparameter optimization (HPO). HPO finds optimal hyperparameter values for your training data. The process of performing HPO is known as running a hyperparameter tuning job.</p> <p>The default value is <code>false</code>. In this case, Amazon Forecast uses default hyperparameter values from the chosen algorithm.</p> <p>To override the default values, set <code>PerformHPO</code> to <code>true</code> and, optionally, supply the <a>HyperParameterTuningJobConfig</a> object. The tuning job specifies a metric to optimize, which hyperparameters participate in tuning, and the valid range for each tunable hyperparameter. In this case, you are required to specify an algorithm and <code>PerformAutoML</code> must be false.</p> <p>The following algorithms support HPO:</p> <ul> <li> <p>DeepAR+</p> </li> <li> <p>CNN-QR</p> </li> </ul>"
@@ -1869,6 +1879,10 @@
18691879
"shape": "Boolean",
18701880
"documentation": "<p>Whether the predictor is set to perform AutoML.</p>"
18711881
},
1882+
"AutoMLOverrideStrategy": {
1883+
"shape": "AutoMLOverrideStrategy",
1884+
"documentation": "<p>The AutoML strategy used to train the predictor. Unless <code>LatencyOptimized</code> is specified, the AutoML strategy optimizes predictor accuracy.</p> <p>This parameter is only valid for predictors trained using AutoML.</p>"
1885+
},
18721886
"PerformHPO": {
18731887
"shape": "Boolean",
18741888
"documentation": "<p>Whether the predictor is set to perform hyperparameter optimization (HPO).</p>"
@@ -2290,6 +2304,10 @@
22902304
"PredictorEvaluationResults": {
22912305
"shape": "PredictorEvaluationResults",
22922306
"documentation": "<p>An array of results from evaluating the predictor.</p>"
2307+
},
2308+
"AutoMLOverrideStrategy": {
2309+
"shape": "AutoMLOverrideStrategy",
2310+
"documentation": "<p>The AutoML strategy used to train the predictor. Unless <code>LatencyOptimized</code> is specified, the AutoML strategy optimizes predictor accuracy.</p> <p>This parameter is only valid for predictors trained using AutoML.</p>"
22932311
}
22942312
}
22952313
},

0 commit comments

Comments
 (0)