Skip to content

Commit

Permalink
Updates SDK to v2.660.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 21, 2020
1 parent 9b18fd3 commit dabf8b1
Show file tree
Hide file tree
Showing 22 changed files with 3,889 additions and 2,091 deletions.
22 changes: 22 additions & 0 deletions .changes/2.660.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "CostExplorer",
"description": "Cost Explorer Rightsizing Recommendations integrates with Compute Optimizer and begins offering across instance family rightsizing recommendations, adding to existing support for within instance family rightsizing recommendations. "
},
{
"type": "feature",
"category": "EMR",
"description": "Amazon EMR adds support for configuring a managed scaling policy for an Amazon EMR cluster. This enables automatic resizing of a cluster to optimize for job execution speed and reduced cluster cost."
},
{
"type": "feature",
"category": "GuardDuty",
"description": "AWS GuardDuty now supports using AWS Organizations delegated administrators to create and manage GuardDuty master and member accounts. The feature also allows GuardDuty to be automatically enabled on associated organization accounts."
},
{
"type": "feature",
"category": "Route53Domains",
"description": "You can now programmatically transfer domains between AWS accounts without having to contact AWS Support"
}
]
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.659.0-->
<!--LATEST=2.660.0-->
<!--ENTRYINSERT-->

## 2.660.0
* feature: CostExplorer: Cost Explorer Rightsizing Recommendations integrates with Compute Optimizer and begins offering across instance family rightsizing recommendations, adding to existing support for within instance family rightsizing recommendations.
* feature: EMR: Amazon EMR adds support for configuring a managed scaling policy for an Amazon EMR cluster. This enables automatic resizing of a cluster to optimize for job execution speed and reduced cluster cost.
* feature: GuardDuty: AWS GuardDuty now supports using AWS Organizations delegated administrators to create and manage GuardDuty master and member accounts. The feature also allows GuardDuty to be automatically enabled on associated organization accounts.
* feature: Route53Domains: You can now programmatically transfer domains between AWS accounts without having to contact AWS Support

## 2.659.0
* feature: ApiGatewayV2: You can now export an OpenAPI 3.0 compliant API definition file for Amazon API Gateway HTTP APIs using the Export API.
* feature: CostExplorer: Cost Categories API is now General Available with new dimensions and operations support. You can map costs by account name, service, and charge type dimensions as well as use contains, starts with, and ends with operations. Cost Categories can also be used in RI and SP coverage reports.
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.659.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.660.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
63 changes: 41 additions & 22 deletions apis/ce-2017-10-25.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -551,6 +551,9 @@
"Filter": {
"shape": "S7"
},
"Configuration": {
"shape": "S3q"
},
"Service": {},
"PageSize": {
"type": "integer"
Expand Down Expand Up @@ -595,10 +598,10 @@
}
},
"ResourceDetails": {
"shape": "S3x"
"shape": "S3z"
},
"ResourceUtilization": {
"shape": "S3z"
"shape": "S41"
},
"ReservationCoveredHoursInLookbackPeriod": {},
"SavingsPlansCoveredHoursInLookbackPeriod": {},
Expand All @@ -624,10 +627,10 @@
"type": "boolean"
},
"ResourceDetails": {
"shape": "S3x"
"shape": "S3z"
},
"ExpectedResourceUtilization": {
"shape": "S3z"
"shape": "S41"
}
}
}
Expand All @@ -644,7 +647,10 @@
}
}
},
"NextPageToken": {}
"NextPageToken": {},
"Configuration": {
"shape": "S3q"
}
}
}
},
Expand Down Expand Up @@ -837,19 +843,19 @@
"shape": "Sr"
},
"Utilization": {
"shape": "S4p"
"shape": "S4r"
},
"Savings": {
"shape": "S4q"
"shape": "S4s"
},
"AmortizedCommitment": {
"shape": "S4r"
"shape": "S4t"
}
}
}
},
"Total": {
"shape": "S4s"
"shape": "S4u"
}
}
}
Expand Down Expand Up @@ -890,19 +896,19 @@
"shape": "S1s"
},
"Utilization": {
"shape": "S4p"
"shape": "S4r"
},
"Savings": {
"shape": "S4q"
"shape": "S4s"
},
"AmortizedCommitment": {
"shape": "S4r"
"shape": "S4t"
}
}
}
},
"Total": {
"shape": "S4s"
"shape": "S4u"
},
"TimePeriod": {
"shape": "Sr"
Expand Down Expand Up @@ -1270,7 +1276,20 @@
"TotalAmortizedFee": {}
}
},
"S3x": {
"S3q": {
"type": "structure",
"required": [
"RecommendationTarget",
"BenefitsConsidered"
],
"members": {
"RecommendationTarget": {},
"BenefitsConsidered": {
"type": "boolean"
}
}
},
"S3z": {
"type": "structure",
"members": {
"EC2ResourceDetails": {
Expand All @@ -1289,7 +1308,7 @@
}
}
},
"S3z": {
"S41": {
"type": "structure",
"members": {
"EC2ResourceUtilization": {
Expand All @@ -1302,7 +1321,7 @@
}
}
},
"S4p": {
"S4r": {
"type": "structure",
"members": {
"TotalCommitment": {},
Expand All @@ -1311,35 +1330,35 @@
"UtilizationPercentage": {}
}
},
"S4q": {
"S4s": {
"type": "structure",
"members": {
"NetSavings": {},
"OnDemandCostEquivalent": {}
}
},
"S4r": {
"S4t": {
"type": "structure",
"members": {
"AmortizedRecurringCommitment": {},
"AmortizedUpfrontCommitment": {},
"TotalAmortizedCommitment": {}
}
},
"S4s": {
"S4u": {
"type": "structure",
"required": [
"Utilization"
],
"members": {
"Utilization": {
"shape": "S4p"
"shape": "S4r"
},
"Savings": {
"shape": "S4q"
"shape": "S4s"
},
"AmortizedCommitment": {
"shape": "S4r"
"shape": "S4t"
}
}
}
Expand Down
33 changes: 33 additions & 0 deletions apis/ce-2017-10-25.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -1590,6 +1590,10 @@
"Filter": {
"shape": "Expression"
},
"Configuration": {
"shape": "RightsizingRecommendationConfiguration",
"documentation": "<p> Enables you to customize recommendations across two attributes. You can choose to view recommendations for instances within the same instance families or across different instance families. You can also choose to view your estimated savings associated with recommendations with consideration of existing Savings Plans or RI benefits, or niether. </p>"
},
"Service": {
"shape": "GenericString",
"documentation": "<p>The specific service that you want recommendations for. The only valid value for <code>GetRightsizingRecommendation</code> is \"<code>AmazonEC2</code>\".</p>"
Expand Down Expand Up @@ -1622,6 +1626,10 @@
"NextPageToken": {
"shape": "NextPageToken",
"documentation": "<p>The token to retrieve the next set of results.</p>"
},
"Configuration": {
"shape": "RightsizingRecommendationConfiguration",
"documentation": "<p>Enables you to customize recommendations across two attributes. You can choose to view recommendations for instances within the same instance families or across different instance families. You can also choose to view your estimated savings associated with recommendations with consideration of existing Savings Plans or RI benefits, or niether. </p>"
}
}
},
Expand Down Expand Up @@ -2235,6 +2243,13 @@
},
"documentation": "<p>Details about the Amazon RDS instances that AWS recommends that you purchase.</p>"
},
"RecommendationTarget": {
"type": "string",
"enum": [
"SAME_INSTANCE_FAMILY",
"CROSS_INSTANCE_FAMILY"
]
},
"RedshiftInstanceDetails": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -2617,6 +2632,24 @@
},
"documentation": "<p>Recommendations to rightsize resources.</p>"
},
"RightsizingRecommendationConfiguration": {
"type": "structure",
"required": [
"RecommendationTarget",
"BenefitsConsidered"
],
"members": {
"RecommendationTarget": {
"shape": "RecommendationTarget",
"documentation": "<p> The option to see recommendations within the same instance family, or recommendations for instances across other families. The default value is <code>SAME_INSTANCE_FAMILY</code>. </p>"
},
"BenefitsConsidered": {
"shape": "GenericBoolean",
"documentation": "<p> The option to consider RI or Savings Plans discount benefits in your savings calculation. The default value is <code>TRUE</code>. </p>"
}
},
"documentation": "<p> Enables you to customize recommendations across two attributes. You can choose to view recommendations for instances within the same instance families or across different instance families. You can also choose to view your estimated savings associated with recommendations with consideration of existing Savings Plans or RI benefits, or niether. </p>"
},
"RightsizingRecommendationList": {
"type": "list",
"member": {
Expand Down
Loading

0 comments on commit dabf8b1

Please sign in to comment.