Skip to content

Commit

Permalink
Updates SDK to v2.1461.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Sep 19, 2023
1 parent d2e28e1 commit 0864f09
Show file tree
Hide file tree
Showing 17 changed files with 1,004 additions and 895 deletions.
17 changes: 17 additions & 0 deletions .changes/2.1461.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "EC2",
"description": "This release adds support for C7i, and R7a instance types."
},
{
"type": "feature",
"category": "Outposts",
"description": "This release adds the InstanceFamilies field to the ListAssets response."
},
{
"type": "feature",
"category": "SageMaker",
"description": "This release adds support for one-time model monitoring schedules that are executed immediately without delay, explicit data analysis windows for model monitoring schedules and exclude features attributes to remove features from model monitor analysis."
}
]
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1460.0-->
<!--LATEST=2.1461.0-->
<!--ENTRYINSERT-->

## 2.1461.0
* feature: EC2: This release adds support for C7i, and R7a instance types.
* feature: Outposts: This release adds the InstanceFamilies field to the ListAssets response.
* feature: SageMaker: This release adds support for one-time model monitoring schedules that are executed immediately without delay, explicit data analysis windows for model monitoring schedules and exclude features attributes to remove features from model monitor analysis.

## 2.1460.0
* feature: Discovery: Add sensitive protection for customer information
* feature: WorkMail: This release includes four new APIs UpdateUser, UpdateGroup, ListGroupsForEntity and DescribeEntity, along with RemoteUsers and some enhancements to existing APIs.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
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.1460.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1461.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
22 changes: 21 additions & 1 deletion apis/ec2-2016-11-15.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -38388,7 +38388,27 @@
"r7gd.4xlarge",
"r7gd.8xlarge",
"r7gd.12xlarge",
"r7gd.16xlarge"
"r7gd.16xlarge",
"r7a.medium",
"r7a.large",
"r7a.xlarge",
"r7a.2xlarge",
"r7a.4xlarge",
"r7a.8xlarge",
"r7a.12xlarge",
"r7a.16xlarge",
"r7a.24xlarge",
"r7a.32xlarge",
"r7a.48xlarge",
"c7i.large",
"c7i.xlarge",
"c7i.2xlarge",
"c7i.4xlarge",
"c7i.8xlarge",
"c7i.12xlarge",
"c7i.16xlarge",
"c7i.24xlarge",
"c7i.48xlarge"
]
},
"InstanceTypeHypervisor": {
Expand Down
6 changes: 5 additions & 1 deletion apis/outposts-2019-12-03.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,11 @@
"type": "structure",
"members": {
"HostId": {},
"State": {}
"State": {},
"InstanceFamilies": {
"type": "list",
"member": {}
}
}
},
"AssetLocation": {
Expand Down
24 changes: 20 additions & 4 deletions apis/outposts-2019-12-03.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -1069,6 +1069,10 @@
"State": {
"shape": "ComputeAssetState",
"documentation": "<p>The state.</p> <ul> <li> <p>ACTIVE - The asset is available and can provide capacity for new compute resources.</p> </li> <li> <p>ISOLATED - The asset is undergoing maintenance and can't provide capacity for new compute resources. Existing compute resources on the asset are not affected.</p> </li> <li> <p>RETIRING - The underlying hardware for the asset is degraded. Capacity for new compute resources is reduced. Amazon Web Services sends notifications for resources that must be stopped before the asset can be replaced.</p> </li> </ul>"
},
"InstanceFamilies": {
"shape": "InstanceFamilies",
"documentation": "<p>A list of the names of instance families that are currently associated with a given asset.</p>"
}
},
"documentation": "<p> Information about compute hardware assets. </p>"
Expand Down Expand Up @@ -1552,6 +1556,18 @@
"ISO8601Timestamp": {
"type": "timestamp"
},
"InstanceFamilies": {
"type": "list",
"member": {
"shape": "InstanceFamilyName"
}
},
"InstanceFamilyName": {
"type": "string",
"max": 200,
"min": 1,
"pattern": "^(?:.{1,200}/)?(?:[a-z0-9-_A-Z])+$"
},
"InstanceType": {
"type": "string",
"documentation": "<p>The instance type.</p>"
Expand Down Expand Up @@ -1592,7 +1608,7 @@
"members": {
"CatalogItemId": {
"shape": "SkuCode",
"documentation": "<p> The ID of the catalog item. </p>"
"documentation": "<p> The ID of the catalog item.</p>"
},
"LineItemId": {
"shape": "LineItemId",
Expand Down Expand Up @@ -1620,7 +1636,7 @@
},
"PreviousOrderId": {
"shape": "OrderId",
"documentation": "<p>The ID of the previous order item.</p>"
"documentation": "<p>The ID of the previous order.</p>"
}
},
"documentation": "<p>Information about a line item.</p>"
Expand Down Expand Up @@ -2040,7 +2056,7 @@
},
"OrderType": {
"shape": "OrderType",
"documentation": "<p>Type of order.</p>"
"documentation": "<p>The type of order.</p>"
}
},
"documentation": "<p>Information about an order.</p>"
Expand Down Expand Up @@ -2079,7 +2095,7 @@
},
"OrderType": {
"shape": "OrderType",
"documentation": "<p> The type of order. </p>"
"documentation": "<p>The type of order.</p>"
},
"Status": {
"shape": "OrderStatus",
Expand Down
Loading

0 comments on commit 0864f09

Please sign in to comment.