Skip to content

Commit

Permalink
Release v1.25.29 (2019-11-06) (#2932)
Browse files Browse the repository at this point in the history
Release v1.25.29 (2019-11-06)
===

### Service Client Updates
* `service/savingsplans`: Updates service documentation
  • Loading branch information
aws-sdk-go-automation committed Nov 6, 2019
1 parent 085b9d3 commit 36b3b5f
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 4 deletions.
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.

0 comments on commit 36b3b5f

Please sign in to comment.