Skip to content

Commit 17a5cbd

Browse files
author
awstools
committed
Updates SDK to v2.1673.0
1 parent b2d74e7 commit 17a5cbd

24 files changed

+4206
-3609
lines changed

Diff for: .changes/2.1673.0.json

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "ConfigService",
5+
"description": "Documentation update for the OrganizationConfigRuleName regex pattern."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "EC2",
10+
"description": "This release adds new capabilities to manage On-Demand Capacity Reservations including the ability to split your reservation, move capacity between reservations, and modify the instance eligibility of your reservation."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "EKS",
15+
"description": "Added support for new AL2023 GPU AMIs to the supported AMITypes."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "MediaLive",
20+
"description": "AWS Elemental MediaLive now supports now supports editing the PID values for a Multiplex."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "SageMaker",
25+
"description": "Releasing large data support as part of CreateAutoMLJobV2 in SageMaker Autopilot and CreateDomain API for SageMaker Canvas."
26+
}
27+
]

Diff for: CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1672.0-->
2+
<!--LATEST=2.1673.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1673.0
6+
* feature: ConfigService: Documentation update for the OrganizationConfigRuleName regex pattern.
7+
* feature: EC2: This release adds new capabilities to manage On-Demand Capacity Reservations including the ability to split your reservation, move capacity between reservations, and modify the instance eligibility of your reservation.
8+
* feature: EKS: Added support for new AL2023 GPU AMIs to the supported AMITypes.
9+
* feature: MediaLive: AWS Elemental MediaLive now supports now supports editing the PID values for a Multiplex.
10+
* feature: SageMaker: Releasing large data support as part of CreateAutoMLJobV2 in SageMaker Autopilot and CreateDomain API for SageMaker Canvas.
11+
512
## 2.1672.0
613
* feature: Connect: This release supports adding RoutingCriteria via UpdateContactRoutingData public API.
714

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
6464
To use the SDK in the browser, simply add the following script tag to your
6565
HTML pages:
6666

67-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1672.0.min.js"></script>
67+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1673.0.min.js"></script>
6868

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

Diff for: apis/compute-optimizer-2019-11-01.normal.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1834,7 +1834,7 @@
18341834
},
18351835
"values": {
18361836
"shape": "FilterValues",
1837-
"documentation": "<p> The value of the filter. </p> <p>The valid values for this parameter are as follows:</p> <ul> <li> <p>If you specify the <code>name</code> parameter as <code>Finding</code>, specify <code>Optimized</code>, <code>NotOptimized</code>, or <code>Unavailable</code>.</p> </li> <li> <p>If you specify the <code>name</code> parameter as <code>FindingReasonCode</code>, specify <code>CPUUnderprovisioned</code>, <code>CPUOverprovisioned</code>, <code>MemoryUnderprovisioned</code>, or <code>MemoryOverprovisioned</code>.</p> </li> </ul>"
1837+
"documentation": "<p> The value of the filter. </p> <p>The valid values for this parameter are as follows:</p> <ul> <li> <p>If you specify the <code>name</code> parameter as <code>Finding</code>, specify <code>Optimized</code>, <code>Underprovisioned</code>, or <code>Overprovisioned</code>.</p> </li> <li> <p>If you specify the <code>name</code> parameter as <code>FindingReasonCode</code>, specify <code>CPUUnderprovisioned</code>, <code>CPUOverprovisioned</code>, <code>MemoryUnderprovisioned</code>, or <code>MemoryOverprovisioned</code>.</p> </li> </ul>"
18381838
}
18391839
},
18401840
"documentation": "<p> Describes a filter that returns a more specific list of Amazon ECS service recommendations. Use this filter with the <a>GetECSServiceRecommendations</a> action. </p>"
@@ -4694,7 +4694,7 @@
46944694
},
46954695
"lookBackPeriod": {
46964696
"shape": "LookBackPeriodPreference",
4697-
"documentation": "<p> The preference to control the number of days the utilization metrics of the Amazon Web Services resource are analyzed. When this preference isn't specified, we use the default value <code>DAYS_14</code>. </p> <note> <p>You can only set this preference for the Amazon EC2 instance and Auto Scaling group resource types.</p> </note>"
4697+
"documentation": "<p> The preference to control the number of days the utilization metrics of the Amazon Web Services resource are analyzed. When this preference isn't specified, we use the default value <code>DAYS_14</code>. </p> <p>You can only set this preference for the Amazon EC2 instance and Auto Scaling group resource types. </p> <note> <ul> <li> <p>Amazon EC2 instance lookback preferences can be set at the organization, account, and resource levels.</p> </li> <li> <p>Auto Scaling group lookback preferences can only be set at the resource level.</p> </li> </ul> </note>"
46984698
},
46994699
"utilizationPreferences": {
47004700
"shape": "UtilizationPreferences",

Diff for: apis/config-2014-11-12.normal.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6456,7 +6456,7 @@
64566456
"type": "string",
64576457
"max": 64,
64586458
"min": 1,
6459-
"pattern": ".*\\S.*"
6459+
"pattern": "[A-Za-z0-9-_]+"
64606460
},
64616461
"OrganizationConfigRuleNames": {
64626462
"type": "list",

0 commit comments

Comments
 (0)