Skip to content

Commit

Permalink
Updates SDK to v2.1242.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Oct 27, 2022
1 parent 2cdb837 commit a8cba5f
Show file tree
Hide file tree
Showing 26 changed files with 1,441 additions and 827 deletions.
27 changes: 27 additions & 0 deletions .changes/2.1242.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "EC2",
"description": "Feature supports the replacement of instance root volume using an updated AMI without requiring customers to stop their instance."
},
{
"type": "feature",
"category": "FMS",
"description": "Add support NetworkFirewall Managed Rule Group Override flag in GetViolationDetails API"
},
{
"type": "feature",
"category": "Glue",
"description": "Added support for custom datatypes when using custom csv classifier."
},
{
"type": "feature",
"category": "SageMaker",
"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."
},
{
"type": "feature",
"category": "WAFV2",
"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."
}
]
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1241.0-->
<!--LATEST=2.1242.0-->
<!--ENTRYINSERT-->

## 2.1242.0
* feature: EC2: Feature supports the replacement of instance root volume using an updated AMI without requiring customers to stop their instance.
* feature: FMS: Add support NetworkFirewall Managed Rule Group Override flag in GetViolationDetails API
* feature: Glue: Added support for custom datatypes when using custom csv classifier.
* 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.
* 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.

## 2.1241.0
* feature: Kafka: This release adds support for Tiered Storage. UpdateStorage allows you to control the Storage Mode for supported storage tiers.
* feature: Neptune: Added a new cluster-level attribute to set the capacity range for Neptune Serverless instances.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1241.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1242.0.min.js"></script>

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
14 changes: 14 additions & 0 deletions apis/ec2-2016-11-15.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -3266,6 +3266,10 @@
"TagSpecifications": {
"shape": "S1v",
"locationName": "TagSpecification"
},
"ImageId": {},
"DeleteReplacedRootVolume": {
"type": "boolean"
}
}
},
Expand Down Expand Up @@ -26838,6 +26842,16 @@
"Tags": {
"shape": "Su",
"locationName": "tagSet"
},
"ImageId": {
"locationName": "imageId"
},
"SnapshotId": {
"locationName": "snapshotId"
},
"DeleteReplacedRootVolume": {
"locationName": "deleteReplacedRootVolume",
"type": "boolean"
}
}
},
Expand Down
27 changes: 25 additions & 2 deletions apis/ec2-2016-11-15.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -1227,7 +1227,7 @@
"output": {
"shape": "CreateReplaceRootVolumeTaskResult"
},
"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>"
"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>"
},
"CreateReservedInstancesListing": {
"name": "CreateReservedInstancesListing",
Expand Down Expand Up @@ -14728,7 +14728,7 @@
},
"SnapshotId": {
"shape": "SnapshotId",
"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>"
"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>"
},
"ClientToken": {
"shape": "String",
Expand All @@ -14743,6 +14743,14 @@
"shape": "TagSpecificationList",
"documentation": "<p>The tags to apply to the root volume replacement task.</p>",
"locationName": "TagSpecification"
},
"ImageId": {
"shape": "ImageId",
"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>"
},
"DeleteReplacedRootVolume": {
"shape": "Boolean",
"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>"
}
}
},
Expand Down Expand Up @@ -45094,6 +45102,21 @@
"shape": "TagList",
"documentation": "<p>The tags assigned to the task.</p>",
"locationName": "tagSet"
},
"ImageId": {
"shape": "ImageId",
"documentation": "<p>The ID of the AMI used to create the replacement root volume.</p>",
"locationName": "imageId"
},
"SnapshotId": {
"shape": "SnapshotId",
"documentation": "<p>The ID of the snapshot used to create the replacement root volume.</p>",
"locationName": "snapshotId"
},
"DeleteReplacedRootVolume": {
"shape": "Boolean",
"documentation": "<p>Indicates whether the original root volume is to be deleted after the root volume replacement task completes.</p>",
"locationName": "deleteReplacedRootVolume"
}
},
"documentation": "<p>Information about a root volume replacement task.</p>"
Expand Down
Loading

0 comments on commit a8cba5f

Please sign in to comment.