Skip to content

Commit

Permalink
Updates SDK to v2.574.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Nov 18, 2019
1 parent 5bfd097 commit c40d0fd
Show file tree
Hide file tree
Showing 36 changed files with 5,484 additions and 2,156 deletions.
37 changes: 37 additions & 0 deletions .changes/2.574.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"type": "feature",
"category": "CloudFormation",
"description": "This release introduces APIs for the CloudFormation Registry, a new service to submit and discover resource providers with which you can manage third-party resources natively in CloudFormation."
},
{
"type": "feature",
"category": "CostExplorer",
"description": "add EstimatedOnDemandCostWithCurrentCommitment to GetSavingsPlansPurchaseRecommendationRequest API"
},
{
"type": "feature",
"category": "Pinpoint",
"description": "This release of the Amazon Pinpoint API introduces support for using and managing message templates for messages that are sent through the voice channel. It also introduces support for specifying default values for message variables in message templates. "
},
{
"type": "feature",
"category": "S3",
"description": "Added support for S3 Replication for existing objects. This release allows customers who have requested and been granted access to replicate existing S3 objects across buckets."
},
{
"type": "feature",
"category": "SSM",
"description": "The release contains new API and API changes for AWS Systems Manager Explorer product."
},
{
"type": "feature",
"category": "SageMaker",
"description": "Amazon SageMaker now supports multi-model endpoints to host multiple models on an endpoint using a single inference container."
},
{
"type": "feature",
"category": "SageMakerRuntime",
"description": "Amazon SageMaker Runtime now supports a new TargetModel header to invoke a specific model hosted on multi model endpoints."
}
]
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.573.0-->
<!--LATEST=2.574.0-->
<!--ENTRYINSERT-->

## 2.574.0
* feature: CloudFormation: This release introduces APIs for the CloudFormation Registry, a new service to submit and discover resource providers with which you can manage third-party resources natively in CloudFormation.
* feature: CostExplorer: add EstimatedOnDemandCostWithCurrentCommitment to GetSavingsPlansPurchaseRecommendationRequest API
* feature: Pinpoint: This release of the Amazon Pinpoint API introduces support for using and managing message templates for messages that are sent through the voice channel. It also introduces support for specifying default values for message variables in message templates.
* feature: S3: Added support for S3 Replication for existing objects. This release allows customers who have requested and been granted access to replicate existing S3 objects across buckets.
* feature: SSM: The release contains new API and API changes for AWS Systems Manager Explorer product.
* feature: SageMaker: Amazon SageMaker now supports multi-model endpoints to host multiple models on an endpoint using a single inference container.
* feature: SageMakerRuntime: Amazon SageMaker Runtime now supports a new TargetModel header to invoke a specific model hosted on multi model endpoints.

## 2.573.0
* bugfix: clock skew: update clock skew duration from 30s to 300s
* feature: Chime: This release adds support for Chime Room Management APIs
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.573.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.574.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: 3 additions & 1 deletion apis/ce-2017-10-25.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -684,6 +684,7 @@
"CurrencyCode": {},
"EstimatedSPCost": {},
"EstimatedOnDemandCost": {},
"EstimatedOnDemandCostWithCurrentCommitment": {},
"EstimatedSavingsAmount": {},
"EstimatedSavingsPercentage": {},
"HourlyCommitmentToPurchase": {},
Expand All @@ -707,7 +708,8 @@
"DailyCommitmentToPurchase": {},
"HourlyCommitmentToPurchase": {},
"EstimatedSavingsPercentage": {},
"EstimatedMonthlySavingsAmount": {}
"EstimatedMonthlySavingsAmount": {},
"EstimatedOnDemandCostWithCurrentCommitment": {}
}
}
}
Expand Down
12 changes: 10 additions & 2 deletions apis/ce-2017-10-25.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -894,7 +894,7 @@
},
"Granularity": {
"shape": "Granularity",
"documentation": "<p>Sets the AWS cost granularity to <code>MONTHLY</code> or <code>DAILY</code>, or <code>HOURLY</code>. If <code>Granularity</code> isn't set, the response object doesn't include the <code>Granularity</code>, either <code>MONTHLY</code> or <code>DAILY</code>, or <code>HOURLY</code>. </p> <p>The <code>GetCostAndUsageRequest</code> operation supports only <code>DAILY</code> and <code>MONTHLY</code> granularities.</p>"
"documentation": "<p>Sets the AWS cost granularity to <code>MONTHLY</code> or <code>DAILY</code>, or <code>HOURLY</code>. If <code>Granularity</code> isn't set, the response object doesn't include the <code>Granularity</code>, either <code>MONTHLY</code> or <code>DAILY</code>, or <code>HOURLY</code>. </p>"
},
"Filter": {
"shape": "Expression",
Expand All @@ -906,7 +906,7 @@
},
"GroupBy": {
"shape": "GroupDefinitions",
"documentation": "<p>You can group AWS costs using up to two different groups, either dimensions, tag keys, or both.</p> <p>When you group by tag key, you get all tag values, including empty strings.</p> <p>Valid values are <code>AZ</code>, <code>INSTANCE_TYPE</code>, <code>LEGAL_ENTITY_NAME</code>, <code>LINKED_ACCOUNT</code>, <code>OPERATION</code>, <code>PLATFORM</code>, <code>PURCHASE_TYPE</code>, <code>SERVICE</code>, <code>TAGS</code>, <code>TENANCY</code>, and <code>USAGE_TYPE</code>.</p>"
"documentation": "<p>You can group AWS costs using up to two different groups, either dimensions, tag keys, or both.</p> <p>When you group by tag key, you get all tag values, including empty strings.</p> <p>Valid values are <code>AZ</code>, <code>INSTANCE_TYPE</code>, <code>LEGAL_ENTITY_NAME</code>, <code>LINKED_ACCOUNT</code>, <code>OPERATION</code>, <code>PLATFORM</code>, <code>PURCHASE_TYPE</code>, <code>SERVICE</code>, <code>TAGS</code>, <code>TENANCY</code>, <code>RECORD_TYPE</code>, and <code>USAGE_TYPE</code>.</p>"
},
"NextPageToken": {
"shape": "NextPageToken",
Expand Down Expand Up @@ -2408,6 +2408,10 @@
"shape": "GenericString",
"documentation": "<p>The remaining On-Demand cost estimated to not be covered by the recommended Savings Plans, over the length of the lookback period.</p>"
},
"EstimatedOnDemandCostWithCurrentCommitment": {
"shape": "GenericString",
"documentation": "<p> The estimated On-Demand costs you would expect with no additional commitment, based on your usage of the selected time period and the Savings Plans you own. </p>"
},
"EstimatedSavingsAmount": {
"shape": "GenericString",
"documentation": "<p>The estimated savings amount based on the recommended Savings Plans over the length of the lookback period.</p>"
Expand Down Expand Up @@ -2505,6 +2509,10 @@
"EstimatedMonthlySavingsAmount": {
"shape": "GenericString",
"documentation": "<p>The estimated monthly savings amount, based on the recommended Savings Plans purchase.</p>"
},
"EstimatedOnDemandCostWithCurrentCommitment": {
"shape": "GenericString",
"documentation": "<p> The estimated On-Demand costs you would expect with no additional commitment, based on your usage of the selected time period and the Savings Plans you own. </p>"
}
},
"documentation": "<p>Summary metrics for your Savings Plans Purchase Recommendations.</p>"
Expand Down
Loading

0 comments on commit c40d0fd

Please sign in to comment.