aws-sdk-savingsplans 1.22.0 → 1.23.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 77310025036354e6a58ab23440e02da72cecc5b382ad736272de4fdecc777127
4
- data.tar.gz: d5cb268ce4248434da98406ec67ab51918a703e71a28e06fc50c223d17823a9a
3
+ metadata.gz: 48b317b28c5a4f323fc93364e842beb4d41afdb3218839846cc598865a004789
4
+ data.tar.gz: 709dc908b3d77fb3b48f84783559cdc2c1ee172f31316b757dcb8a7f1e9f5abf
5
5
  SHA512:
6
- metadata.gz: 8f4505ce8418e80aa725e939ad908ccf52f337d0b9b40b4493a5f8e473290ff81125380c298eb0ce4b6e2273b6fbd0d93e804ad02cfd9d467dd2a7ad2c5ddf44
7
- data.tar.gz: f2b95c05ebcb99c8f565a3f9cda715adb13530fce6ae7d65cfc4939326c13c858355a8a5955981808d40f1e6f892e9b5a32c62bf22e385008e21d9b9e34dcc2c
6
+ metadata.gz: 2ecb4a4a09d420cd967b74b7c6f942976878f71b0a9580563596e715d2af894cf6935d981903966747118c2a7c29189accb77f9db76f475459b20d7db8287a7a
7
+ data.tar.gz: bdcff9f4b472951464f40325f601b096b49fa1527a4fee693ca6b43ac46ae3cd41891017d1f212aaffb3d6754ba075c0e261ee8583d7b91466fde5ded9059610
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.23.0 (2021-12-09)
5
+ ------------------
6
+
7
+ * Feature - Adds the ability to specify Savings Plans hourly commitments using five digits after the decimal point.
8
+
4
9
  1.22.0 (2021-11-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.22.0
1
+ 1.23.0
@@ -345,7 +345,7 @@ module Aws::SavingsPlans
345
345
  #
346
346
  # @option params [required, String] :commitment
347
347
  # The hourly commitment, in USD. This is a value between 0.001 and 1
348
- # million. You cannot specify more than three digits after the decimal
348
+ # million. You cannot specify more than five digits after the decimal
349
349
  # point.
350
350
  #
351
351
  # @option params [String] :upfront_payment_amount
@@ -841,7 +841,7 @@ module Aws::SavingsPlans
841
841
  params: params,
842
842
  config: config)
843
843
  context[:gem_name] = 'aws-sdk-savingsplans'
844
- context[:gem_version] = '1.22.0'
844
+ context[:gem_version] = '1.23.0'
845
845
  Seahorse::Client::Request.new(handlers, context)
846
846
  end
847
847
 
@@ -30,7 +30,7 @@ module Aws::SavingsPlans
30
30
  #
31
31
  # @!attribute [rw] commitment
32
32
  # The hourly commitment, in USD. This is a value between 0.001 and 1
33
- # million. You cannot specify more than three digits after the decimal
33
+ # million. You cannot specify more than five digits after the decimal
34
34
  # point.
35
35
  # @return [String]
36
36
  #
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-savingsplans/customizations'
48
48
  # @!group service
49
49
  module Aws::SavingsPlans
50
50
 
51
- GEM_VERSION = '1.22.0'
51
+ GEM_VERSION = '1.23.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-savingsplans
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.22.0
4
+ version: 1.23.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-30 00:00:00.000000000 Z
11
+ date: 2021-12-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core