Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.25.29 #2932

Merged
merged 1 commit into from Nov 6, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
Release v1.25.29 (2019-11-06)
===

### Service Client Updates
* `service/savingsplans`: Updates service documentation

Release v1.25.28 (2019-11-06)
===

Expand Down
15 changes: 15 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.25.28"
const SDKVersion = "1.25.29"
2 changes: 1 addition & 1 deletion models/apis/savingsplans/2019-06-28/docs-2.json
@@ -1,6 +1,6 @@
{
"version": "2.0",
"service": "<p>Savings Plans are a pricing model that offer significant savings on AWS usage (for example, on Amazon EC2 instances). You commit to a consistent amount of usage, in USD per hour, for a term of 1 or 3 years, and receive a lower price for that usage. For more information, see the <a href=\"https://docs.aws.amazon.com/savingsplans/latest/userguide/\">Savings Plans User Guide</a>.</p>",
"service": "<p>Savings Plans are a pricing model that offer significant savings on AWS usage (for example, on Amazon EC2 instances). You commit to a consistent amount of usage, in USD per hour, for a term of 1 or 3 years, and receive a lower price for that usage. For more information, see the <a href=\"https://docs.aws.amazon.com/savingsplans/latest/userguide/\">AWS Savings Plans User Guide</a>.</p>",
"operations": {
"CreateSavingsPlan": "<p>Creates a Savings Plan.</p>",
"DescribeSavingsPlanRates": "<p>Describes the specified Savings Plans rates.</p>",
Expand Down
14 changes: 14 additions & 0 deletions models/endpoints/endpoints.json
Expand Up @@ -418,8 +418,10 @@
"eu-north-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
Expand Down Expand Up @@ -2952,6 +2954,18 @@
}
}
},
"savingsplans" : {
"endpoints" : {
"aws-global" : {
"credentialScope" : {
"region" : "us-east-1"
},
"hostname" : "savingsplans.amazonaws.com"
}
},
"isRegionalized" : false,
"partitionEndpoint" : "aws-global"
},
"sdb" : {
"defaults" : {
"protocols" : [ "http", "https" ],
Expand Down
4 changes: 2 additions & 2 deletions service/savingsplans/doc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.