Skip to content

Commit

Permalink
Updates SDK to v2.769.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Oct 7, 2020
1 parent 6dcafbd commit 539d250
Show file tree
Hide file tree
Showing 21 changed files with 2,799 additions and 482 deletions.
22 changes: 22 additions & 0 deletions .changes/2.769.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "ComputeOptimizer",
"description": "This release enables AWS Compute Optimizer to analyze EC2 instance-level EBS read and write operations, and throughput when generating recommendations for your EC2 instances and Auto Scaling groups."
},
{
"type": "feature",
"category": "CostExplorer",
"description": "Enables Rightsizing Recommendations to analyze and present EC2 instance-level EBS metrics when generating recommendations. Returns AccessDeniedException if the account is not opted into Rightsizing"
},
{
"type": "feature",
"category": "ElastiCache",
"description": "This release introduces User and UserGroup to allow customers to have access control list of the Redis resources for AWS ElastiCache. This release also adds support for Outposts for AWS ElastiCache."
},
{
"type": "feature",
"category": "MediaPackage",
"description": "AWS Elemental MediaPackage provides access logs that capture detailed information about requests sent to a customer's MediaPackage channel."
}
]
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.768.0-->
<!--LATEST=2.769.0-->
<!--ENTRYINSERT-->

## 2.769.0
* feature: ComputeOptimizer: This release enables AWS Compute Optimizer to analyze EC2 instance-level EBS read and write operations, and throughput when generating recommendations for your EC2 instances and Auto Scaling groups.
* feature: CostExplorer: Enables Rightsizing Recommendations to analyze and present EC2 instance-level EBS metrics when generating recommendations. Returns AccessDeniedException if the account is not opted into Rightsizing
* feature: ElastiCache: This release introduces User and UserGroup to allow customers to have access control list of the Redis resources for AWS ElastiCache. This release also adds support for Outposts for AWS ElastiCache.
* feature: MediaPackage: AWS Elemental MediaPackage provides access logs that capture detailed information about requests sent to a customer's MediaPackage channel.

## 2.768.0
* feature: DMS: Added new S3 endpoint settings to allow partitioning CDC data by date for S3 as target. Exposed some Extra Connection Attributes as endpoint settings for relational databases as target.
* feature: EC2: This release supports returning additional information about local gateway virtual interfaces, and virtual interface groups.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ version.
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.768.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.769.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
41 changes: 25 additions & 16 deletions apis/ce-2017-10-25.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -1091,19 +1091,19 @@
"shape": "S1y"
},
"Utilization": {
"shape": "S5t"
"shape": "S5u"
},
"Savings": {
"shape": "S5u"
"shape": "S5v"
},
"AmortizedCommitment": {
"shape": "S5v"
"shape": "S5w"
}
}
}
},
"Total": {
"shape": "S5w"
"shape": "S5x"
}
}
}
Expand Down Expand Up @@ -1144,19 +1144,19 @@
"shape": "S2w"
},
"Utilization": {
"shape": "S5t"
"shape": "S5u"
},
"Savings": {
"shape": "S5u"
"shape": "S5v"
},
"AmortizedCommitment": {
"shape": "S5v"
"shape": "S5w"
}
}
}
},
"Total": {
"shape": "S5w"
"shape": "S5x"
},
"TimePeriod": {
"shape": "S1y"
Expand Down Expand Up @@ -1696,12 +1696,21 @@
"members": {
"MaxCpuUtilizationPercentage": {},
"MaxMemoryUtilizationPercentage": {},
"MaxStorageUtilizationPercentage": {}
"MaxStorageUtilizationPercentage": {},
"EBSResourceUtilization": {
"type": "structure",
"members": {
"EbsReadOpsPerSecond": {},
"EbsWriteOpsPerSecond": {},
"EbsReadBytesPerSecond": {},
"EbsWriteBytesPerSecond": {}
}
}
}
}
}
},
"S5t": {
"S5u": {
"type": "structure",
"members": {
"TotalCommitment": {},
Expand All @@ -1710,35 +1719,35 @@
"UtilizationPercentage": {}
}
},
"S5u": {
"S5v": {
"type": "structure",
"members": {
"NetSavings": {},
"OnDemandCostEquivalent": {}
}
},
"S5v": {
"S5w": {
"type": "structure",
"members": {
"AmortizedRecurringCommitment": {},
"AmortizedUpfrontCommitment": {},
"TotalAmortizedCommitment": {}
}
},
"S5w": {
"S5x": {
"type": "structure",
"required": [
"Utilization"
],
"members": {
"Utilization": {
"shape": "S5t"
"shape": "S5u"
},
"Savings": {
"shape": "S5u"
"shape": "S5v"
},
"AmortizedCommitment": {
"shape": "S5v"
"shape": "S5w"
}
}
}
Expand Down
Loading

0 comments on commit 539d250

Please sign in to comment.