aws-sdk 2.1124.0 → 2.1125.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -1
- package/README.md +1 -1
- package/apis/codeguru-reviewer-2019-09-19.min.json +15 -8
- package/apis/mediaconvert-2017-08-29.min.json +136 -120
- package/apis/rds-2014-10-31.min.json +20 -7
- package/apis/ssm-2014-11-06.min.json +3 -0
- package/apis/wafv2-2019-07-29.min.json +196 -130
- package/clients/codegurureviewer.d.ts +18 -5
- package/clients/mediaconvert.d.ts +23 -2
- package/clients/rds.d.ts +36 -0
- package/clients/ssm.d.ts +5 -1
- package/clients/wafv2.d.ts +104 -27
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +6 -6
- package/dist/aws-sdk.js +26 -10
- package/dist/aws-sdk.min.js +26 -26
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
# Changelog for AWS SDK for JavaScript
|
|
2
|
-
<!--LATEST=2.
|
|
2
|
+
<!--LATEST=2.1125.0-->
|
|
3
3
|
<!--ENTRYINSERT-->
|
|
4
4
|
|
|
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
|
+
|
|
5
12
|
## 2.1124.0
|
|
6
13
|
* feature: Braket: This release enables Braket Hybrid Jobs with Embedded Simulators to have multiple instances.
|
|
7
14
|
* feature: Connect: This release introduces an API for changing the current agent status of a user in Connect.
|
package/README.md
CHANGED
|
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
|
|
|
29
29
|
To use the SDK in the browser, simply add the following script tag to your
|
|
30
30
|
HTML pages:
|
|
31
31
|
|
|
32
|
-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.
|
|
32
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1125.0.min.js"></script>
|
|
33
33
|
|
|
34
34
|
You can also build a custom browser SDK with your specified set of AWS services.
|
|
35
35
|
This can allow you to reduce the SDK's size, specify different API versions of
|
|
@@ -188,7 +188,7 @@
|
|
|
188
188
|
"CodeReviewArn": {},
|
|
189
189
|
"RecommendationId": {},
|
|
190
190
|
"Reactions": {
|
|
191
|
-
"shape": "
|
|
191
|
+
"shape": "S1u"
|
|
192
192
|
},
|
|
193
193
|
"UserId": {},
|
|
194
194
|
"CreatedTimeStamp": {
|
|
@@ -272,7 +272,7 @@
|
|
|
272
272
|
],
|
|
273
273
|
"members": {
|
|
274
274
|
"ProviderTypes": {
|
|
275
|
-
"shape": "
|
|
275
|
+
"shape": "S21",
|
|
276
276
|
"location": "querystring",
|
|
277
277
|
"locationName": "ProviderTypes"
|
|
278
278
|
},
|
|
@@ -331,6 +331,9 @@
|
|
|
331
331
|
"MeteredLinesOfCodeCount": {
|
|
332
332
|
"type": "long"
|
|
333
333
|
},
|
|
334
|
+
"SuppressedLinesOfCodeCount": {
|
|
335
|
+
"type": "long"
|
|
336
|
+
},
|
|
334
337
|
"FindingsCount": {
|
|
335
338
|
"type": "long"
|
|
336
339
|
}
|
|
@@ -394,7 +397,7 @@
|
|
|
394
397
|
"members": {
|
|
395
398
|
"RecommendationId": {},
|
|
396
399
|
"Reactions": {
|
|
397
|
-
"shape": "
|
|
400
|
+
"shape": "S1u"
|
|
398
401
|
},
|
|
399
402
|
"UserId": {}
|
|
400
403
|
}
|
|
@@ -478,7 +481,7 @@
|
|
|
478
481
|
"type": "structure",
|
|
479
482
|
"members": {
|
|
480
483
|
"ProviderTypes": {
|
|
481
|
-
"shape": "
|
|
484
|
+
"shape": "S21",
|
|
482
485
|
"location": "querystring",
|
|
483
486
|
"locationName": "ProviderType"
|
|
484
487
|
},
|
|
@@ -578,7 +581,7 @@
|
|
|
578
581
|
"CodeReviewArn": {},
|
|
579
582
|
"RecommendationId": {},
|
|
580
583
|
"Reactions": {
|
|
581
|
-
"shape": "
|
|
584
|
+
"shape": "S1u"
|
|
582
585
|
}
|
|
583
586
|
}
|
|
584
587
|
},
|
|
@@ -804,6 +807,9 @@
|
|
|
804
807
|
"MeteredLinesOfCodeCount": {
|
|
805
808
|
"type": "long"
|
|
806
809
|
},
|
|
810
|
+
"SuppressedLinesOfCodeCount": {
|
|
811
|
+
"type": "long"
|
|
812
|
+
},
|
|
807
813
|
"FindingsCount": {
|
|
808
814
|
"type": "long"
|
|
809
815
|
}
|
|
@@ -811,14 +817,15 @@
|
|
|
811
817
|
},
|
|
812
818
|
"AnalysisTypes": {
|
|
813
819
|
"shape": "S1c"
|
|
814
|
-
}
|
|
820
|
+
},
|
|
821
|
+
"ConfigFileState": {}
|
|
815
822
|
}
|
|
816
823
|
},
|
|
817
|
-
"
|
|
824
|
+
"S1u": {
|
|
818
825
|
"type": "list",
|
|
819
826
|
"member": {}
|
|
820
827
|
},
|
|
821
|
-
"
|
|
828
|
+
"S21": {
|
|
822
829
|
"type": "list",
|
|
823
830
|
"member": {}
|
|
824
831
|
}
|