Skip to content

Commit a6ba194

Browse files
AWS SDK for RubyNobody
AWS SDK for Ruby
authored and
Nobody
committed
Updated API models and rebuilt service gems.
1 parent 6f13641 commit a6ba194

File tree

8 files changed

+29
-5
lines changed

8 files changed

+29
-5
lines changed

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>",

gems/aws-partitions/CHANGELOG.md

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

4+
1.235.0 (2019-11-06)
5+
------------------
6+
7+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8+
49
1.234.0 (2019-11-06)
510
------------------
611

gems/aws-partitions/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.234.0
1+
1.235.0

gems/aws-partitions/partitions.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" ],

gems/aws-sdk-savingsplans/CHANGELOG.md

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

4+
1.1.0 (2019-11-06)
5+
------------------
6+
7+
* Feature - This is the first release of Savings Plans, a new flexible pricing model that offers low prices on Amazon EC2 and AWS Fargate usage.
8+
49
1.0.0 (2019-11-06)
510
------------------
611

gems/aws-sdk-savingsplans/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0
1+
1.1.0

gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
# @service
4343
module Aws::SavingsPlans
4444

45-
GEM_VERSION = '1.0.0'
45+
GEM_VERSION = '1.1.0'
4646

4747
end

gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@ def build_request(operation_name, params = {})
730730
params: params,
731731
config: config)
732732
context[:gem_name] = 'aws-sdk-savingsplans'
733-
context[:gem_version] = '1.0.0'
733+
context[:gem_version] = '1.1.0'
734734
Seahorse::Client::Request.new(handlers, context)
735735
end
736736

0 commit comments

Comments
 (0)