Skip to content

Commit a8cba5f

Browse files
author
awstools
committed
Updates SDK to v2.1242.0
1 parent 2cdb837 commit a8cba5f

26 files changed

+1441
-827
lines changed

.changes/2.1242.0.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "EC2",
5+
"description": "Feature supports the replacement of instance root volume using an updated AMI without requiring customers to stop their instance."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "FMS",
10+
"description": "Add support NetworkFirewall Managed Rule Group Override flag in GetViolationDetails API"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Glue",
15+
"description": "Added support for custom datatypes when using custom csv classifier."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "SageMaker",
20+
"description": "This change allows customers to provide a custom entrypoint script for the docker container to be run while executing training jobs, and provide custom arguments to the entrypoint script."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "WAFV2",
25+
"description": "This release adds the following: Challenge rule action, to silently verify client browsers; rule group rule action override to any valid rule action, not just Count; token sharing between protected applications for challenge/CAPTCHA token; targeted rules option for Bot Control managed rule group."
26+
}
27+
]

CHANGELOG.md

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

5+
## 2.1242.0
6+
* feature: EC2: Feature supports the replacement of instance root volume using an updated AMI without requiring customers to stop their instance.
7+
* feature: FMS: Add support NetworkFirewall Managed Rule Group Override flag in GetViolationDetails API
8+
* feature: Glue: Added support for custom datatypes when using custom csv classifier.
9+
* feature: SageMaker: This change allows customers to provide a custom entrypoint script for the docker container to be run while executing training jobs, and provide custom arguments to the entrypoint script.
10+
* feature: WAFV2: This release adds the following: Challenge rule action, to silently verify client browsers; rule group rule action override to any valid rule action, not just Count; token sharing between protected applications for challenge/CAPTCHA token; targeted rules option for Bot Control managed rule group.
11+
512
## 2.1241.0
613
* feature: Kafka: This release adds support for Tiered Storage. UpdateStorage allows you to control the Storage Mode for supported storage tiers.
714
* feature: Neptune: Added a new cluster-level attribute to set the capacity range for Neptune Serverless instances.

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.1241.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1242.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/ec2-2016-11-15.min.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3266,6 +3266,10 @@
32663266
"TagSpecifications": {
32673267
"shape": "S1v",
32683268
"locationName": "TagSpecification"
3269+
},
3270+
"ImageId": {},
3271+
"DeleteReplacedRootVolume": {
3272+
"type": "boolean"
32693273
}
32703274
}
32713275
},
@@ -26838,6 +26842,16 @@
2683826842
"Tags": {
2683926843
"shape": "Su",
2684026844
"locationName": "tagSet"
26845+
},
26846+
"ImageId": {
26847+
"locationName": "imageId"
26848+
},
26849+
"SnapshotId": {
26850+
"locationName": "snapshotId"
26851+
},
26852+
"DeleteReplacedRootVolume": {
26853+
"locationName": "deleteReplacedRootVolume",
26854+
"type": "boolean"
2684126855
}
2684226856
}
2684326857
},

apis/ec2-2016-11-15.normal.json

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1227,7 +1227,7 @@
12271227
"output": {
12281228
"shape": "CreateReplaceRootVolumeTaskResult"
12291229
},
1230-
"documentation": "<p>Creates a root volume replacement task for an Amazon EC2 instance. The root volume can either be restored to its initial launch state, or it can be restored using a specific snapshot.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-restoring-volume.html#replace-root\">Replace a root volume</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>"
1230+
"documentation": "<p>Replaces the EBS-backed root volume for a <code>running</code> instance with a new volume that is restored to the original root volume's launch state, that is restored to a specific snapshot taken from the original root volume, or that is restored from an AMI that has the same key characteristics as that of the instance.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-restoring-volume.html#replace-root\">Replace a root volume</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>"
12311231
},
12321232
"CreateReservedInstancesListing": {
12331233
"name": "CreateReservedInstancesListing",
@@ -14728,7 +14728,7 @@
1472814728
},
1472914729
"SnapshotId": {
1473014730
"shape": "SnapshotId",
14731-
"documentation": "<p>The ID of the snapshot from which to restore the replacement root volume. If you want to restore the volume to the initial launch state, omit this parameter.</p>"
14731+
"documentation": "<p>The ID of the snapshot from which to restore the replacement root volume. The specified snapshot must be a snapshot that you previously created from the original root volume.</p> <p>If you want to restore the replacement root volume to the initial launch state, or if you want to restore the replacement root volume from an AMI, omit this parameter.</p>"
1473214732
},
1473314733
"ClientToken": {
1473414734
"shape": "String",
@@ -14743,6 +14743,14 @@
1474314743
"shape": "TagSpecificationList",
1474414744
"documentation": "<p>The tags to apply to the root volume replacement task.</p>",
1474514745
"locationName": "TagSpecification"
14746+
},
14747+
"ImageId": {
14748+
"shape": "ImageId",
14749+
"documentation": "<p>The ID of the AMI to use to restore the root volume. The specified AMI must have the same product code, billing information, architecture type, and virtualization type as that of the instance.</p> <p>If you want to restore the replacement volume from a specific snapshot, or if you want to restore it to its launch state, omit this parameter.</p>"
14750+
},
14751+
"DeleteReplacedRootVolume": {
14752+
"shape": "Boolean",
14753+
"documentation": "<p>Indicates whether to automatically delete the original root volume after the root volume replacement task completes. To delete the original root volume, specify <code>true</code>. If you choose to keep the original root volume after the replacement task completes, you must manually delete it when you no longer need it.</p>"
1474614754
}
1474714755
}
1474814756
},
@@ -45094,6 +45102,21 @@
4509445102
"shape": "TagList",
4509545103
"documentation": "<p>The tags assigned to the task.</p>",
4509645104
"locationName": "tagSet"
45105+
},
45106+
"ImageId": {
45107+
"shape": "ImageId",
45108+
"documentation": "<p>The ID of the AMI used to create the replacement root volume.</p>",
45109+
"locationName": "imageId"
45110+
},
45111+
"SnapshotId": {
45112+
"shape": "SnapshotId",
45113+
"documentation": "<p>The ID of the snapshot used to create the replacement root volume.</p>",
45114+
"locationName": "snapshotId"
45115+
},
45116+
"DeleteReplacedRootVolume": {
45117+
"shape": "Boolean",
45118+
"documentation": "<p>Indicates whether the original root volume is to be deleted after the root volume replacement task completes.</p>",
45119+
"locationName": "deleteReplacedRootVolume"
4509745120
}
4509845121
},
4509945122
"documentation": "<p>Information about a root volume replacement task.</p>"

0 commit comments

Comments
 (0)