Skip to content

Commit 0864f09

Browse files
author
awstools
committed
Updates SDK to v2.1461.0
1 parent d2e28e1 commit 0864f09

17 files changed

+1004
-895
lines changed

.changes/2.1461.0.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "EC2",
5+
"description": "This release adds support for C7i, and R7a instance types."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Outposts",
10+
"description": "This release adds the InstanceFamilies field to the ListAssets response."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "SageMaker",
15+
"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."
16+
}
17+
]

CHANGELOG.md

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

5+
## 2.1461.0
6+
* feature: EC2: This release adds support for C7i, and R7a instance types.
7+
* feature: Outposts: This release adds the InstanceFamilies field to the ListAssets response.
8+
* 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.
9+
510
## 2.1460.0
611
* feature: Discovery: Add sensitive protection for customer information
712
* feature: WorkMail: This release includes four new APIs UpdateUser, UpdateGroup, ListGroupsForEntity and DescribeEntity, along with RemoteUsers and some enhancements to existing APIs.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
7171
To use the SDK in the browser, simply add the following script tag to your
7272
HTML pages:
7373

74-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1460.0.min.js"></script>
74+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1461.0.min.js"></script>
7575

7676
You can also build a custom browser SDK with your specified set of AWS services.
7777
This can allow you to reduce the SDK's size, specify different API versions of

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

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38388,7 +38388,27 @@
3838838388
"r7gd.4xlarge",
3838938389
"r7gd.8xlarge",
3839038390
"r7gd.12xlarge",
38391-
"r7gd.16xlarge"
38391+
"r7gd.16xlarge",
38392+
"r7a.medium",
38393+
"r7a.large",
38394+
"r7a.xlarge",
38395+
"r7a.2xlarge",
38396+
"r7a.4xlarge",
38397+
"r7a.8xlarge",
38398+
"r7a.12xlarge",
38399+
"r7a.16xlarge",
38400+
"r7a.24xlarge",
38401+
"r7a.32xlarge",
38402+
"r7a.48xlarge",
38403+
"c7i.large",
38404+
"c7i.xlarge",
38405+
"c7i.2xlarge",
38406+
"c7i.4xlarge",
38407+
"c7i.8xlarge",
38408+
"c7i.12xlarge",
38409+
"c7i.16xlarge",
38410+
"c7i.24xlarge",
38411+
"c7i.48xlarge"
3839238412
]
3839338413
},
3839438414
"InstanceTypeHypervisor": {

apis/outposts-2019-12-03.min.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,11 @@
455455
"type": "structure",
456456
"members": {
457457
"HostId": {},
458-
"State": {}
458+
"State": {},
459+
"InstanceFamilies": {
460+
"type": "list",
461+
"member": {}
462+
}
459463
}
460464
},
461465
"AssetLocation": {

apis/outposts-2019-12-03.normal.json

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1069,6 +1069,10 @@
10691069
"State": {
10701070
"shape": "ComputeAssetState",
10711071
"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>"
1072+
},
1073+
"InstanceFamilies": {
1074+
"shape": "InstanceFamilies",
1075+
"documentation": "<p>A list of the names of instance families that are currently associated with a given asset.</p>"
10721076
}
10731077
},
10741078
"documentation": "<p> Information about compute hardware assets. </p>"
@@ -1552,6 +1556,18 @@
15521556
"ISO8601Timestamp": {
15531557
"type": "timestamp"
15541558
},
1559+
"InstanceFamilies": {
1560+
"type": "list",
1561+
"member": {
1562+
"shape": "InstanceFamilyName"
1563+
}
1564+
},
1565+
"InstanceFamilyName": {
1566+
"type": "string",
1567+
"max": 200,
1568+
"min": 1,
1569+
"pattern": "^(?:.{1,200}/)?(?:[a-z0-9-_A-Z])+$"
1570+
},
15551571
"InstanceType": {
15561572
"type": "string",
15571573
"documentation": "<p>The instance type.</p>"
@@ -1592,7 +1608,7 @@
15921608
"members": {
15931609
"CatalogItemId": {
15941610
"shape": "SkuCode",
1595-
"documentation": "<p> The ID of the catalog item. </p>"
1611+
"documentation": "<p> The ID of the catalog item.</p>"
15961612
},
15971613
"LineItemId": {
15981614
"shape": "LineItemId",
@@ -1620,7 +1636,7 @@
16201636
},
16211637
"PreviousOrderId": {
16221638
"shape": "OrderId",
1623-
"documentation": "<p>The ID of the previous order item.</p>"
1639+
"documentation": "<p>The ID of the previous order.</p>"
16241640
}
16251641
},
16261642
"documentation": "<p>Information about a line item.</p>"
@@ -2040,7 +2056,7 @@
20402056
},
20412057
"OrderType": {
20422058
"shape": "OrderType",
2043-
"documentation": "<p>Type of order.</p>"
2059+
"documentation": "<p>The type of order.</p>"
20442060
}
20452061
},
20462062
"documentation": "<p>Information about an order.</p>"
@@ -2079,7 +2095,7 @@
20792095
},
20802096
"OrderType": {
20812097
"shape": "OrderType",
2082-
"documentation": "<p> The type of order. </p>"
2098+
"documentation": "<p>The type of order.</p>"
20832099
},
20842100
"Status": {
20852101
"shape": "OrderStatus",

0 commit comments

Comments
 (0)