Skip to content

Commit f1815b2

Browse files
author
awstools
committed
Updates SDK to v2.1125.0
1 parent dbf9875 commit f1815b2

24 files changed

+969
-390
lines changed

.changes/2.1125.0.json

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "CodeGuruReviewer",
5+
"description": "Amazon CodeGuru Reviewer now supports suppressing recommendations from being generated on specific files and directories."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "MediaConvert",
10+
"description": "AWS Elemental MediaConvert SDK nows supports creation of Dolby Vision profile 8.1, the ability to generate black frames of video, and introduces audio-only DASH and CMAF support."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "RDS",
15+
"description": "Feature - Adds support for Internet Protocol Version 6 (IPv6) on RDS database instances."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "SSM",
20+
"description": "Update the StartChangeRequestExecution, adding TargetMaps to the Runbook parameter"
21+
},
22+
{
23+
"type": "feature",
24+
"category": "WAFV2",
25+
"description": "You can now inspect all request headers and all cookies. You can now specify how to handle oversize body contents in your rules that inspect the body."
26+
}
27+
]

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1124.0-->
2+
<!--LATEST=2.1125.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1125.0
6+
* feature: CodeGuruReviewer: Amazon CodeGuru Reviewer now supports suppressing recommendations from being generated on specific files and directories.
7+
* feature: MediaConvert: AWS Elemental MediaConvert SDK nows supports creation of Dolby Vision profile 8.1, the ability to generate black frames of video, and introduces audio-only DASH and CMAF support.
8+
* feature: RDS: Feature - Adds support for Internet Protocol Version 6 (IPv6) on RDS database instances.
9+
* feature: SSM: Update the StartChangeRequestExecution, adding TargetMaps to the Runbook parameter
10+
* feature: WAFV2: You can now inspect all request headers and all cookies. You can now specify how to handle oversize body contents in your rules that inspect the body.
11+
512
## 2.1124.0
613
* feature: Braket: This release enables Braket Hybrid Jobs with Embedded Simulators to have multiple instances.
714
* feature: Connect: This release introduces an API for changing the current agent status of a user in Connect.

README.md

+1-1
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.1124.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1125.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.min.json

+15-8
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
"CodeReviewArn": {},
189189
"RecommendationId": {},
190190
"Reactions": {
191-
"shape": "S1t"
191+
"shape": "S1u"
192192
},
193193
"UserId": {},
194194
"CreatedTimeStamp": {
@@ -272,7 +272,7 @@
272272
],
273273
"members": {
274274
"ProviderTypes": {
275-
"shape": "S20",
275+
"shape": "S21",
276276
"location": "querystring",
277277
"locationName": "ProviderTypes"
278278
},
@@ -331,6 +331,9 @@
331331
"MeteredLinesOfCodeCount": {
332332
"type": "long"
333333
},
334+
"SuppressedLinesOfCodeCount": {
335+
"type": "long"
336+
},
334337
"FindingsCount": {
335338
"type": "long"
336339
}
@@ -394,7 +397,7 @@
394397
"members": {
395398
"RecommendationId": {},
396399
"Reactions": {
397-
"shape": "S1t"
400+
"shape": "S1u"
398401
},
399402
"UserId": {}
400403
}
@@ -478,7 +481,7 @@
478481
"type": "structure",
479482
"members": {
480483
"ProviderTypes": {
481-
"shape": "S20",
484+
"shape": "S21",
482485
"location": "querystring",
483486
"locationName": "ProviderType"
484487
},
@@ -578,7 +581,7 @@
578581
"CodeReviewArn": {},
579582
"RecommendationId": {},
580583
"Reactions": {
581-
"shape": "S1t"
584+
"shape": "S1u"
582585
}
583586
}
584587
},
@@ -804,21 +807,25 @@
804807
"MeteredLinesOfCodeCount": {
805808
"type": "long"
806809
},
810+
"SuppressedLinesOfCodeCount": {
811+
"type": "long"
812+
},
807813
"FindingsCount": {
808814
"type": "long"
809815
}
810816
}
811817
},
812818
"AnalysisTypes": {
813819
"shape": "S1c"
814-
}
820+
},
821+
"ConfigFileState": {}
815822
}
816823
},
817-
"S1t": {
824+
"S1u": {
818825
"type": "list",
819826
"member": {}
820827
},
821-
"S20": {
828+
"S21": {
822829
"type": "list",
823830
"member": {}
824831
}

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

+27-7
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,11 @@
622622
},
623623
"AnalysisTypes": {
624624
"shape": "AnalysisTypes",
625-
"documentation": "<p>They types of analysis performed during a repository analysis or a pull request review. You can specify either <code>Security</code>, <code>CodeQuality</code>, or both.</p>"
625+
"documentation": "<p>The types of analysis performed during a repository analysis or a pull request review. You can specify either <code>Security</code>, <code>CodeQuality</code>, or both.</p>"
626+
},
627+
"ConfigFileState": {
628+
"shape": "ConfigFileState",
629+
"documentation": "<p>The state of the <code>aws-codeguru-reviewer.yml</code> configuration file that allows the configuration of the CodeGuru Reviewer analysis. The file either exists, doesn't exist, or exists with errors at the root directory of your repository.</p>"
626630
}
627631
},
628632
"documentation": "<p> Information about a code review. A code review belongs to the associated repository that contains the reviewed code. </p>"
@@ -732,6 +736,14 @@
732736
"max": 64,
733737
"min": 6
734738
},
739+
"ConfigFileState": {
740+
"type": "string",
741+
"enum": [
742+
"Present",
743+
"Absent",
744+
"PresentWithErrors"
745+
]
746+
},
735747
"ConnectionArn": {
736748
"type": "string",
737749
"max": 256,
@@ -967,6 +979,9 @@
967979
"LineNumber": {
968980
"type": "integer"
969981
},
982+
"LinesOfCodeCount": {
983+
"type": "long"
984+
},
970985
"ListCodeReviewsMaxResults": {
971986
"type": "integer",
972987
"max": 100,
@@ -1212,15 +1227,16 @@
12121227
"max": 100,
12131228
"min": 1
12141229
},
1215-
"MeteredLinesOfCodeCount": {
1216-
"type": "long"
1217-
},
12181230
"Metrics": {
12191231
"type": "structure",
12201232
"members": {
12211233
"MeteredLinesOfCodeCount": {
1222-
"shape": "MeteredLinesOfCodeCount",
1223-
"documentation": "<p> <code>MeteredLinesOfCode</code> is the number of lines of code in the repository where the code review happened. This does not include non-code lines such as comments and blank lines. </p>"
1234+
"shape": "LinesOfCodeCount",
1235+
"documentation": "<p> <code>MeteredLinesOfCodeCount</code> is the number of lines of code in the repository where the code review happened. This does not include non-code lines such as comments and blank lines. </p>"
1236+
},
1237+
"SuppressedLinesOfCodeCount": {
1238+
"shape": "LinesOfCodeCount",
1239+
"documentation": "<p> <code>SuppressedLinesOfCodeCount</code> is the number of lines of code in the repository where the code review happened that CodeGuru Reviewer did not analyze. The lines suppressed in the analysis is based on the <code>excludeFiles</code> variable in the <code>aws-codeguru-reviewer.yml</code> file. This number does not include non-code lines such as comments and blank lines. </p>"
12241240
},
12251241
"FindingsCount": {
12261242
"shape": "FindingsCount",
@@ -1233,9 +1249,13 @@
12331249
"type": "structure",
12341250
"members": {
12351251
"MeteredLinesOfCodeCount": {
1236-
"shape": "MeteredLinesOfCodeCount",
1252+
"shape": "LinesOfCodeCount",
12371253
"documentation": "<p> Lines of code metered in the code review. For the initial code review pull request and all subsequent revisions, this includes all lines of code in the files added to the pull request. In subsequent revisions, for files that already existed in the pull request, this includes only the changed lines of code. In both cases, this does not include non-code lines such as comments and import statements. For example, if you submit a pull request containing 5 files, each with 500 lines of code, and in a subsequent revision you added a new file with 200 lines of code, and also modified a total of 25 lines across the initial 5 files, <code>MeteredLinesOfCodeCount</code> includes the first 5 files (5 * 500 = 2,500 lines), the new file (200 lines) and the 25 changed lines of code for a total of 2,725 lines of code. </p>"
12381254
},
1255+
"SuppressedLinesOfCodeCount": {
1256+
"shape": "LinesOfCodeCount",
1257+
"documentation": "<p>Lines of code suppressed in the code review based on the <code>excludeFiles</code> element in the <code>aws-codeguru-reviewer.yml</code> file. For full repository analyses, this number includes all lines of code in the files that are suppressed. For pull requests, this number only includes the <i>changed</i> lines of code that are suppressed. In both cases, this number does not include non-code lines such as comments and import statements. For example, if you initiate a full repository analysis on a repository containing 5 files, each file with 100 lines of code, and 2 files are listed as excluded in the <code>aws-codeguru-reviewer.yml</code> file, then <code>SuppressedLinesOfCodeCount</code> returns 200 (2 * 100) as the total number of lines of code suppressed. However, if you submit a pull request for the same repository, then <code>SuppressedLinesOfCodeCount</code> only includes the lines in the 2 files that changed. If only 1 of the 2 files changed in the pull request, then <code>SuppressedLinesOfCodeCount</code> returns 100 (1 * 100) as the total number of lines of code suppressed.</p>"
1258+
},
12391259
"FindingsCount": {
12401260
"shape": "FindingsCount",
12411261
"documentation": "<p> Total number of recommendations found in the code review. </p>"

0 commit comments

Comments
 (0)