Skip to content

Commit 00341e6

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent ff14e10 commit 00341e6

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Unreleased Changes
22
------------------
33

4+
* Feature - Aws::SavingsPlans - Updated the documentation for AWS Savings Plans.
5+
46
2.11.391 (2019-11-06)
57
------------------
68

aws-sdk-core/apis/savingsplans/2019-06-28/docs-2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"version": "2.0",
3-
"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>",
3+
"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>",
44
"operations": {
55
"CreateSavingsPlan": "<p>Creates a Savings Plan.</p>",
66
"DescribeSavingsPlanRates": "<p>Describes the specified Savings Plans rates.</p>",

aws-sdk-core/endpoints.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,8 +418,10 @@
418418
"eu-north-1" : { },
419419
"eu-west-1" : { },
420420
"eu-west-2" : { },
421+
"eu-west-3" : { },
421422
"us-east-1" : { },
422423
"us-east-2" : { },
424+
"us-west-1" : { },
423425
"us-west-2" : { }
424426
}
425427
},
@@ -2952,6 +2954,18 @@
29522954
}
29532955
}
29542956
},
2957+
"savingsplans" : {
2958+
"endpoints" : {
2959+
"aws-global" : {
2960+
"credentialScope" : {
2961+
"region" : "us-east-1"
2962+
},
2963+
"hostname" : "savingsplans.amazonaws.com"
2964+
}
2965+
},
2966+
"isRegionalized" : false,
2967+
"partitionEndpoint" : "aws-global"
2968+
},
29552969
"sdb" : {
29562970
"defaults" : {
29572971
"protocols" : [ "http", "https" ],

0 commit comments

Comments
 (0)