Skip to content

Commit

Permalink
Updates SDK to v2.1588.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 28, 2024
1 parent cd42c1c commit 7bdbb11
Show file tree
Hide file tree
Showing 26 changed files with 376 additions and 127 deletions.
37 changes: 37 additions & 0 deletions .changes/2.1588.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"type": "feature",
"category": "CodeCatalyst",
"description": "This release adds support for understanding pending changes to subscriptions by including two new response parameters for the GetSubscription API for Amazon CodeCatalyst."
},
{
"type": "feature",
"category": "ComputeOptimizer",
"description": "This release enables AWS Compute Optimizer to analyze and generate recommendations with a new customization preference, Memory Utilization."
},
{
"type": "feature",
"category": "EC2",
"description": "Amazon EC2 C7gd, M7gd and R7gd metal instances with up to 3.8 TB of local NVMe-based SSD block-level storage have up to 45% improved real-time NVMe storage performance than comparable Graviton2-based instances."
},
{
"type": "feature",
"category": "EKS",
"description": "Add multiple customer error code to handle customer caused failure when managing EKS node groups"
},
{
"type": "feature",
"category": "GuardDuty",
"description": "Add EC2 support for GuardDuty Runtime Monitoring auto management."
},
{
"type": "feature",
"category": "OAM",
"description": "This release adds support for sharing AWS::InternetMonitor::Monitor resources."
},
{
"type": "feature",
"category": "QuickSight",
"description": "Amazon QuickSight: Adds support for setting up VPC Endpoint restrictions for accessing QuickSight Website."
}
]
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1587.0-->
<!--LATEST=2.1588.0-->
<!--ENTRYINSERT-->

## 2.1588.0
* feature: CodeCatalyst: This release adds support for understanding pending changes to subscriptions by including two new response parameters for the GetSubscription API for Amazon CodeCatalyst.
* feature: ComputeOptimizer: This release enables AWS Compute Optimizer to analyze and generate recommendations with a new customization preference, Memory Utilization.
* feature: EC2: Amazon EC2 C7gd, M7gd and R7gd metal instances with up to 3.8 TB of local NVMe-based SSD block-level storage have up to 45% improved real-time NVMe storage performance than comparable Graviton2-based instances.
* feature: EKS: Add multiple customer error code to handle customer caused failure when managing EKS node groups
* feature: GuardDuty: Add EC2 support for GuardDuty Runtime Monitoring auto management.
* feature: OAM: This release adds support for sharing AWS::InternetMonitor::Monitor resources.
* feature: QuickSight: Amazon QuickSight: Adds support for setting up VPC Endpoint restrictions for accessing QuickSight Website.

## 2.1587.0
* bugfix: Endpoints: Add endpoint override for eu-isoe-* region
* feature: Batch: This feature allows AWS Batch to support configuration of imagePullSecrets and allowPrivilegeEscalation for jobs running on EKS
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.1587.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1588.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
6 changes: 5 additions & 1 deletion apis/codecatalyst-2022-09-28.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,11 @@
"type": "structure",
"members": {
"subscriptionType": {},
"awsAccountName": {}
"awsAccountName": {},
"pendingSubscriptionType": {},
"pendingSubscriptionStartTime": {
"shape": "S3"
}
}
}
},
Expand Down
12 changes: 10 additions & 2 deletions apis/codecatalyst-2022-09-28.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -1515,7 +1515,7 @@
},
"vpcConnectionName": {
"shape": "NameString",
"documentation": "<p>The name of the connection to use connect to a Amazon VPC.</p>"
"documentation": "<p>The name of the connection that will be used to connect to Amazon VPC, if any.</p>"
}
}
},
Expand Down Expand Up @@ -2618,6 +2618,14 @@
"awsAccountName": {
"shape": "NameString",
"documentation": "<p>The display name of the Amazon Web Services account used for billing for the space.</p>"
},
"pendingSubscriptionType": {
"shape": "String",
"documentation": "<p>The type of the billing plan that the space will be changed to at the start of the next billing cycle. This applies only to changes that reduce the functionality available for the space. Billing plan changes that increase functionality are applied immediately. For more information, see <a href=\"https://codecatalyst.aws/explore/pricing\">Pricing</a>.</p>"
},
"pendingSubscriptionStartTime": {
"shape": "SyntheticTimestamp_date_time",
"documentation": "<p>The day and time the pending change will be applied to the space, in coordinated universal time (UTC) timestamp format as specified in <a href=\"https://www.rfc-editor.org/rfc/rfc3339#section-5.6\">RFC 3339</a>.</p>"
}
}
},
Expand Down Expand Up @@ -2647,7 +2655,7 @@
"type": "string",
"max": 100,
"min": 3,
"pattern": "[a-zA-Z0-9]{3,100}"
"pattern": "[a-zA-Z0-9_.-]{3,100}"
},
"GetUserDetailsResponse": {
"type": "structure",
Expand Down
18 changes: 10 additions & 8 deletions apis/compute-optimizer-2019-11-01.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -1247,25 +1247,27 @@
"enum": [
"PERCENT_30",
"PERCENT_20",
"PERCENT_10",
"PERCENT_0"
]
},
"CustomizableMetricName": {
"type": "string",
"enum": [
"CpuUtilization"
"CpuUtilization",
"MemoryUtilization"
]
},
"CustomizableMetricParameters": {
"type": "structure",
"members": {
"threshold": {
"shape": "CustomizableMetricThreshold",
"documentation": "<p> The threshold value used for the specified metric parameter. </p>"
"documentation": "<p> The threshold value used for the specified metric parameter. </p> <note> <p>You can only specify the threshold value for CPU utilization.</p> </note>"
},
"headroom": {
"shape": "CustomizableMetricHeadroom",
"documentation": "<p> The headroom threshold value in percentage used for the specified metric parameter. </p>"
"documentation": "<p> The headroom value in percentage used for the specified metric parameter. </p> <p>The following lists the valid values for CPU and memory utilization.</p> <ul> <li> <p>CPU utilization: <code>PERCENT_30 | PERCENT_20 | PERCENT_0</code> </p> </li> <li> <p>Memory utilization: <code>PERCENT_30 | PERCENT_20 | PERCENT_10</code> </p> </li> </ul>"
}
},
"documentation": "<p> Defines the various metric parameters that can be customized, such as threshold and headroom. </p>"
Expand Down Expand Up @@ -1854,7 +1856,7 @@
},
"utilizationPreferences": {
"shape": "UtilizationPreferences",
"documentation": "<p> The resource’s CPU utilization threshold preferences, such as threshold and headroom, that are used to generate rightsizing recommendations. </p> <note> <p>This preference is only available for the Amazon EC2 instance resource type.</p> </note>"
"documentation": "<p> The resource’s CPU and memory utilization preferences, such as threshold and headroom, that are used to generate rightsizing recommendations. </p> <note> <p>This preference is only available for the Amazon EC2 instance resource type.</p> </note>"
},
"preferredResources": {
"shape": "EffectivePreferredResources",
Expand Down Expand Up @@ -2929,7 +2931,7 @@
},
"utilizationPreferences": {
"shape": "UtilizationPreferences",
"documentation": "<p> The resource’s CPU utilization threshold preferences, such as threshold and headroom, that were used to generate rightsizing recommendations. It considers all applicable preferences that you set at the resource, account, and organization level. </p> <p>To validate that the preference is applied to your last generated set of recommendations, review the <code>effectiveRecommendationPreferences</code> value in the response of the GetAutoScalingGroupRecommendations or GetEC2InstanceRecommendations actions.</p>"
"documentation": "<p> The resource’s CPU and memory utilization preferences, such as threshold and headroom, that were used to generate rightsizing recommendations. It considers all applicable preferences that you set at the resource, account, and organization level. </p> <p>To validate that the preference is applied to your last generated set of recommendations, review the <code>effectiveRecommendationPreferences</code> value in the response of the GetAutoScalingGroupRecommendations or GetEC2InstanceRecommendations actions.</p>"
},
"preferredResources": {
"shape": "EffectivePreferredResources",
Expand Down Expand Up @@ -4308,7 +4310,7 @@
},
"utilizationPreferences": {
"shape": "UtilizationPreferences",
"documentation": "<p> The preference to control the resource’s CPU utilization thresholds - threshold and headroom. When this preference isn't specified, we use the following default values: </p> <ul> <li> <p> <code>P99_5</code> for threshold</p> </li> <li> <p> <code>PERCENT_17</code> for headroom</p> </li> </ul> <note> <p>You can only set this preference for the Amazon EC2 instance resource type.</p> </note>"
"documentation": "<p> The preference to control the resource’s CPU utilization threshold, CPU utilization headroom, and memory utilization headroom. When this preference isn't specified, we use the following default values. </p> <p>CPU utilization:</p> <ul> <li> <p> <code>P99_5</code> for threshold</p> </li> <li> <p> <code>PERCENT_20</code> for headroom</p> </li> </ul> <p>Memory utilization:</p> <ul> <li> <p> <code>PERCENT_20</code> for headroom</p> </li> </ul> <note> <ul> <li> <p>You can only set CPU and memory utilization preferences for the Amazon EC2 instance resource type.</p> </li> <li> <p>The threshold setting isn’t available for memory utilization.</p> </li> </ul> </note>"
},
"preferredResources": {
"shape": "PreferredResources",
Expand Down Expand Up @@ -4449,7 +4451,7 @@
},
"utilizationPreferences": {
"shape": "UtilizationPreferences",
"documentation": "<p> The preference to control the resource’s CPU utilization thresholds - threshold and headroom. If the preference isn’t set, this object is null. </p> <note> <p>This preference is only available for the Amazon EC2 instance resource type.</p> </note>"
"documentation": "<p> The preference to control the resource’s CPU utilization threshold, CPU utilization headroom, and memory utilization headroom. If the preference isn’t set, this object is null. </p> <note> <p>This preference is only available for the Amazon EC2 instance resource type.</p> </note>"
},
"preferredResources": {
"shape": "EffectivePreferredResources",
Expand Down Expand Up @@ -4843,7 +4845,7 @@
"members": {
"metricName": {
"shape": "CustomizableMetricName",
"documentation": "<p> The name of the resource utilization metric name to customize. </p> <note> <p>Compute Optimizer only supports <code>CpuUtilization</code>.</p> </note>"
"documentation": "<p> The name of the resource utilization metric name to customize. </p>"
},
"metricParameters": {
"shape": "CustomizableMetricParameters",
Expand Down
5 changes: 4 additions & 1 deletion apis/ec2-2016-11-15.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -39923,7 +39923,10 @@
"r7i.metal-24xl",
"r7i.metal-48xl",
"r7iz.metal-16xl",
"r7iz.metal-32xl"
"r7iz.metal-32xl",
"c7gd.metal",
"m7gd.metal",
"r7gd.metal"
]
},
"InstanceTypeHypervisor": {
Expand Down
4 changes: 3 additions & 1 deletion apis/eks-2017-11-01.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -4998,7 +4998,9 @@
"SourceEc2LaunchTemplateNotFound",
"LimitExceeded",
"Unknown",
"AutoScalingGroupInstanceRefreshActive"
"AutoScalingGroupInstanceRefreshActive",
"KubernetesLabelInvalid",
"Ec2LaunchTemplateVersionMaxLimitExceeded"
]
},
"NodegroupResources": {
Expand Down
18 changes: 18 additions & 0 deletions apis/guardduty-2017-11-28.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -2339,6 +2339,9 @@
"locationName": "threatNames",
"type": "list",
"member": {}
},
"ThreatFileSha256": {
"locationName": "threatFileSha256"
}
}
}
Expand Down Expand Up @@ -2601,6 +2604,21 @@
"locationName": "memoryRegions",
"type": "list",
"member": {}
},
"ToolName": {
"locationName": "toolName"
},
"ToolCategory": {
"locationName": "toolCategory"
},
"ServiceName": {
"locationName": "serviceName"
},
"CommandLineExample": {
"locationName": "commandLineExample"
},
"ThreatFilePath": {
"locationName": "threatFilePath"
}
}
}
Expand Down

0 comments on commit 7bdbb11

Please sign in to comment.