Skip to content

Commit 889624d

Browse files
author
awstools
committed
Updates SDK to v2.1064.0
1 parent fbc174a commit 889624d

24 files changed

+1245
-110
lines changed

.changes/2.1064.0.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "CodeGuruReviewer",
5+
"description": "Added failure state and adjusted timeout in waiter"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "FraudDetector",
10+
"description": "Added new APIs for viewing past predictions and obtaining prediction metadata including prediction explanations: ListEventPredictions and GetEventPredictionMetadata"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "SageMaker",
15+
"description": "API changes relating to Fail steps in model building pipeline and add PipelineExecutionFailureReason in PipelineExecutionSummary."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "SecurityHub",
20+
"description": "Adding top level Sample boolean field"
21+
}
22+
]

CHANGELOG.md

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

5+
## 2.1064.0
6+
* feature: CodeGuruReviewer: Added failure state and adjusted timeout in waiter
7+
* feature: FraudDetector: Added new APIs for viewing past predictions and obtaining prediction metadata including prediction explanations: ListEventPredictions and GetEventPredictionMetadata
8+
* feature: SageMaker: API changes relating to Fail steps in model building pipeline and add PipelineExecutionFailureReason in PipelineExecutionSummary.
9+
* feature: SecurityHub: Adding top level Sample boolean field
10+
511
## 2.1063.0
612
* feature: Connect: This release adds support for custom vocabularies to be used with Contact Lens. Custom vocabularies improve transcription accuracy for one or more specific words.
713
* feature: EFS: Use Amazon EFS Replication to replicate your Amazon EFS file system in the AWS Region of your preference.

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.1063.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1064.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/codeguru-reviewer-2019-09-19.normal.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1080,6 +1080,11 @@
10801080
}
10811081
}
10821082
},
1083+
"ListRecommendationsMaxResults": {
1084+
"type": "integer",
1085+
"max": 300,
1086+
"min": 1
1087+
},
10831088
"ListRecommendationsRequest": {
10841089
"type": "structure",
10851090
"required": [
@@ -1093,7 +1098,7 @@
10931098
"locationName": "NextToken"
10941099
},
10951100
"MaxResults": {
1096-
"shape": "MaxResults",
1101+
"shape": "ListRecommendationsMaxResults",
10971102
"documentation": "<p> The maximum number of results that are returned per call. The default is 100. </p>",
10981103
"location": "querystring",
10991104
"locationName": "MaxResults"
@@ -1877,7 +1882,7 @@
18771882
},
18781883
"Text": {
18791884
"type": "string",
1880-
"max": 2048,
1885+
"max": 5000,
18811886
"min": 1
18821887
},
18831888
"ThirdPartySourceRepository": {

apis/codeguru-reviewer-2019-09-19.waiters2.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,20 @@
77
"description": "Wait until a repository association is complete.",
88
"operation": "DescribeRepositoryAssociation",
99
"delay": 10,
10-
"maxAttempts": 20,
10+
"maxAttempts": 30,
1111
"acceptors": [
1212
{
1313
"state": "success",
1414
"matcher": "path",
1515
"argument": "RepositoryAssociation.State",
1616
"expected": "Associated"
1717
},
18+
{
19+
"state": "failure",
20+
"matcher": "path",
21+
"argument": "RepositoryAssociation.State",
22+
"expected": "Failed"
23+
},
1824
{
1925
"state": "retry",
2026
"matcher": "path",
@@ -27,14 +33,20 @@
2733
"description": "Wait until a code review is complete.",
2834
"operation": "DescribeCodeReview",
2935
"delay": 10,
30-
"maxAttempts": 60,
36+
"maxAttempts": 180,
3137
"acceptors": [
3238
{
3339
"state": "success",
3440
"matcher": "path",
3541
"argument": "CodeReview.State",
3642
"expected": "Completed"
3743
},
44+
{
45+
"state": "failure",
46+
"matcher": "path",
47+
"argument": "CodeReview.State",
48+
"expected": "Failed"
49+
},
3850
{
3951
"state": "retry",
4052
"matcher": "path",

apis/ebs-2019-11-02.normal.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -463,19 +463,19 @@
463463
},
464464
"NextToken": {
465465
"shape": "PageToken",
466-
"documentation": "<p>The token to request the next page of results.</p>",
466+
"documentation": "<p>The token to request the next page of results.</p> <p>If you specify <b>NextToken</b>, then <b>StartingBlockIndex</b> is ignored.</p>",
467467
"location": "querystring",
468468
"locationName": "pageToken"
469469
},
470470
"MaxResults": {
471471
"shape": "MaxResults",
472-
"documentation": "<p>The number of results to return.</p>",
472+
"documentation": "<p>The maximum number of blocks to be returned by the request.</p> <p>Even if additional blocks can be retrieved from the snapshot, the request can return less blocks than <b>MaxResults</b> or an empty array of blocks.</p> <p>To retrieve the next set of blocks from the snapshot, make another request with the returned <b>NextToken</b> value. The value of <b>NextToken</b> is <code>null</code> when there are no more blocks to return.</p>",
473473
"location": "querystring",
474474
"locationName": "maxResults"
475475
},
476476
"StartingBlockIndex": {
477477
"shape": "BlockIndex",
478-
"documentation": "<p>The block index from which the comparison should start.</p> <p>The list in the response will start from this block index or the next valid block index in the snapshots.</p>",
478+
"documentation": "<p>The block index from which the comparison should start.</p> <p>The list in the response will start from this block index or the next valid block index in the snapshots.</p> <p>If you specify <b>NextToken</b>, then <b>StartingBlockIndex</b> is ignored.</p>",
479479
"location": "querystring",
480480
"locationName": "startingBlockIndex"
481481
}
@@ -520,19 +520,19 @@
520520
},
521521
"NextToken": {
522522
"shape": "PageToken",
523-
"documentation": "<p>The token to request the next page of results.</p>",
523+
"documentation": "<p>The token to request the next page of results.</p> <p>If you specify <b>NextToken</b>, then <b>StartingBlockIndex</b> is ignored.</p>",
524524
"location": "querystring",
525525
"locationName": "pageToken"
526526
},
527527
"MaxResults": {
528528
"shape": "MaxResults",
529-
"documentation": "<p>The number of results to return.</p>",
529+
"documentation": "<p>The maximum number of blocks to be returned by the request.</p> <p>Even if additional blocks can be retrieved from the snapshot, the request can return less blocks than <b>MaxResults</b> or an empty array of blocks.</p> <p>To retrieve the next set of blocks from the snapshot, make another request with the returned <b>NextToken</b> value. The value of <b>NextToken</b> is <code>null</code> when there are no more blocks to return.</p>",
530530
"location": "querystring",
531531
"locationName": "maxResults"
532532
},
533533
"StartingBlockIndex": {
534534
"shape": "BlockIndex",
535-
"documentation": "<p>The block index from which the list should start. The list in the response will start from this block index or the next valid block index in the snapshot.</p>",
535+
"documentation": "<p>The block index from which the list should start. The list in the response will start from this block index or the next valid block index in the snapshot.</p> <p>If you specify <b>NextToken</b>, then <b>StartingBlockIndex</b> is ignored.</p>",
536536
"location": "querystring",
537537
"locationName": "startingBlockIndex"
538538
}

0 commit comments

Comments
 (0)