Skip to content

Commit

Permalink
Updates SDK to v2.1673.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 12, 2024
1 parent b2d74e7 commit 17a5cbd
Show file tree
Hide file tree
Showing 24 changed files with 4,206 additions and 3,609 deletions.
27 changes: 27 additions & 0 deletions .changes/2.1673.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "ConfigService",
"description": "Documentation update for the OrganizationConfigRuleName regex pattern."
},
{
"type": "feature",
"category": "EC2",
"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."
},
{
"type": "feature",
"category": "EKS",
"description": "Added support for new AL2023 GPU AMIs to the supported AMITypes."
},
{
"type": "feature",
"category": "MediaLive",
"description": "AWS Elemental MediaLive now supports now supports editing the PID values for a Multiplex."
},
{
"type": "feature",
"category": "SageMaker",
"description": "Releasing large data support as part of CreateAutoMLJobV2 in SageMaker Autopilot and CreateDomain API for SageMaker Canvas."
}
]
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.1672.0-->
<!--LATEST=2.1673.0-->
<!--ENTRYINSERT-->

## 2.1673.0
* feature: ConfigService: Documentation update for the OrganizationConfigRuleName regex pattern.
* 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.
* feature: EKS: Added support for new AL2023 GPU AMIs to the supported AMITypes.
* feature: MediaLive: AWS Elemental MediaLive now supports now supports editing the PID values for a Multiplex.
* feature: SageMaker: Releasing large data support as part of CreateAutoMLJobV2 in SageMaker Autopilot and CreateDomain API for SageMaker Canvas.

## 2.1672.0
* feature: Connect: This release supports adding RoutingCriteria via UpdateContactRoutingData public API.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,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.1672.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1673.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
4 changes: 2 additions & 2 deletions apis/compute-optimizer-2019-11-01.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -1834,7 +1834,7 @@
},
"values": {
"shape": "FilterValues",
"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>"
"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>"
}
},
"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>"
Expand Down Expand Up @@ -4694,7 +4694,7 @@
},
"lookBackPeriod": {
"shape": "LookBackPeriodPreference",
"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>"
"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>"
},
"utilizationPreferences": {
"shape": "UtilizationPreferences",
Expand Down
2 changes: 1 addition & 1 deletion apis/config-2014-11-12.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -6456,7 +6456,7 @@
"type": "string",
"max": 64,
"min": 1,
"pattern": ".*\\S.*"
"pattern": "[A-Za-z0-9-_]+"
},
"OrganizationConfigRuleNames": {
"type": "list",
Expand Down
Loading

0 comments on commit 17a5cbd

Please sign in to comment.